| 
1 | 1 | {  | 
2 | 2 |   "dependencies": {  | 
3 | 3 |     "@bitcoinerlab/secp256k1": "~1.2.0",  | 
4 |  | -    "@bitgo/utxo-lib": "~11.11.0",  | 
 | 4 | +    "@bitgo/utxo-lib": "~11.11.1",  | 
5 | 5 |     "@cosmjs/amino": "~0.36.1",  | 
6 | 6 |     "@cosmjs/crypto": "0.36.1",  | 
7 | 7 |     "@cosmjs/proto-signing": "~0.36.1",  | 
8 | 8 |     "@cosmjs/stargate": "~0.36.1",  | 
9 | 9 |     "@meshsdk/core": "1.9.0-beta.81",  | 
10 |  | -    "@mysten/bcs": "~1.8.0",  | 
11 |  | -    "@mysten/sui": "~1.40.0",  | 
 | 10 | +    "@mysten/bcs": "~1.8.1",  | 
 | 11 | +    "@mysten/sui": "~1.42.0",  | 
12 | 12 |     "@near-js/providers": "~2.3.3",  | 
13 | 13 |     "@noble/hashes": "2.0.1",  | 
14 |  | -    "@polkadot/api": "~15.9.0",  | 
 | 14 | +    "@polkadot/api": "15.10.2",  | 
15 | 15 |     "@polkadot/keyring": "~13.5.7",  | 
16 |  | -    "@polkadot/rpc-provider": "~15.9.0",  | 
 | 16 | +    "@polkadot/rpc-provider": "~15.10.2",  | 
17 | 17 |     "@polkadot/util": "~13.5.7",  | 
18 | 18 |     "@polkadot/util-crypto": "~13.5.7",  | 
19 | 19 |     "@psf/bitcoincashjs-lib": "~4.0.3",  | 
 | 
48 | 48 |   "description": "SwapKit - Toolboxes",  | 
49 | 49 |   "devDependencies": {  | 
50 | 50 |     "@bitcoinerlab/secp256k1": "1.2.0",  | 
51 |  | -    "@bitgo/utxo-lib": "11.11.0",  | 
 | 51 | +    "@bitgo/utxo-lib": "11.11.1",  | 
52 | 52 |     "@cosmjs/amino": "0.36.1",  | 
53 | 53 |     "@cosmjs/crypto": "0.36.1",  | 
54 | 54 |     "@cosmjs/proto-signing": "0.36.1",  | 
55 | 55 |     "@cosmjs/stargate": "0.36.1",  | 
56 | 56 |     "@meshsdk/core": "1.9.0-beta.81",  | 
57 |  | -    "@mysten/bcs": "1.8.0",  | 
58 |  | -    "@mysten/sui": "1.40.0",  | 
 | 57 | +    "@mysten/bcs": "1.8.1",  | 
 | 58 | +    "@mysten/sui": "1.42.0",  | 
59 | 59 |     "@noble/hashes": "2.0.1",  | 
60 | 60 |     "@nomicfoundation/hardhat-ethers": "4.0.2",  | 
61 | 61 |     "@nomicfoundation/hardhat-network-helpers": "3.0.1",  | 
62 | 62 |     "@nomicfoundation/hardhat-toolbox": "6.1.0",  | 
63 |  | -    "@polkadot/api": "16.4.8",  | 
 | 63 | +    "@polkadot/api": "15.10.2",  | 
64 | 64 |     "@polkadot/keyring": "13.5.7",  | 
65 |  | -    "@polkadot/types": "16.4.8",  | 
 | 65 | +    "@polkadot/types": "15.10.2",  | 
66 | 66 |     "@polkadot/util": "13.5.7",  | 
67 | 67 |     "@polkadot/util-crypto": "13.5.7",  | 
68 | 68 |     "@psf/bitcoincashjs-lib": "4.0.3",  | 
 | 
168 | 168 |   "scripts": {  | 
169 | 169 |     "build": "bun run ./build.ts",  | 
170 | 170 |     "build:clean": "rm -rf dist && bun run ./build.ts",  | 
171 |  | -    "clean": "rm -rf dist node_modules *.tsbuildinfo",  | 
 | 171 | +    "clean": "rm -rf cache dist node_modules *.tsbuildinfo",  | 
172 | 172 |     "test": "bun test",  | 
173 | 173 |     "test:ci": "bun test --coverage",  | 
174 | 174 |     "type-check": "bun tsc --noEmit",  | 
 | 
0 commit comments