@wormhole-foundation/sdk 4.12.0-beta.4 → 4.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 +33 -33
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wormhole-foundation/sdk",
3
- "version": "4.12.0-beta.4",
3
+ "version": "4.12.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/wormhole-foundation/wormhole-sdk-ts.git"
@@ -480,38 +480,38 @@
480
480
  }
481
481
  },
482
482
  "dependencies": {
483
- "@wormhole-foundation/sdk-base": "4.12.0-beta.4",
484
- "@wormhole-foundation/sdk-definitions": "4.12.0-beta.4",
485
- "@wormhole-foundation/sdk-connect": "4.12.0-beta.4",
486
- "@wormhole-foundation/sdk-evm": "4.12.0-beta.4",
487
- "@wormhole-foundation/sdk-evm-core": "4.12.0-beta.4",
488
- "@wormhole-foundation/sdk-evm-tokenbridge": "4.12.0-beta.4",
489
- "@wormhole-foundation/sdk-evm-portico": "4.12.0-beta.4",
490
- "@wormhole-foundation/sdk-evm-cctp": "4.12.0-beta.4",
491
- "@wormhole-foundation/sdk-evm-tbtc": "4.12.0-beta.4",
492
- "@wormhole-foundation/sdk-solana": "4.12.0-beta.4",
493
- "@wormhole-foundation/sdk-solana-core": "4.12.0-beta.4",
494
- "@wormhole-foundation/sdk-solana-tokenbridge": "4.12.0-beta.4",
495
- "@wormhole-foundation/sdk-solana-cctp": "4.12.0-beta.4",
496
- "@wormhole-foundation/sdk-solana-tbtc": "4.12.0-beta.4",
497
- "@wormhole-foundation/sdk-cosmwasm": "4.12.0-beta.4",
498
- "@wormhole-foundation/sdk-cosmwasm-core": "4.12.0-beta.4",
499
- "@wormhole-foundation/sdk-cosmwasm-tokenbridge": "4.12.0-beta.4",
500
- "@wormhole-foundation/sdk-cosmwasm-ibc": "4.12.0-beta.4",
501
- "@wormhole-foundation/sdk-sui": "4.12.0-beta.4",
502
- "@wormhole-foundation/sdk-sui-core": "4.12.0-beta.4",
503
- "@wormhole-foundation/sdk-sui-tokenbridge": "4.12.0-beta.4",
504
- "@wormhole-foundation/sdk-sui-cctp": "4.12.0-beta.4",
505
- "@wormhole-foundation/sdk-aptos": "4.12.0-beta.4",
506
- "@wormhole-foundation/sdk-aptos-core": "4.12.0-beta.4",
507
- "@wormhole-foundation/sdk-aptos-tokenbridge": "4.12.0-beta.4",
508
- "@wormhole-foundation/sdk-aptos-cctp": "4.12.0-beta.4",
509
- "@wormhole-foundation/sdk-algorand": "4.12.0-beta.4",
510
- "@wormhole-foundation/sdk-algorand-core": "4.12.0-beta.4",
511
- "@wormhole-foundation/sdk-algorand-tokenbridge": "4.12.0-beta.4",
512
- "@wormhole-foundation/sdk-stacks": "4.12.0-beta.4",
513
- "@wormhole-foundation/sdk-stacks-core": "4.12.0-beta.4",
514
- "@wormhole-foundation/sdk-xrpl": "4.12.0-beta.4"
483
+ "@wormhole-foundation/sdk-base": "4.12.0",
484
+ "@wormhole-foundation/sdk-definitions": "4.12.0",
485
+ "@wormhole-foundation/sdk-connect": "4.12.0",
486
+ "@wormhole-foundation/sdk-evm": "4.12.0",
487
+ "@wormhole-foundation/sdk-evm-core": "4.12.0",
488
+ "@wormhole-foundation/sdk-evm-tokenbridge": "4.12.0",
489
+ "@wormhole-foundation/sdk-evm-portico": "4.12.0",
490
+ "@wormhole-foundation/sdk-evm-cctp": "4.12.0",
491
+ "@wormhole-foundation/sdk-evm-tbtc": "4.12.0",
492
+ "@wormhole-foundation/sdk-solana": "4.12.0",
493
+ "@wormhole-foundation/sdk-solana-core": "4.12.0",
494
+ "@wormhole-foundation/sdk-solana-tokenbridge": "4.12.0",
495
+ "@wormhole-foundation/sdk-solana-cctp": "4.12.0",
496
+ "@wormhole-foundation/sdk-solana-tbtc": "4.12.0",
497
+ "@wormhole-foundation/sdk-cosmwasm": "4.12.0",
498
+ "@wormhole-foundation/sdk-cosmwasm-core": "4.12.0",
499
+ "@wormhole-foundation/sdk-cosmwasm-tokenbridge": "4.12.0",
500
+ "@wormhole-foundation/sdk-cosmwasm-ibc": "4.12.0",
501
+ "@wormhole-foundation/sdk-sui": "4.12.0",
502
+ "@wormhole-foundation/sdk-sui-core": "4.12.0",
503
+ "@wormhole-foundation/sdk-sui-tokenbridge": "4.12.0",
504
+ "@wormhole-foundation/sdk-sui-cctp": "4.12.0",
505
+ "@wormhole-foundation/sdk-aptos": "4.12.0",
506
+ "@wormhole-foundation/sdk-aptos-core": "4.12.0",
507
+ "@wormhole-foundation/sdk-aptos-tokenbridge": "4.12.0",
508
+ "@wormhole-foundation/sdk-aptos-cctp": "4.12.0",
509
+ "@wormhole-foundation/sdk-algorand": "4.12.0",
510
+ "@wormhole-foundation/sdk-algorand-core": "4.12.0",
511
+ "@wormhole-foundation/sdk-algorand-tokenbridge": "4.12.0",
512
+ "@wormhole-foundation/sdk-stacks": "4.12.0",
513
+ "@wormhole-foundation/sdk-stacks-core": "4.12.0",
514
+ "@wormhole-foundation/sdk-xrpl": "4.12.0"
515
515
  },
516
516
  "type": "module"
517
517
  }