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.25",
"version": "0.1.26",
"packageManager": "yarn@4.13.0",
"files": [
"CHANGELOG.md",
Expand Down Expand Up @@ -48,7 +48,7 @@
},
"dependencies": {
"@bitsocial/bso-resolver": "0.0.8",
"@pkcprotocol/pkc-js": "0.0.59",
"@pkcprotocol/pkc-js": "0.0.62",
"@pkcprotocol/pkc-logger": "0.1.0",
"assert": "2.0.0",
"ethers": "5.8.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ __metadata:
resolution: "@bitsocial/bitsocial-react-hooks@workspace:."
dependencies:
"@bitsocial/bso-resolver": "npm:0.0.8"
"@pkcprotocol/pkc-js": "npm:0.0.59"
"@pkcprotocol/pkc-js": "npm:0.0.62"
"@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 @@ -3536,9 +3536,9 @@ __metadata:
languageName: node
linkType: hard

"@pkcprotocol/pkc-js@npm:0.0.59":
version: 0.0.59
resolution: "@pkcprotocol/pkc-js@npm:0.0.59"
"@pkcprotocol/pkc-js@npm:0.0.62":
version: 0.0.62
resolution: "@pkcprotocol/pkc-js@npm:0.0.62"
dependencies:
"@enhances/with-resolvers": "npm:0.0.5"
"@helia/block-brokers": "npm:5.2.4"
Expand Down Expand Up @@ -3599,7 +3599,7 @@ __metadata:
uuid: "npm:13.0.0"
ws: "npm:8.20.0"
zod: "npm:4.3.6"
checksum: 10c0/5c7a701c131af7e44789f54539b7844f583025ccd4034a3f75ae72e6e69da138038db62062fb7e6fb031162368bbfbd54edb41b2d74682d0d8e40e9d497e984c
checksum: 10c0/c55f2b5e3d52a4716124228bf9fc51cb949aff44a8d9404b4bd870367ef5c27d4cc98a2521054f2d8d008fc90977ac9a74d44e6cc619d4c4280c12128dabce9a
languageName: node
linkType: hard

Expand Down
Loading