Skip to content

Commit 25f1ddb

Browse files
authored
Merge pull request #98 from NillionNetwork/chore/release-1-1-1
2 parents de28343 + fb501b9 commit 25f1ddb

File tree

2 files changed

+950
-546
lines changed

2 files changed

+950
-546
lines changed

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nillion/nuc",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"license": "MIT",
55
"repository": "https://github.com/NillionNetwork/nuc-ts",
66
"engines": {
@@ -32,39 +32,39 @@
3232
"@noble/curves": "^2.0.1",
3333
"@noble/hashes": "^2.0.1",
3434
"@scure/base": "^2.0.0",
35-
"es-toolkit": "^1.41.0",
35+
"es-toolkit": "^1.42.0",
3636
"http-status-codes": "^2.3.0",
3737
"ky": "^1.14.0",
3838
"multiformats": "^13.4.1",
39-
"viem": "^2.39.0",
40-
"zod": "^4.1.12"
39+
"viem": "^2.41.2",
40+
"zod": "^4.1.13"
4141
},
4242
"devDependencies": {
4343
"@biomejs/biome": "2.3.5",
44-
"@bufbuild/buf": "^1.59.0",
44+
"@bufbuild/buf": "^1.61.0",
4545
"@bufbuild/protoc-gen-es": "^2.10.1",
46-
"@commitlint/cli": "^20.1.0",
47-
"@commitlint/config-conventional": "^20.0.0",
48-
"@commitlint/types": "^20.0.0",
49-
"@keplr-wallet/types": "^0.12.287",
46+
"@commitlint/cli": "^20.2.0",
47+
"@commitlint/config-conventional": "^20.2.0",
48+
"@commitlint/types": "^20.2.0",
49+
"@keplr-wallet/types": "^0.12.299",
5050
"@types/debug": "^4.1.12",
5151
"@types/node": "^24.10.1",
5252
"@types/semver": "^7.7.1",
53-
"@vitest/coverage-v8": "^4.0.9",
54-
"abitype": "^1.1.1",
53+
"@vitest/coverage-v8": "^4.0.15",
54+
"abitype": "^1.2.1",
5555
"docker-compose": "^1.3.0",
5656
"dotenv": "^17.2.3",
5757
"fast-check": "^4.3.0",
58-
"lefthook": "^2.0.4",
58+
"lefthook": "^2.0.8",
5959
"semver": "^7.7.3",
60-
"tsdown": "^0.16.4",
61-
"tsx": "^4.20.6",
62-
"type-fest": "^5.2.0",
63-
"typedoc": "^0.28.14",
60+
"tsdown": "^0.16.8",
61+
"tsx": "^4.21.0",
62+
"type-fest": "^5.3.0",
63+
"typedoc": "^0.28.15",
6464
"typescript": "^5.9.3",
65-
"vite": "^7.2.2",
65+
"vite": "^7.2.6",
6666
"vite-tsconfig-paths": "^5.1.4",
67-
"vitest": "^4.0.9"
67+
"vitest": "^4.0.15"
6868
},
6969
"packageManager": "[email protected]",
7070
"files": [

0 commit comments

Comments
 (0)