Skip to content

Commit 086c97c

Browse files
authored
Merge pull request #70 from NillionNetwork/chore/bump-version-0.1.0-rc.7
chore(release): bump version to 0.1.0-rc.7
2 parents cfa1191 + 03a2ef1 commit 086c97c

File tree

2 files changed

+351
-307
lines changed

2 files changed

+351
-307
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nillion/nuc",
3-
"version": "0.1.0-rc.6",
3+
"version": "0.1.0-rc.7",
44
"license": "MIT",
55
"repository": "https://github.com/NillionNetwork/nuc-ts",
66
"engines": {
@@ -23,32 +23,32 @@
2323
"attw": "attw --profile esm-only --pack ."
2424
},
2525
"dependencies": {
26-
"@bufbuild/protobuf": "^2.5.1",
26+
"@bufbuild/protobuf": "^2.5.2",
2727
"@cosmjs/proto-signing": "^0.33.1",
2828
"@cosmjs/stargate": "^0.33.1",
29-
"@keplr-wallet/types": "^0.12.238",
30-
"@noble/curves": "^1.9.1",
29+
"@keplr-wallet/types": "^0.12.239",
30+
"@noble/curves": "^1.9.2",
3131
"@noble/hashes": "^1.8.0",
32-
"@scure/base": "^1.2.5",
32+
"@scure/base": "^1.2.6",
3333
"debug": "^4.4.1",
3434
"dequal": "^2.0.3",
35-
"effect": "^3.16.1",
35+
"effect": "^3.16.5",
3636
"http-status-codes": "^2.3.0",
3737
"temporal-polyfill": "^0.3.0",
38-
"zod": "^3.25.36",
38+
"zod": "^3.25.57",
3939
"zod-validation-error": "^3.4.1"
4040
},
4141
"devDependencies": {
42-
"@arethetypeswrong/cli": "^0.18.1",
42+
"@arethetypeswrong/cli": "^0.18.2",
4343
"@biomejs/biome": "2.0.0-beta.4",
4444
"@bufbuild/buf": "^1.54.0",
45-
"@bufbuild/protoc-gen-es": "^2.5.1",
45+
"@bufbuild/protoc-gen-es": "^2.5.2",
4646
"@commitlint/cli": "^19.8.1",
4747
"@commitlint/config-conventional": "^19.8.1",
4848
"@commitlint/types": "^19.8.1",
4949
"@types/debug": "^4.1.12",
50-
"@types/node": "^22.15.24",
51-
"@vitest/coverage-v8": "^3.1.4",
50+
"@types/node": "^24.0.0",
51+
"@vitest/coverage-v8": "^3.2.3",
5252
"docker-compose": "^1.2.0",
5353
"dotenv": "^16.5.0",
5454
"lefthook": "^1.11.13",
@@ -58,7 +58,7 @@
5858
"typescript": "^5.8.3",
5959
"vite": "^6.3.5",
6060
"vite-tsconfig-paths": "^5.1.4",
61-
"vitest": "^3.1.4"
61+
"vitest": "^3.2.3"
6262
},
6363
"packageManager": "pnpm@10.11.0",
6464
"files": [

0 commit comments

Comments
 (0)