@wormhole-foundation/sdk 3.8.0 → 3.8.1

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.8.0",
3
+ "version": "3.8.1",
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.8.0",
388
- "@wormhole-foundation/sdk-definitions": "3.8.0",
389
- "@wormhole-foundation/sdk-connect": "3.8.0",
390
- "@wormhole-foundation/sdk-evm": "3.8.0",
391
- "@wormhole-foundation/sdk-evm-core": "3.8.0",
392
- "@wormhole-foundation/sdk-evm-tokenbridge": "3.8.0",
393
- "@wormhole-foundation/sdk-evm-portico": "3.8.0",
394
- "@wormhole-foundation/sdk-evm-cctp": "3.8.0",
395
- "@wormhole-foundation/sdk-evm-tbtc": "3.8.0",
396
- "@wormhole-foundation/sdk-solana": "3.8.0",
397
- "@wormhole-foundation/sdk-solana-core": "3.8.0",
398
- "@wormhole-foundation/sdk-solana-tokenbridge": "3.8.0",
399
- "@wormhole-foundation/sdk-solana-cctp": "3.8.0",
400
- "@wormhole-foundation/sdk-solana-tbtc": "3.8.0",
401
- "@wormhole-foundation/sdk-cosmwasm": "3.8.0",
402
- "@wormhole-foundation/sdk-cosmwasm-core": "3.8.0",
403
- "@wormhole-foundation/sdk-cosmwasm-tokenbridge": "3.8.0",
404
- "@wormhole-foundation/sdk-cosmwasm-ibc": "3.8.0",
405
- "@wormhole-foundation/sdk-sui": "3.8.0",
406
- "@wormhole-foundation/sdk-sui-core": "3.8.0",
407
- "@wormhole-foundation/sdk-sui-tokenbridge": "3.8.0",
408
- "@wormhole-foundation/sdk-sui-cctp": "3.8.0",
409
- "@wormhole-foundation/sdk-aptos": "3.8.0",
410
- "@wormhole-foundation/sdk-aptos-core": "3.8.0",
411
- "@wormhole-foundation/sdk-aptos-tokenbridge": "3.8.0",
412
- "@wormhole-foundation/sdk-aptos-cctp": "3.8.0",
413
- "@wormhole-foundation/sdk-algorand": "3.8.0",
414
- "@wormhole-foundation/sdk-algorand-core": "3.8.0",
415
- "@wormhole-foundation/sdk-algorand-tokenbridge": "3.8.0"
387
+ "@wormhole-foundation/sdk-base": "3.8.1",
388
+ "@wormhole-foundation/sdk-definitions": "3.8.1",
389
+ "@wormhole-foundation/sdk-connect": "3.8.1",
390
+ "@wormhole-foundation/sdk-evm": "3.8.1",
391
+ "@wormhole-foundation/sdk-evm-core": "3.8.1",
392
+ "@wormhole-foundation/sdk-evm-tokenbridge": "3.8.1",
393
+ "@wormhole-foundation/sdk-evm-portico": "3.8.1",
394
+ "@wormhole-foundation/sdk-evm-cctp": "3.8.1",
395
+ "@wormhole-foundation/sdk-evm-tbtc": "3.8.1",
396
+ "@wormhole-foundation/sdk-solana": "3.8.1",
397
+ "@wormhole-foundation/sdk-solana-core": "3.8.1",
398
+ "@wormhole-foundation/sdk-solana-tokenbridge": "3.8.1",
399
+ "@wormhole-foundation/sdk-solana-cctp": "3.8.1",
400
+ "@wormhole-foundation/sdk-solana-tbtc": "3.8.1",
401
+ "@wormhole-foundation/sdk-cosmwasm": "3.8.1",
402
+ "@wormhole-foundation/sdk-cosmwasm-core": "3.8.1",
403
+ "@wormhole-foundation/sdk-cosmwasm-tokenbridge": "3.8.1",
404
+ "@wormhole-foundation/sdk-cosmwasm-ibc": "3.8.1",
405
+ "@wormhole-foundation/sdk-sui": "3.8.1",
406
+ "@wormhole-foundation/sdk-sui-core": "3.8.1",
407
+ "@wormhole-foundation/sdk-sui-tokenbridge": "3.8.1",
408
+ "@wormhole-foundation/sdk-sui-cctp": "3.8.1",
409
+ "@wormhole-foundation/sdk-aptos": "3.8.1",
410
+ "@wormhole-foundation/sdk-aptos-core": "3.8.1",
411
+ "@wormhole-foundation/sdk-aptos-tokenbridge": "3.8.1",
412
+ "@wormhole-foundation/sdk-aptos-cctp": "3.8.1",
413
+ "@wormhole-foundation/sdk-algorand": "3.8.1",
414
+ "@wormhole-foundation/sdk-algorand-core": "3.8.1",
415
+ "@wormhole-foundation/sdk-algorand-tokenbridge": "3.8.1"
416
416
  },
417
417
  "type": "module"
418
418
  }