Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"publishConfig": {
"access": "public"
},
"version": "0.1.7",
"version": "0.1.8",
"packageManager": "yarn@4.13.0",
"files": [
"CHANGELOG.md",
Expand Down Expand Up @@ -47,7 +47,7 @@
},
"dependencies": {
"@bitsocial/bso-resolver": "0.0.8",
"@pkcprotocol/pkc-js": "0.0.27",
"@pkcprotocol/pkc-js": "0.0.29",
"@pkcprotocol/pkc-logger": "0.1.0",
"assert": "2.0.0",
"ethers": "5.8.0",
Expand Down
30 changes: 25 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ __metadata:
resolution: "@bitsocial/bitsocial-react-hooks@workspace:."
dependencies:
"@bitsocial/bso-resolver": "npm:0.0.8"
"@pkcprotocol/pkc-js": "npm:0.0.27"
"@pkcprotocol/pkc-js": "npm:0.0.29"
"@pkcprotocol/pkc-logger": "npm:0.1.0"
"@testing-library/dom": "npm:10.4.1"
"@testing-library/react": "npm:16.3.2"
Expand Down Expand Up @@ -2167,6 +2167,25 @@ __metadata:
languageName: node
linkType: hard

"@libp2p/webtransport@npm:6.0.22":
version: 6.0.22
resolution: "@libp2p/webtransport@npm:6.0.22"
dependencies:
"@chainsafe/libp2p-noise": "npm:^17.0.0"
"@libp2p/interface": "npm:^3.2.2"
"@libp2p/peer-id": "npm:^6.0.8"
"@libp2p/utils": "npm:^7.1.0"
"@multiformats/multiaddr": "npm:^13.0.1"
"@multiformats/multiaddr-matcher": "npm:^3.0.1"
multiformats: "npm:^13.3.6"
progress-events: "npm:^1.0.1"
race-signal: "npm:^2.0.0"
uint8arraylist: "npm:^2.4.8"
uint8arrays: "npm:^5.1.0"
checksum: 10c0/152aaf9b2895681b05b243b5fa156eb4c510d655b9880ac105c8963741dae2690e7eef079a1484569e22745a065ea9580ed543121db039ed77327fb715544b32
languageName: node
linkType: hard

"@multiformats/base-x@npm:^4.0.1":
version: 4.0.1
resolution: "@multiformats/base-x@npm:4.0.1"
Expand Down Expand Up @@ -3168,9 +3187,9 @@ __metadata:
languageName: node
linkType: hard

"@pkcprotocol/pkc-js@npm:0.0.27":
version: 0.0.27
resolution: "@pkcprotocol/pkc-js@npm:0.0.27"
"@pkcprotocol/pkc-js@npm:0.0.29":
version: 0.0.29
resolution: "@pkcprotocol/pkc-js@npm:0.0.29"
dependencies:
"@enhances/with-resolvers": "npm:0.0.5"
"@helia/block-brokers": "npm:5.2.4"
Expand All @@ -3183,6 +3202,7 @@ __metadata:
"@libp2p/identify": "npm:4.1.3"
"@libp2p/interfaces": "npm:3.3.2"
"@libp2p/peer-id": "npm:6.0.8"
"@libp2p/webtransport": "npm:6.0.22"
"@noble/curves": "npm:2.2.0"
"@pkcprotocol/pkc-logger": "npm:0.1.0"
"@pkcprotocol/proper-lock-file": "npm:4.2.1"
Expand Down Expand Up @@ -3219,7 +3239,7 @@ __metadata:
typestub-ipfs-only-hash: "npm:4.0.0"
uuid: "npm:13.0.0"
zod: "npm:4.3.6"
checksum: 10c0/19360d831a9ea3ecb586ca02d1763611224bdcc72f2586dc50ffe1a550a56e72c79f173ebce8422ab15623f277889dd96666016ab042d208fb4d185879b82784
checksum: 10c0/089100e75d4b2c735f3a9b9f6b087970afb9dc606e21be6e5e1e84daf2e3350793f5cfa8f6508a3db7bc518a1173e517f449174185b2a07f5df7d33f73cffdac
languageName: node
linkType: hard

Expand Down
Loading