Skip to content

Commit

Permalink
format code
Browse files Browse the repository at this point in the history
  • Loading branch information
trungnotchung committed Dec 19, 2024
1 parent 330b594 commit 52fa68f
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@ts-drp/object": "0.4.1",
"@ts-drp/logger": "0.4.1",
"commander": "^12.1.0",
"uint8arrays": "^5.1.0",
"uint8arrays": "^5.1.0",
"base64-js": "^1.5.1"
}
}
2 changes: 1 addition & 1 deletion packages/node/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = "0.4.0";
export const VERSION = "0.4.1";
8 changes: 4 additions & 4 deletions packages/node/tests/node.test.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import { describe } from "node:test";
import { AddWinsSetWithACL } from "@topology-foundation/blueprints/src/AddWinsSetWithACL/index.js";
import { type DRP, DRPObject } from "@ts-drp/object";
import { beforeAll, expect, test } from "vitest";
import { DRPNode, type DRPNodeConfig } from "../src/index.js";
import {
signGeneratedVertices,
verifyIncomingVertices,
} from "../src/handlers.js";
import { describe } from "node:test";
import { type DRP, DRPObject } from "@ts-drp/object";
import { AddWinsSetWithACL } from "@topology-foundation/blueprints/src/AddWinsSetWithACL/index.js";
import { DRPNode, type DRPNodeConfig } from "../src/index.js";

describe("DPRNode with verify and sign signature", () => {
let drp: DRP;
Expand Down
28 changes: 14 additions & 14 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 52fa68f

Please sign in to comment.