@wormhole-foundation/sdk 0.5.0 → 0.5.1-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": "0.5.0",
3
+ "version": "0.5.1-beta.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/wormhole-foundation/connect-sdk.git"
@@ -116,10 +116,6 @@
116
116
  },
117
117
  "typesVersions": {
118
118
  "*": {
119
- "*": [
120
- "dist/cjs/index.d.ts",
121
- "dist/esm/index.d.ts"
122
- ],
123
119
  "algorand": [
124
120
  "dist/cjs/algorand.d.ts",
125
121
  "dist/esm/algorand.d.ts"
@@ -143,35 +139,39 @@
143
139
  "sui": [
144
140
  "dist/cjs/sui.d.ts",
145
141
  "dist/esm/sui.d.ts"
142
+ ],
143
+ "*": [
144
+ "dist/cjs/index.d.ts",
145
+ "dist/esm/index.d.ts"
146
146
  ]
147
147
  }
148
148
  },
149
149
  "dependencies": {
150
- "@wormhole-foundation/sdk-base": "0.5.0",
151
- "@wormhole-foundation/sdk-definitions": "0.5.0",
152
- "@wormhole-foundation/sdk-connect": "0.5.0",
153
- "@wormhole-foundation/sdk-evm": "0.5.0",
154
- "@wormhole-foundation/sdk-evm-core": "0.5.0",
155
- "@wormhole-foundation/sdk-evm-tokenbridge": "0.5.0",
156
- "@wormhole-foundation/sdk-evm-portico": "0.5.0",
157
- "@wormhole-foundation/sdk-evm-cctp": "0.5.0",
158
- "@wormhole-foundation/sdk-solana": "0.5.0",
159
- "@wormhole-foundation/sdk-solana-core": "0.5.0",
160
- "@wormhole-foundation/sdk-solana-tokenbridge": "0.5.0",
161
- "@wormhole-foundation/sdk-solana-cctp": "0.5.0",
162
- "@wormhole-foundation/sdk-cosmwasm": "0.5.0",
163
- "@wormhole-foundation/sdk-cosmwasm-core": "0.5.0",
164
- "@wormhole-foundation/sdk-cosmwasm-tokenbridge": "0.5.0",
165
- "@wormhole-foundation/sdk-cosmwasm-ibc": "0.5.0",
166
- "@wormhole-foundation/sdk-sui": "0.5.0",
167
- "@wormhole-foundation/sdk-sui-core": "0.5.0",
168
- "@wormhole-foundation/sdk-sui-tokenbridge": "0.5.0",
169
- "@wormhole-foundation/sdk-aptos": "0.5.0",
170
- "@wormhole-foundation/sdk-aptos-core": "0.5.0",
171
- "@wormhole-foundation/sdk-aptos-tokenbridge": "0.5.0",
172
- "@wormhole-foundation/sdk-algorand": "0.5.0",
173
- "@wormhole-foundation/sdk-algorand-core": "0.5.0",
174
- "@wormhole-foundation/sdk-algorand-tokenbridge": "0.5.0"
150
+ "@wormhole-foundation/sdk-base": "0.5.1-beta.0",
151
+ "@wormhole-foundation/sdk-definitions": "0.5.1-beta.0",
152
+ "@wormhole-foundation/sdk-connect": "0.5.1-beta.0",
153
+ "@wormhole-foundation/sdk-evm": "0.5.1-beta.0",
154
+ "@wormhole-foundation/sdk-evm-core": "0.5.1-beta.0",
155
+ "@wormhole-foundation/sdk-evm-tokenbridge": "0.5.1-beta.0",
156
+ "@wormhole-foundation/sdk-evm-portico": "0.5.1-beta.0",
157
+ "@wormhole-foundation/sdk-evm-cctp": "0.5.1-beta.0",
158
+ "@wormhole-foundation/sdk-solana": "0.5.1-beta.0",
159
+ "@wormhole-foundation/sdk-solana-core": "0.5.1-beta.0",
160
+ "@wormhole-foundation/sdk-solana-tokenbridge": "0.5.1-beta.0",
161
+ "@wormhole-foundation/sdk-solana-cctp": "0.5.1-beta.0",
162
+ "@wormhole-foundation/sdk-cosmwasm": "0.5.1-beta.0",
163
+ "@wormhole-foundation/sdk-cosmwasm-core": "0.5.1-beta.0",
164
+ "@wormhole-foundation/sdk-cosmwasm-tokenbridge": "0.5.1-beta.0",
165
+ "@wormhole-foundation/sdk-cosmwasm-ibc": "0.5.1-beta.0",
166
+ "@wormhole-foundation/sdk-sui": "0.5.1-beta.0",
167
+ "@wormhole-foundation/sdk-sui-core": "0.5.1-beta.0",
168
+ "@wormhole-foundation/sdk-sui-tokenbridge": "0.5.1-beta.0",
169
+ "@wormhole-foundation/sdk-aptos": "0.5.1-beta.0",
170
+ "@wormhole-foundation/sdk-aptos-core": "0.5.1-beta.0",
171
+ "@wormhole-foundation/sdk-aptos-tokenbridge": "0.5.1-beta.0",
172
+ "@wormhole-foundation/sdk-algorand": "0.5.1-beta.0",
173
+ "@wormhole-foundation/sdk-algorand-core": "0.5.1-beta.0",
174
+ "@wormhole-foundation/sdk-algorand-tokenbridge": "0.5.1-beta.0"
175
175
  },
176
176
  "type": "module"
177
177
  }