@wormhole-foundation/sdk 3.0.3 → 3.1.0-beta.0

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.
Files changed (1) hide show
  1. package/package.json +30 -30
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wormhole-foundation/sdk",
3
- "version": "3.0.3",
3
+ "version": "3.1.0-beta.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/wormhole-foundation/connect-sdk.git"
@@ -384,35 +384,35 @@
384
384
  }
385
385
  },
386
386
  "dependencies": {
387
- "@wormhole-foundation/sdk-base": "3.0.3",
388
- "@wormhole-foundation/sdk-definitions": "3.0.3",
389
- "@wormhole-foundation/sdk-connect": "3.0.3",
390
- "@wormhole-foundation/sdk-evm": "3.0.3",
391
- "@wormhole-foundation/sdk-evm-core": "3.0.3",
392
- "@wormhole-foundation/sdk-evm-tokenbridge": "3.0.3",
393
- "@wormhole-foundation/sdk-evm-portico": "3.0.3",
394
- "@wormhole-foundation/sdk-evm-cctp": "3.0.3",
395
- "@wormhole-foundation/sdk-evm-tbtc": "3.0.3",
396
- "@wormhole-foundation/sdk-solana": "3.0.3",
397
- "@wormhole-foundation/sdk-solana-core": "3.0.3",
398
- "@wormhole-foundation/sdk-solana-tokenbridge": "3.0.3",
399
- "@wormhole-foundation/sdk-solana-cctp": "3.0.3",
400
- "@wormhole-foundation/sdk-solana-tbtc": "3.0.3",
401
- "@wormhole-foundation/sdk-cosmwasm": "3.0.3",
402
- "@wormhole-foundation/sdk-cosmwasm-core": "3.0.3",
403
- "@wormhole-foundation/sdk-cosmwasm-tokenbridge": "3.0.3",
404
- "@wormhole-foundation/sdk-cosmwasm-ibc": "3.0.3",
405
- "@wormhole-foundation/sdk-sui": "3.0.3",
406
- "@wormhole-foundation/sdk-sui-core": "3.0.3",
407
- "@wormhole-foundation/sdk-sui-tokenbridge": "3.0.3",
408
- "@wormhole-foundation/sdk-sui-cctp": "3.0.3",
409
- "@wormhole-foundation/sdk-aptos": "3.0.3",
410
- "@wormhole-foundation/sdk-aptos-core": "3.0.3",
411
- "@wormhole-foundation/sdk-aptos-tokenbridge": "3.0.3",
412
- "@wormhole-foundation/sdk-aptos-cctp": "3.0.3",
413
- "@wormhole-foundation/sdk-algorand": "3.0.3",
414
- "@wormhole-foundation/sdk-algorand-core": "3.0.3",
415
- "@wormhole-foundation/sdk-algorand-tokenbridge": "3.0.3"
387
+ "@wormhole-foundation/sdk-base": "3.1.0-beta.0",
388
+ "@wormhole-foundation/sdk-definitions": "3.1.0-beta.0",
389
+ "@wormhole-foundation/sdk-connect": "3.1.0-beta.0",
390
+ "@wormhole-foundation/sdk-evm": "3.1.0-beta.0",
391
+ "@wormhole-foundation/sdk-evm-core": "3.1.0-beta.0",
392
+ "@wormhole-foundation/sdk-evm-tokenbridge": "3.1.0-beta.0",
393
+ "@wormhole-foundation/sdk-evm-portico": "3.1.0-beta.0",
394
+ "@wormhole-foundation/sdk-evm-cctp": "3.1.0-beta.0",
395
+ "@wormhole-foundation/sdk-evm-tbtc": "3.1.0-beta.0",
396
+ "@wormhole-foundation/sdk-solana": "3.1.0-beta.0",
397
+ "@wormhole-foundation/sdk-solana-core": "3.1.0-beta.0",
398
+ "@wormhole-foundation/sdk-solana-tokenbridge": "3.1.0-beta.0",
399
+ "@wormhole-foundation/sdk-solana-cctp": "3.1.0-beta.0",
400
+ "@wormhole-foundation/sdk-solana-tbtc": "3.1.0-beta.0",
401
+ "@wormhole-foundation/sdk-cosmwasm": "3.1.0-beta.0",
402
+ "@wormhole-foundation/sdk-cosmwasm-core": "3.1.0-beta.0",
403
+ "@wormhole-foundation/sdk-cosmwasm-tokenbridge": "3.1.0-beta.0",
404
+ "@wormhole-foundation/sdk-cosmwasm-ibc": "3.1.0-beta.0",
405
+ "@wormhole-foundation/sdk-sui": "3.1.0-beta.0",
406
+ "@wormhole-foundation/sdk-sui-core": "3.1.0-beta.0",
407
+ "@wormhole-foundation/sdk-sui-tokenbridge": "3.1.0-beta.0",
408
+ "@wormhole-foundation/sdk-sui-cctp": "3.1.0-beta.0",
409
+ "@wormhole-foundation/sdk-aptos": "3.1.0-beta.0",
410
+ "@wormhole-foundation/sdk-aptos-core": "3.1.0-beta.0",
411
+ "@wormhole-foundation/sdk-aptos-tokenbridge": "3.1.0-beta.0",
412
+ "@wormhole-foundation/sdk-aptos-cctp": "3.1.0-beta.0",
413
+ "@wormhole-foundation/sdk-algorand": "3.1.0-beta.0",
414
+ "@wormhole-foundation/sdk-algorand-core": "3.1.0-beta.0",
415
+ "@wormhole-foundation/sdk-algorand-tokenbridge": "3.1.0-beta.0"
416
416
  },
417
417
  "type": "module"
418
418
  }