|
20 | 20 | "build": "tsup --config='tsup.config.ts'",
|
21 | 21 | "typecheck": "tsc --project tsconfig.json --noEmit",
|
22 | 22 | "test": "vitest --run",
|
23 |
| - "test:typecheck": "vitest --typecheck.only", |
24 |
| - "check-package": "bunx publint@latest --strict && bunx @arethetypeswrong/cli --pack --ignore-rules 'cjs-resolves-to-esm'", |
25 |
| - "clean": "rm -rf dist node_modules", |
26 |
| - "knip": "knip --config='knip.json'", |
27 |
| - "postinstall": "patch-package", |
28 | 23 | "prepublish": "bun run build",
|
29 |
| - "typedoc": "bun x typedoc@latest --out .docs ./src/mod.ts" |
| 24 | + "postinstall": "patch-package", |
| 25 | + "knip": "knip --config='knip.json'", |
| 26 | + "clean": "rm -rf dist node_modules", |
| 27 | + "test:typecheck": "vitest --typecheck.only", |
| 28 | + "typedoc": "deno run --allow-all npm:typedoc@latest --out .docs ./src/mod.ts", |
| 29 | + "check-package": "deno run --allow-all npm:publint --strict && deno run --allow-all npm:@arethetypeswrong/cli@latest --pack --ignore-rules 'cjs-resolves-to-esm'" |
30 | 30 | },
|
31 | 31 | "dependencies": {
|
32 |
| - "@scure/base": "^1.1.9", |
33 |
| - "neverthrow": "^8.1.1", |
34 |
| - "ofetch": "^1.4.1", |
35 |
| - "patch-package": "^8.0.0", |
36 |
| - "@aptos-labs/ts-sdk": "^1.31.0", |
| 32 | + "@aptos-labs/ts-sdk": "^1.33.0", |
37 | 33 | "@cosmjs/amino": "^0.32.4",
|
38 | 34 | "@cosmjs/cosmwasm-stargate": "0.32.4",
|
39 | 35 | "@cosmjs/proto-signing": "^0.32.4",
|
40 | 36 | "@cosmjs/stargate": "0.32.4",
|
41 | 37 | "@cosmjs/tendermint-rpc": "^0.32.4",
|
42 |
| - "viem": "^2.21.43" |
| 38 | + "@scure/base": "^1.1.9", |
| 39 | + "neverthrow": "^8.1.1", |
| 40 | + "ofetch": "^1.4.1", |
| 41 | + "ox": "^0.2.2", |
| 42 | + "patch-package": "^8.0.0", |
| 43 | + "viem": "^2.21.48" |
43 | 44 | },
|
44 | 45 | "devDependencies": {
|
45 | 46 | "@total-typescript/ts-reset": "^0.6.1",
|
46 | 47 | "@types/bun": "^1.1.13",
|
47 |
| - "@types/node": "^22.9.0", |
| 48 | + "@types/node": "^22.9.1", |
48 | 49 | "consola": "^3.2.3",
|
49 | 50 | "cosmjs-types": "^0.9.0",
|
50 | 51 | "jsr": "^0.13.2",
|
51 |
| - "knip": "^5.36.3", |
| 52 | + "knip": "^5.37.1", |
52 | 53 | "tsup": "^8.3.5",
|
53 | 54 | "tsx": "^4.19.2",
|
54 | 55 | "typescript": "^5.6.3",
|
55 |
| - "vite-tsconfig-paths": "^5.1.0", |
56 |
| - "vitest": "^2.1.4" |
| 56 | + "vite-tsconfig-paths": "^5.1.3", |
| 57 | + "vitest": "^2.1.5" |
57 | 58 | },
|
58 | 59 | "repository": {
|
59 | 60 | "type": "git",
|
|
0 commit comments