diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index ba4bf5a..796cfc4 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -13,9 +13,9 @@ "next": "14.2.5", "react": "^18", "react-dom": "^18", - "@nillion/client-core": "0.1.0-rc.10", - "@nillion/client-react-hooks": "0.1.0-rc.10", - "@nillion/client-vms": "0.1.0-rc.10" + "@nillion/client-core": "0.1.0-rc.11", + "@nillion/client-react-hooks": "0.1.0-rc.11", + "@nillion/client-vms": "0.1.0-rc.11" }, "devDependencies": { "@types/node": "^22", diff --git a/examples/react/package.json b/examples/react/package.json index 70647b0..ce258ae 100644 --- a/examples/react/package.json +++ b/examples/react/package.json @@ -10,9 +10,9 @@ "@emotion/react": "^11.13.3", "@emotion/styled": "^11.13.0", "@mui/joy": "^5.0.0-beta.48", - "@nillion/client-core": "0.1.0-rc.10", - "@nillion/client-react-hooks": "0.1.0-rc.10", - "@nillion/client-vms": "0.1.0-rc.10", + "@nillion/client-core": "0.1.0-rc.11", + "@nillion/client-react-hooks": "0.1.0-rc.11", + "@nillion/client-vms": "0.1.0-rc.11", "@tanstack/react-query-devtools": "^5.52.0", "react": "^18.3.1", "react-dom": "^18.3.1", diff --git a/package-lock.json b/package-lock.json index dd764df..3582fc5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -64,9 +64,9 @@ "examples/nextjs": { "version": "0.1.0", "dependencies": { - "@nillion/client-core": "0.1.0-rc.10", - "@nillion/client-react-hooks": "0.1.0-rc.10", - "@nillion/client-vms": "0.1.0-rc.10", + "@nillion/client-core": "0.1.0-rc.11", + "@nillion/client-react-hooks": "0.1.0-rc.11", + "@nillion/client-vms": "0.1.0-rc.11", "next": "14.2.5", "react": "^18", "react-dom": "^18" @@ -85,9 +85,9 @@ "@emotion/react": "^11.13.3", "@emotion/styled": "^11.13.0", "@mui/joy": "^5.0.0-beta.48", - "@nillion/client-core": "0.1.0-rc.10", - "@nillion/client-react-hooks": "0.1.0-rc.10", - "@nillion/client-vms": "0.1.0-rc.10", + "@nillion/client-core": "0.1.0-rc.11", + "@nillion/client-react-hooks": "0.1.0-rc.11", + "@nillion/client-vms": "0.1.0-rc.11", "@tanstack/react-query-devtools": "^5.52.0", "react": "^18.3.1", "react-dom": "^18.3.1", @@ -17230,10 +17230,10 @@ }, "packages/client-core": { "name": "@nillion/client-core", - "version": "0.1.0-rc.10", + "version": "0.1.0-rc.11", "license": "MIT", "dependencies": { - "@nillion/client-wasm": "0.1.0-rc.10", + "@nillion/client-wasm": "0.1.0-rc.11", "debug": "^4.3.6", "effect": "3.6.5", "zod": "^3.23.8" @@ -17246,12 +17246,12 @@ }, "packages/client-payments": { "name": "@nillion/client-payments", - "version": "0.1.0-rc.10", + "version": "0.1.0-rc.11", "license": "MIT", "dependencies": { "@cosmjs/proto-signing": "^0.32.4", "@cosmjs/stargate": "^0.32.4", - "@nillion/client-core": "0.1.0-rc.10", + "@nillion/client-core": "0.1.0-rc.11", "debug": "^4.3.6", "effect": "3.6.5", "protobufjs": "^7.3.2", @@ -17267,10 +17267,10 @@ }, "packages/client-react-hooks": { "name": "@nillion/client-react-hooks", - "version": "0.1.0-rc.10", + "version": "0.1.0-rc.11", "license": "MIT", "dependencies": { - "@nillion/client-vms": "0.1.0-rc.10", + "@nillion/client-vms": "0.1.0-rc.11", "@tanstack/react-query": "^5.52.0", "debug": "^4.3.6", "react": "^18.3.1" @@ -17284,11 +17284,11 @@ }, "packages/client-vms": { "name": "@nillion/client-vms", - "version": "0.1.0-rc.10", + "version": "0.1.0-rc.11", "license": "MIT", "dependencies": { - "@nillion/client-core": "0.1.0-rc.10", - "@nillion/client-payments": "0.1.0-rc.10", + "@nillion/client-core": "0.1.0-rc.11", + "@nillion/client-payments": "0.1.0-rc.11", "debug": "^4.3.6", "zod": "^3.23.8" }, @@ -17300,7 +17300,7 @@ }, "packages/client-wasm": { "name": "@nillion/client-wasm", - "version": "0.1.0-rc.10", + "version": "0.1.0-rc.11", "license": "Apache-2.0", "devDependencies": { "browserslist": "^4.23.3", diff --git a/packages/client-core/package.json b/packages/client-core/package.json index 6f03d0d..207d054 100644 --- a/packages/client-core/package.json +++ b/packages/client-core/package.json @@ -2,7 +2,7 @@ "name": "@nillion/client-core", "license": "MIT", "author": "devsupport@nillion.com", - "version": "0.1.0-rc.10", + "version": "0.1.0-rc.11", "homepage": "https://nillion.pub/client-ts", "repository": { "type": "git", @@ -25,7 +25,7 @@ "test:serve": "npx jasmine-browser-runner serve --config=jasmine.config.mjs" }, "dependencies": { - "@nillion/client-wasm": "0.1.0-rc.10", + "@nillion/client-wasm": "0.1.0-rc.11", "debug": "^4.3.6", "effect": "3.6.5", "zod": "^3.23.8" diff --git a/packages/client-payments/package.json b/packages/client-payments/package.json index 53f728e..9e0bc55 100644 --- a/packages/client-payments/package.json +++ b/packages/client-payments/package.json @@ -2,7 +2,7 @@ "name": "@nillion/client-payments", "license": "MIT", "author": "devsupport@nillion.com", - "version": "0.1.0-rc.10", + "version": "0.1.0-rc.11", "homepage": "https://nillion.pub/client-ts", "repository": { "type": "git", @@ -28,7 +28,7 @@ "dependencies": { "@cosmjs/proto-signing": "^0.32.4", "@cosmjs/stargate": "^0.32.4", - "@nillion/client-core": "0.1.0-rc.10", + "@nillion/client-core": "0.1.0-rc.11", "debug": "^4.3.6", "effect": "3.6.5", "protobufjs": "^7.3.2", diff --git a/packages/client-react-hooks/package.json b/packages/client-react-hooks/package.json index 0329115..32f275d 100644 --- a/packages/client-react-hooks/package.json +++ b/packages/client-react-hooks/package.json @@ -2,7 +2,7 @@ "name": "@nillion/client-react-hooks", "license": "MIT", "author": "devsupport@nillion.com", - "version": "0.1.0-rc.10", + "version": "0.1.0-rc.11", "homepage": "https://nillion.pub/client-ts", "repository": { "type": "git", @@ -21,7 +21,7 @@ "build:watch": "node esbuild.config.mjs --watch" }, "dependencies": { - "@nillion/client-vms": "0.1.0-rc.10", + "@nillion/client-vms": "0.1.0-rc.11", "@tanstack/react-query": "^5.52.0", "debug": "^4.3.6", "react": "^18.3.1" diff --git a/packages/client-vms/package.json b/packages/client-vms/package.json index 5ced8b3..0f7cdaa 100644 --- a/packages/client-vms/package.json +++ b/packages/client-vms/package.json @@ -2,7 +2,7 @@ "name": "@nillion/client-vms", "license": "MIT", "author": "devsupport@nillion.com", - "version": "0.1.0-rc.10", + "version": "0.1.0-rc.11", "homepage": "https://nillion.pub/client-ts", "repository": "https://github.com/NillionNetwork/client-ts", "type": "module", @@ -22,8 +22,8 @@ "test:serve": "npx jasmine-browser-runner serve --config=jasmine.config.mjs" }, "dependencies": { - "@nillion/client-core": "0.1.0-rc.10", - "@nillion/client-payments": "0.1.0-rc.10", + "@nillion/client-core": "0.1.0-rc.11", + "@nillion/client-payments": "0.1.0-rc.11", "debug": "^4.3.6", "zod": "^3.23.8" }, diff --git a/packages/client-wasm/package.json b/packages/client-wasm/package.json index 6513b1f..481ea17 100644 --- a/packages/client-wasm/package.json +++ b/packages/client-wasm/package.json @@ -2,7 +2,7 @@ "name": "@nillion/client-wasm", "license": "Apache-2.0", "author": "devsupport@nillion.com", - "version": "0.1.0-rc.10", + "version": "0.1.0-rc.11", "homepage": "https://nillion.pub/client-ts", "repository": { "type": "git",