Skip to content

Commit

Permalink
Merge #5
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-hm authored Aug 2, 2024
2 parents 1a72f3f + 3747125 commit ac8a893
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 24 deletions.
24 changes: 10 additions & 14 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions packages/client-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@nillion/client-core",
"license": "MIT",
"author": "[email protected]",
"version": "0.1.0-rc.4",
"version": "0.1.0-rc.5",
"homepage": "https://nillion.pub/client-ts",
"repository": "https://github.com/NillionNetwork/client-ts",
"type": "module",
Expand All @@ -22,7 +22,7 @@
"test:serve": "npx jasmine-browser-runner serve --config=jasmine.config.mjs"
},
"dependencies": {
"@nillion/client-wasm": "0.1.0-rc.3",
"@nillion/client-wasm": "0.1.0-rc.5",
"debug": "^4.3.5",
"effect": "^3.5.5",
"zod": "^3.23.8"
Expand Down
4 changes: 2 additions & 2 deletions packages/client-payments/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@nillion/client-payments",
"license": "MIT",
"author": "[email protected]",
"version": "0.1.0-rc.4",
"version": "0.1.0-rc.5",
"homepage": "https://nillion.pub/client-ts",
"repository": "https://github.com/NillionNetwork/client-ts",
"type": "module",
Expand All @@ -25,7 +25,7 @@
"dependencies": {
"@cosmjs/proto-signing": "^0.32.4",
"@cosmjs/stargate": "^0.32.4",
"@nillion/client-core": "^0.1.0-rc.3",
"@nillion/client-core": "0.1.0-rc.5",
"debug": "^4.3.5",
"effect": "^3.5.5",
"protobufjs": "^7.3.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/client-react-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@nillion/client-react-hooks",
"license": "MIT",
"author": "[email protected]",
"version": "0.1.0-rc.4",
"version": "0.1.0-rc.5",
"homepage": "https://nillion.pub/client-ts",
"repository": "https://github.com/NillionNetwork/client-ts",
"type": "module",
Expand All @@ -18,7 +18,7 @@
"build:watch": "node esbuild.config.mjs --watch"
},
"dependencies": {
"@nillion/client-vms": "^0.1.0-rc.3",
"@nillion/client-vms": "0.1.0-rc.5",
"@tanstack/react-query": "^5.51.9",
"debug": "^4.3.5",
"react": "^18.3.1"
Expand Down
6 changes: 3 additions & 3 deletions packages/client-vms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@nillion/client-vms",
"license": "MIT",
"author": "[email protected]",
"version": "0.1.0-rc.4",
"version": "0.1.0-rc.5",
"homepage": "https://nillion.pub/client-ts",
"repository": "https://github.com/NillionNetwork/client-ts",
"type": "module",
Expand All @@ -22,8 +22,8 @@
"test:serve": "npx jasmine-browser-runner serve --config=jasmine.config.mjs"
},
"dependencies": {
"@nillion/client-core": "^0.1.0-rc.3",
"@nillion/client-payments": "^0.1.0-rc.3",
"@nillion/client-core": "0.1.0-rc.5",
"@nillion/client-payments": "0.1.0-rc.5",
"debug": "^4.3.5",
"zod": "^3.23.8"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/client-wasm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@nillion/client-wasm",
"license": "Apache-2.0",
"author": "[email protected]",
"version": "0.1.0-rc.4",
"version": "0.1.0-rc.5",
"homepage": "https://nillion.pub/client-ts",
"repository": "https://github.com/NillionNetwork/client-ts",
"type": "module",
Expand Down

0 comments on commit ac8a893

Please sign in to comment.