@wormhole-foundation/sdk 3.10.0 → 3.12.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 +32 -32
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wormhole-foundation/sdk",
3
- "version": "3.10.0",
3
+ "version": "3.12.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/wormhole-foundation/wormhole-sdk-ts.git"
@@ -432,37 +432,37 @@
432
432
  }
433
433
  },
434
434
  "dependencies": {
435
- "@wormhole-foundation/sdk-base": "3.10.0",
436
- "@wormhole-foundation/sdk-definitions": "3.10.0",
437
- "@wormhole-foundation/sdk-connect": "3.10.0",
438
- "@wormhole-foundation/sdk-evm": "3.10.0",
439
- "@wormhole-foundation/sdk-evm-core": "3.10.0",
440
- "@wormhole-foundation/sdk-evm-tokenbridge": "3.10.0",
441
- "@wormhole-foundation/sdk-evm-portico": "3.10.0",
442
- "@wormhole-foundation/sdk-evm-cctp": "3.10.0",
443
- "@wormhole-foundation/sdk-evm-tbtc": "3.10.0",
444
- "@wormhole-foundation/sdk-solana": "3.10.0",
445
- "@wormhole-foundation/sdk-solana-core": "3.10.0",
446
- "@wormhole-foundation/sdk-solana-tokenbridge": "3.10.0",
447
- "@wormhole-foundation/sdk-solana-cctp": "3.10.0",
448
- "@wormhole-foundation/sdk-solana-tbtc": "3.10.0",
449
- "@wormhole-foundation/sdk-cosmwasm": "3.10.0",
450
- "@wormhole-foundation/sdk-cosmwasm-core": "3.10.0",
451
- "@wormhole-foundation/sdk-cosmwasm-tokenbridge": "3.10.0",
452
- "@wormhole-foundation/sdk-cosmwasm-ibc": "3.10.0",
453
- "@wormhole-foundation/sdk-sui": "3.10.0",
454
- "@wormhole-foundation/sdk-sui-core": "3.10.0",
455
- "@wormhole-foundation/sdk-sui-tokenbridge": "3.10.0",
456
- "@wormhole-foundation/sdk-sui-cctp": "3.10.0",
457
- "@wormhole-foundation/sdk-aptos": "3.10.0",
458
- "@wormhole-foundation/sdk-aptos-core": "3.10.0",
459
- "@wormhole-foundation/sdk-aptos-tokenbridge": "3.10.0",
460
- "@wormhole-foundation/sdk-aptos-cctp": "3.10.0",
461
- "@wormhole-foundation/sdk-algorand": "3.10.0",
462
- "@wormhole-foundation/sdk-algorand-core": "3.10.0",
463
- "@wormhole-foundation/sdk-algorand-tokenbridge": "3.10.0",
464
- "@wormhole-foundation/sdk-stacks": "3.10.0",
465
- "@wormhole-foundation/sdk-stacks-core": "3.10.0"
435
+ "@wormhole-foundation/sdk-base": "3.12.0",
436
+ "@wormhole-foundation/sdk-definitions": "3.12.0",
437
+ "@wormhole-foundation/sdk-connect": "3.12.0",
438
+ "@wormhole-foundation/sdk-evm": "3.12.0",
439
+ "@wormhole-foundation/sdk-evm-core": "3.12.0",
440
+ "@wormhole-foundation/sdk-evm-tokenbridge": "3.12.0",
441
+ "@wormhole-foundation/sdk-evm-portico": "3.12.0",
442
+ "@wormhole-foundation/sdk-evm-cctp": "3.12.0",
443
+ "@wormhole-foundation/sdk-evm-tbtc": "3.12.0",
444
+ "@wormhole-foundation/sdk-solana": "3.12.0",
445
+ "@wormhole-foundation/sdk-solana-core": "3.12.0",
446
+ "@wormhole-foundation/sdk-solana-tokenbridge": "3.12.0",
447
+ "@wormhole-foundation/sdk-solana-cctp": "3.12.0",
448
+ "@wormhole-foundation/sdk-solana-tbtc": "3.12.0",
449
+ "@wormhole-foundation/sdk-cosmwasm": "3.12.0",
450
+ "@wormhole-foundation/sdk-cosmwasm-core": "3.12.0",
451
+ "@wormhole-foundation/sdk-cosmwasm-tokenbridge": "3.12.0",
452
+ "@wormhole-foundation/sdk-cosmwasm-ibc": "3.12.0",
453
+ "@wormhole-foundation/sdk-sui": "3.12.0",
454
+ "@wormhole-foundation/sdk-sui-core": "3.12.0",
455
+ "@wormhole-foundation/sdk-sui-tokenbridge": "3.12.0",
456
+ "@wormhole-foundation/sdk-sui-cctp": "3.12.0",
457
+ "@wormhole-foundation/sdk-aptos": "3.12.0",
458
+ "@wormhole-foundation/sdk-aptos-core": "3.12.0",
459
+ "@wormhole-foundation/sdk-aptos-tokenbridge": "3.12.0",
460
+ "@wormhole-foundation/sdk-aptos-cctp": "3.12.0",
461
+ "@wormhole-foundation/sdk-algorand": "3.12.0",
462
+ "@wormhole-foundation/sdk-algorand-core": "3.12.0",
463
+ "@wormhole-foundation/sdk-algorand-tokenbridge": "3.12.0",
464
+ "@wormhole-foundation/sdk-stacks": "3.12.0",
465
+ "@wormhole-foundation/sdk-stacks-core": "3.12.0"
466
466
  },
467
467
  "type": "module"
468
468
  }