|
1 | 1 | { |
2 | 2 | "name": "@nillion/nuc", |
3 | | - "version": "0.1.0-rc.6", |
| 3 | + "version": "0.1.0-rc.7", |
4 | 4 | "license": "MIT", |
5 | 5 | "repository": "https://github.com/NillionNetwork/nuc-ts", |
6 | 6 | "engines": { |
|
23 | 23 | "attw": "attw --profile esm-only --pack ." |
24 | 24 | }, |
25 | 25 | "dependencies": { |
26 | | - "@bufbuild/protobuf": "^2.5.1", |
| 26 | + "@bufbuild/protobuf": "^2.5.2", |
27 | 27 | "@cosmjs/proto-signing": "^0.33.1", |
28 | 28 | "@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", |
31 | 31 | "@noble/hashes": "^1.8.0", |
32 | | - "@scure/base": "^1.2.5", |
| 32 | + "@scure/base": "^1.2.6", |
33 | 33 | "debug": "^4.4.1", |
34 | 34 | "dequal": "^2.0.3", |
35 | | - "effect": "^3.16.1", |
| 35 | + "effect": "^3.16.5", |
36 | 36 | "http-status-codes": "^2.3.0", |
37 | 37 | "temporal-polyfill": "^0.3.0", |
38 | | - "zod": "^3.25.36", |
| 38 | + "zod": "^3.25.57", |
39 | 39 | "zod-validation-error": "^3.4.1" |
40 | 40 | }, |
41 | 41 | "devDependencies": { |
42 | | - "@arethetypeswrong/cli": "^0.18.1", |
| 42 | + "@arethetypeswrong/cli": "^0.18.2", |
43 | 43 | "@biomejs/biome": "2.0.0-beta.4", |
44 | 44 | "@bufbuild/buf": "^1.54.0", |
45 | | - "@bufbuild/protoc-gen-es": "^2.5.1", |
| 45 | + "@bufbuild/protoc-gen-es": "^2.5.2", |
46 | 46 | "@commitlint/cli": "^19.8.1", |
47 | 47 | "@commitlint/config-conventional": "^19.8.1", |
48 | 48 | "@commitlint/types": "^19.8.1", |
49 | 49 | "@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", |
52 | 52 | "docker-compose": "^1.2.0", |
53 | 53 | "dotenv": "^16.5.0", |
54 | 54 | "lefthook": "^1.11.13", |
|
58 | 58 | "typescript": "^5.8.3", |
59 | 59 | "vite": "^6.3.5", |
60 | 60 | "vite-tsconfig-paths": "^5.1.4", |
61 | | - "vitest": "^3.1.4" |
| 61 | + "vitest": "^3.2.3" |
62 | 62 | }, |
63 | 63 | "packageManager": "pnpm@10.11.0", |
64 | 64 | "files": [ |
|
0 commit comments