@wormhole-labs/cctp-executor-route 1.0.3-beta.0 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/routes/cctpV1.d.ts +3 -3
- package/dist/cjs/routes/cctpV2Base.d.ts +2 -2
- package/dist/cjs/routes/cctpV2Fast.d.ts +4 -4
- package/dist/cjs/routes/cctpV2Standard.d.ts +4 -4
- package/dist/cjs/routes/helpers.d.ts +2 -2
- package/dist/cjs/routes/helpers.d.ts.map +1 -1
- package/dist/esm/routes/cctpV1.d.ts +3 -3
- package/dist/esm/routes/cctpV2Base.d.ts +2 -2
- package/dist/esm/routes/cctpV2Fast.d.ts +4 -4
- package/dist/esm/routes/cctpV2Standard.d.ts +4 -4
- package/dist/esm/routes/helpers.d.ts +2 -2
- package/dist/esm/routes/helpers.d.ts.map +1 -1
- package/dist/tsconfig.cjs.tsbuildinfo +1 -1
- package/dist/tsconfig.esm.tsbuildinfo +1 -1
- package/package.json +19 -19
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wormhole-labs/cctp-executor-route",
|
|
3
|
-
"version": "1.0.3
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/cjs/index.js",
|
|
@@ -52,15 +52,15 @@
|
|
|
52
52
|
},
|
|
53
53
|
"sideEffects": true,
|
|
54
54
|
"peerDependencies": {
|
|
55
|
-
"@wormhole-foundation/sdk-aptos": "^4.
|
|
56
|
-
"@wormhole-foundation/sdk-base": "^4.
|
|
57
|
-
"@wormhole-foundation/sdk-connect": "^4.
|
|
58
|
-
"@wormhole-foundation/sdk-definitions": "^4.
|
|
59
|
-
"@wormhole-foundation/sdk-evm": "^4.
|
|
60
|
-
"@wormhole-foundation/sdk-solana": "^4.
|
|
61
|
-
"@wormhole-foundation/sdk-solana-cctp": "^4.
|
|
62
|
-
"@wormhole-foundation/sdk-sui": "^4.
|
|
63
|
-
"@wormhole-foundation/sdk-sui-cctp": "^4.
|
|
55
|
+
"@wormhole-foundation/sdk-aptos": "^4.20.0",
|
|
56
|
+
"@wormhole-foundation/sdk-base": "^4.20.0",
|
|
57
|
+
"@wormhole-foundation/sdk-connect": "^4.20.0",
|
|
58
|
+
"@wormhole-foundation/sdk-definitions": "^4.20.0",
|
|
59
|
+
"@wormhole-foundation/sdk-evm": "^4.20.0",
|
|
60
|
+
"@wormhole-foundation/sdk-solana": "^4.20.0",
|
|
61
|
+
"@wormhole-foundation/sdk-solana-cctp": "^4.20.0",
|
|
62
|
+
"@wormhole-foundation/sdk-sui": "^4.20.0",
|
|
63
|
+
"@wormhole-foundation/sdk-sui-cctp": "^4.20.0",
|
|
64
64
|
"axios": "^1.0.0",
|
|
65
65
|
"ethers": "^6.0.0"
|
|
66
66
|
},
|
|
@@ -69,15 +69,15 @@
|
|
|
69
69
|
"tsx": "^4.7.0",
|
|
70
70
|
"typescript": "^5.3.3",
|
|
71
71
|
"vitest": "^3.1.1",
|
|
72
|
-
"@wormhole-foundation/sdk-aptos": "^4.
|
|
73
|
-
"@wormhole-foundation/sdk-base": "^4.
|
|
74
|
-
"@wormhole-foundation/sdk-connect": "^4.
|
|
75
|
-
"@wormhole-foundation/sdk-definitions": "^4.
|
|
76
|
-
"@wormhole-foundation/sdk-evm": "^4.
|
|
77
|
-
"@wormhole-foundation/sdk-solana": "^4.
|
|
78
|
-
"@wormhole-foundation/sdk-solana-cctp": "^4.
|
|
79
|
-
"@wormhole-foundation/sdk-sui": "^4.
|
|
80
|
-
"@wormhole-foundation/sdk-sui-cctp": "^4.
|
|
72
|
+
"@wormhole-foundation/sdk-aptos": "^4.20.0",
|
|
73
|
+
"@wormhole-foundation/sdk-base": "^4.20.0",
|
|
74
|
+
"@wormhole-foundation/sdk-connect": "^4.20.0",
|
|
75
|
+
"@wormhole-foundation/sdk-definitions": "^4.20.0",
|
|
76
|
+
"@wormhole-foundation/sdk-evm": "^4.20.0",
|
|
77
|
+
"@wormhole-foundation/sdk-solana": "^4.20.0",
|
|
78
|
+
"@wormhole-foundation/sdk-solana-cctp": "^4.20.0",
|
|
79
|
+
"@wormhole-foundation/sdk-sui": "^4.20.0",
|
|
80
|
+
"@wormhole-foundation/sdk-sui-cctp": "^4.20.0"
|
|
81
81
|
},
|
|
82
82
|
"dependencies": {
|
|
83
83
|
"@aptos-labs/ts-sdk": "^2.0.0",
|