Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
julienmalard committed Jul 15, 2024
1 parent a869cb7 commit 65d551e
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 5 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"@chainsafe/libp2p-noise": "^15.1.0",
"@chainsafe/libp2p-yamux": "^6.0.2",
"@constl/orbit-db-types": "^2.0.0",
"@eslint/js": "^9.7.0",
"@helia/block-brokers": "^3.0.2",
"@libp2p/circuit-relay-v2": "^1.1.2",
"@libp2p/identify": "^2.1.2",
Expand All @@ -54,6 +55,7 @@
"rimraf": "^6.0.1",
"ts-patch": "^3.2.1",
"typescript": "^5.5.3",
"typescript-eslint": "^7.16.0",
"typescript-transform-paths": "^3.4.7",
"wherearewe": "^2.0.1"
},
Expand Down
35 changes: 31 additions & 4 deletions pnpm-lock.yaml

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

1 change: 0 additions & 1 deletion test/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ export const createTestHelia = async ({
} = {}): Promise<HeliaLibp2p> => {
const options = isBrowser() ? Libp2pBrowserOptions : Libp2pOptions;

// @ts-ignore
const libp2p = await createLibp2p({ ...options });

const blockstore = directory
Expand Down

0 comments on commit 65d551e

Please sign in to comment.