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