|
1 | 1 | { |
2 | 2 | "name": "@nillion/nuc", |
3 | | - "version": "2.0.0", |
| 3 | + "version": "2.0.1", |
4 | 4 | "license": "MIT", |
5 | 5 | "repository": "https://github.com/NillionNetwork/nuc-ts", |
6 | 6 | "files": [ |
|
30 | 30 | "@noble/curves": "^2.0.1", |
31 | 31 | "@noble/hashes": "^2.0.1", |
32 | 32 | "@scure/base": "^2.0.0", |
33 | | - "es-toolkit": "^1.43.0", |
| 33 | + "es-toolkit": "^1.44.0", |
34 | 34 | "multiformats": "^13.4.2", |
35 | | - "viem": "^2.44.1", |
36 | | - "zod": "^4.3.5" |
| 35 | + "viem": "^2.46.2", |
| 36 | + "zod": "^4.3.6" |
37 | 37 | }, |
38 | 38 | "devDependencies": { |
39 | | - "@commitlint/cli": "^20.3.1", |
40 | | - "@commitlint/config-conventional": "^20.3.1", |
41 | | - "@commitlint/types": "^20.3.1", |
| 39 | + "@commitlint/cli": "^20.4.2", |
| 40 | + "@commitlint/config-conventional": "^20.4.2", |
| 41 | + "@commitlint/types": "^20.4.0", |
42 | 42 | "@types/debug": "^4.1.12", |
43 | | - "@types/node": "^25.0.7", |
| 43 | + "@types/node": "^25.3.0", |
44 | 44 | "@types/semver": "^7.7.1", |
45 | | - "@typescript/native-preview": "7.0.0-dev.20260113.1", |
46 | | - "@vitest/coverage-v8": "^4.0.17", |
| 45 | + "@typescript/native-preview": "7.0.0-dev.20260223.1", |
| 46 | + "@vitest/coverage-v8": "^4.0.18", |
47 | 47 | "abitype": "^1.2.3", |
48 | 48 | "fast-check": "^4.5.3", |
49 | | - "lefthook": "^2.0.14", |
50 | | - "oxfmt": "^0.24.0", |
51 | | - "oxlint": "^1.39.0", |
52 | | - "oxlint-tsgolint": "^0.11.0", |
53 | | - "semver": "^7.7.3", |
54 | | - "tsdown": "0.20.0-beta.1", |
| 49 | + "lefthook": "^2.1.1", |
| 50 | + "oxfmt": "^0.35.0", |
| 51 | + "oxlint": "^1.50.0", |
| 52 | + "oxlint-tsgolint": "^0.14.2", |
| 53 | + "semver": "^7.7.4", |
| 54 | + "tsdown": "0.20.3", |
55 | 55 | "tsx": "^4.21.0", |
56 | | - "type-fest": "^5.4.0", |
57 | | - "typedoc": "^0.28.16", |
| 56 | + "type-fest": "^5.4.4", |
| 57 | + "typedoc": "^0.28.17", |
58 | 58 | "typescript": "^5.9.3", |
59 | 59 | "vite": "^7.3.1", |
60 | | - "vite-tsconfig-paths": "^6.0.4", |
61 | | - "vitest": "^4.0.17" |
| 60 | + "vite-tsconfig-paths": "^6.1.1", |
| 61 | + "vitest": "^4.0.18" |
62 | 62 | }, |
63 | 63 | "peerDependencies": { |
64 | 64 | "pino": "^10.1.0" |
|
70 | 70 | }, |
71 | 71 | "clean": true, |
72 | 72 | "entry": "./src/lib.ts", |
73 | | - "format": "esm" |
| 73 | + "format": "esm", |
| 74 | + "inlineOnly": false |
74 | 75 | }, |
75 | 76 | "engines": { |
76 | 77 | "node": ">=24" |
77 | 78 | }, |
78 | | - "packageManager": "pnpm@10.28.0" |
| 79 | + "packageManager": "pnpm@10.30.1+sha512.3590e550d5384caa39bd5c7c739f72270234b2f6059e13018f975c313b1eb9fefcc09714048765d4d9efe961382c312e624572c0420762bdc5d5940cdf9be73a" |
79 | 80 | } |
0 commit comments