Skip to content

Commit

Permalink
Bump beta version (#459)
Browse files Browse the repository at this point in the history
  • Loading branch information
barnjamin authored Apr 4, 2024
1 parent c1365d7 commit 5aa12b3
Show file tree
Hide file tree
Showing 28 changed files with 106 additions and 106 deletions.
6 changes: 3 additions & 3 deletions connect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wormhole-foundation/sdk-connect",
"version": "0.5.3-beta.0",
"version": "0.5.3-beta.1",
"repository": {
"type": "git",
"url": "git+https://github.com/wormhole-foundation/connect-sdk.git"
Expand Down Expand Up @@ -65,8 +65,8 @@
},
"dependencies": {
"axios": "^1.4.0",
"@wormhole-foundation/sdk-base": "0.5.3-beta.0",
"@wormhole-foundation/sdk-definitions": "0.5.3-beta.0"
"@wormhole-foundation/sdk-base": "0.5.3-beta.1",
"@wormhole-foundation/sdk-definitions": "0.5.3-beta.1"
},
"type": "module"
}
8 changes: 4 additions & 4 deletions core/base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wormhole-foundation/sdk-base",
"version": "0.5.3-beta.0",
"version": "0.5.3-beta.1",
"repository": {
"type": "git",
"url": "git+https://github.com/wormhole-foundation/connect-sdk.git"
Expand All @@ -27,7 +27,7 @@
"default": "./dist/cjs/index.js"
}
},
"./constants":{
"./constants": {
"import": {
"types": "./dist/esm/constants/index.d.ts",
"default": "./dist/esm/constants/index.js"
Expand All @@ -37,7 +37,7 @@
"default": "./dist/cjs/constants/index.js"
}
},
"./tokens":{
"./tokens": {
"import": {
"types": "./dist/esm/constants/tokens/index.d.ts",
"default": "./dist/esm/constants/tokens/index.js"
Expand All @@ -47,7 +47,7 @@
"default": "./dist/cjs/constants/tokens/index.js"
}
},
"./contracts":{
"./contracts": {
"import": {
"types": "./dist/esm/constants/contracts/index.d.ts",
"default": "./dist/esm/constants/contracts/index.js"
Expand Down
4 changes: 2 additions & 2 deletions core/definitions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wormhole-foundation/sdk-definitions",
"version": "0.5.3-beta.0",
"version": "0.5.3-beta.1",
"repository": {
"type": "git",
"url": "git+https://github.com/wormhole-foundation/connect-sdk.git"
Expand Down Expand Up @@ -66,7 +66,7 @@
"dependencies": {
"@noble/hashes": "^1.3.1",
"@noble/curves": "^1.4.0",
"@wormhole-foundation/sdk-base": "0.5.3-beta.0"
"@wormhole-foundation/sdk-base": "0.5.3-beta.1"
},
"type": "module"
}
4 changes: 2 additions & 2 deletions examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wormhole-foundation/connect-sdk-examples",
"version": "0.5.3-beta.0",
"version": "0.5.3-beta.1",
"repository": {
"type": "git",
"url": "git+https://github.com/wormhole-foundation/connect-sdk.git"
Expand Down Expand Up @@ -51,6 +51,6 @@
"tsx": "^4.7.0"
},
"dependencies": {
"@wormhole-foundation/sdk": "0.5.3-beta.0"
"@wormhole-foundation/sdk": "0.5.3-beta.1"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-sdk",
"version": "0.5.3-beta.0",
"version": "0.5.3-beta.1",
"license": "Apache-2.0",
"directories": {
"test": "__tests__"
Expand Down
4 changes: 2 additions & 2 deletions platforms/algorand/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wormhole-foundation/sdk-algorand",
"version": "0.5.3-beta.0",
"version": "0.5.3-beta.1",
"repository": {
"type": "git",
"url": "git+https://github.com/wormhole-foundation/connect-sdk.git"
Expand Down Expand Up @@ -76,7 +76,7 @@
"test": "jest --config ./jest.config.ts"
},
"dependencies": {
"@wormhole-foundation/sdk-connect": "0.5.3-beta.0",
"@wormhole-foundation/sdk-connect": "0.5.3-beta.1",
"algosdk": "2.7.0"
},
"type": "module"
Expand Down
6 changes: 3 additions & 3 deletions platforms/algorand/protocols/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wormhole-foundation/sdk-algorand-core",
"version": "0.5.3-beta.0",
"version": "0.5.3-beta.1",
"repository": {
"type": "git",
"url": "git+https://github.com/wormhole-foundation/connect-sdk.git"
Expand Down Expand Up @@ -45,8 +45,8 @@
"prettier": "prettier --write ./src"
},
"dependencies": {
"@wormhole-foundation/sdk-connect": "0.5.3-beta.0",
"@wormhole-foundation/sdk-algorand": "0.5.3-beta.0"
"@wormhole-foundation/sdk-connect": "0.5.3-beta.1",
"@wormhole-foundation/sdk-algorand": "0.5.3-beta.1"
},
"type": "module",
"exports": {
Expand Down
8 changes: 4 additions & 4 deletions platforms/algorand/protocols/tokenBridge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wormhole-foundation/sdk-algorand-tokenbridge",
"version": "0.5.3-beta.0",
"version": "0.5.3-beta.1",
"repository": {
"type": "git",
"url": "git+https://github.com/wormhole-foundation/connect-sdk.git"
Expand Down Expand Up @@ -45,9 +45,9 @@
"prettier": "prettier --write ./src"
},
"dependencies": {
"@wormhole-foundation/sdk-connect": "0.5.3-beta.0",
"@wormhole-foundation/sdk-algorand": "0.5.3-beta.0",
"@wormhole-foundation/sdk-algorand-core": "0.5.3-beta.0"
"@wormhole-foundation/sdk-connect": "0.5.3-beta.1",
"@wormhole-foundation/sdk-algorand": "0.5.3-beta.1",
"@wormhole-foundation/sdk-algorand-core": "0.5.3-beta.1"
},
"type": "module",
"exports": {
Expand Down
4 changes: 2 additions & 2 deletions platforms/aptos/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wormhole-foundation/sdk-aptos",
"version": "0.5.3-beta.0",
"version": "0.5.3-beta.1",
"repository": {
"type": "git",
"url": "git+https://github.com/wormhole-foundation/connect-sdk.git"
Expand Down Expand Up @@ -46,7 +46,7 @@
"prettier": "prettier --write ./src"
},
"dependencies": {
"@wormhole-foundation/sdk-connect": "0.5.3-beta.0",
"@wormhole-foundation/sdk-connect": "0.5.3-beta.1",
"aptos": "1.21.0"
},
"type": "module",
Expand Down
6 changes: 3 additions & 3 deletions platforms/aptos/protocols/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wormhole-foundation/sdk-aptos-core",
"version": "0.5.3-beta.0",
"version": "0.5.3-beta.1",
"repository": {
"type": "git",
"url": "git+https://github.com/wormhole-foundation/connect-sdk.git"
Expand Down Expand Up @@ -45,8 +45,8 @@
"prettier": "prettier --write ./src"
},
"dependencies": {
"@wormhole-foundation/sdk-connect": "0.5.3-beta.0",
"@wormhole-foundation/sdk-aptos": "0.5.3-beta.0"
"@wormhole-foundation/sdk-connect": "0.5.3-beta.1",
"@wormhole-foundation/sdk-aptos": "0.5.3-beta.1"
},
"type": "module",
"exports": {
Expand Down
8 changes: 4 additions & 4 deletions platforms/aptos/protocols/tokenBridge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wormhole-foundation/sdk-aptos-tokenbridge",
"version": "0.5.3-beta.0",
"version": "0.5.3-beta.1",
"repository": {
"type": "git",
"url": "git+https://github.com/wormhole-foundation/connect-sdk.git"
Expand Down Expand Up @@ -45,9 +45,9 @@
"prettier": "prettier --write ./src"
},
"dependencies": {
"@wormhole-foundation/sdk-connect": "0.5.3-beta.0",
"@wormhole-foundation/sdk-aptos": "0.5.3-beta.0",
"@wormhole-foundation/sdk-aptos-core": "0.5.3-beta.0"
"@wormhole-foundation/sdk-connect": "0.5.3-beta.1",
"@wormhole-foundation/sdk-aptos": "0.5.3-beta.1",
"@wormhole-foundation/sdk-aptos-core": "0.5.3-beta.1"
},
"type": "module",
"exports": {
Expand Down
4 changes: 2 additions & 2 deletions platforms/cosmwasm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wormhole-foundation/sdk-cosmwasm",
"version": "0.5.3-beta.0",
"version": "0.5.3-beta.1",
"repository": {
"type": "git",
"url": "git+https://github.com/wormhole-foundation/connect-sdk.git"
Expand Down Expand Up @@ -53,7 +53,7 @@
"test": "jest --config ./jest.config.ts"
},
"dependencies": {
"@wormhole-foundation/sdk-connect": "0.5.3-beta.0",
"@wormhole-foundation/sdk-connect": "0.5.3-beta.1",
"@cosmjs/cosmwasm-stargate": "^0.32.0",
"@cosmjs/proto-signing": "^0.32.0",
"@cosmjs/stargate": "^0.32.0",
Expand Down
6 changes: 3 additions & 3 deletions platforms/cosmwasm/protocols/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wormhole-foundation/sdk-cosmwasm-core",
"version": "0.5.3-beta.0",
"version": "0.5.3-beta.1",
"repository": {
"type": "git",
"url": "git+https://github.com/wormhole-foundation/connect-sdk.git"
Expand Down Expand Up @@ -52,8 +52,8 @@
"prettier": "prettier --write ./src"
},
"dependencies": {
"@wormhole-foundation/sdk-connect": "0.5.3-beta.0",
"@wormhole-foundation/sdk-cosmwasm": "0.5.3-beta.0",
"@wormhole-foundation/sdk-connect": "0.5.3-beta.1",
"@wormhole-foundation/sdk-cosmwasm": "0.5.3-beta.1",
"@cosmjs/cosmwasm-stargate": "^0.32.0",
"@cosmjs/stargate": "^0.32.0"
},
Expand Down
8 changes: 4 additions & 4 deletions platforms/cosmwasm/protocols/ibc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wormhole-foundation/sdk-cosmwasm-ibc",
"version": "0.5.3-beta.0",
"version": "0.5.3-beta.1",
"repository": {
"type": "git",
"url": "git+https://github.com/wormhole-foundation/connect-sdk.git"
Expand Down Expand Up @@ -56,9 +56,9 @@
"@cosmjs/cosmwasm-stargate": "^0.32.0",
"@cosmjs/stargate": "^0.32.0",
"cosmjs-types": "^0.9.0",
"@wormhole-foundation/sdk-connect": "0.5.3-beta.0",
"@wormhole-foundation/sdk-cosmwasm": "0.5.3-beta.0",
"@wormhole-foundation/sdk-cosmwasm-core": "0.5.3-beta.0"
"@wormhole-foundation/sdk-connect": "0.5.3-beta.1",
"@wormhole-foundation/sdk-cosmwasm": "0.5.3-beta.1",
"@wormhole-foundation/sdk-cosmwasm-core": "0.5.3-beta.1"
},
"type": "module",
"exports": {
Expand Down
6 changes: 3 additions & 3 deletions platforms/cosmwasm/protocols/tokenBridge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wormhole-foundation/sdk-cosmwasm-tokenbridge",
"version": "0.5.3-beta.0",
"version": "0.5.3-beta.1",
"repository": {
"type": "git",
"url": "git+https://github.com/wormhole-foundation/connect-sdk.git"
Expand Down Expand Up @@ -53,8 +53,8 @@
},
"dependencies": {
"@cosmjs/cosmwasm-stargate": "^0.32.0",
"@wormhole-foundation/sdk-connect": "0.5.3-beta.0",
"@wormhole-foundation/sdk-cosmwasm": "0.5.3-beta.0"
"@wormhole-foundation/sdk-connect": "0.5.3-beta.1",
"@wormhole-foundation/sdk-cosmwasm": "0.5.3-beta.1"
},
"type": "module",
"exports": {
Expand Down
4 changes: 2 additions & 2 deletions platforms/evm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wormhole-foundation/sdk-evm",
"version": "0.5.3-beta.0",
"version": "0.5.3-beta.1",
"repository": {
"type": "git",
"url": "git+https://github.com/wormhole-foundation/connect-sdk.git"
Expand Down Expand Up @@ -59,7 +59,7 @@
"@typechain/ethers-v6": "^0.4.0"
},
"dependencies": {
"@wormhole-foundation/sdk-connect": "0.5.3-beta.0",
"@wormhole-foundation/sdk-connect": "0.5.3-beta.1",
"ethers": "^6.5.1"
},
"type": "module",
Expand Down
6 changes: 3 additions & 3 deletions platforms/evm/protocols/cctp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wormhole-foundation/sdk-evm-cctp",
"version": "0.5.3-beta.0",
"version": "0.5.3-beta.1",
"repository": {
"type": "git",
"url": "git+https://github.com/wormhole-foundation/connect-sdk.git"
Expand Down Expand Up @@ -53,8 +53,8 @@
"prettier": "prettier --write ./src"
},
"dependencies": {
"@wormhole-foundation/sdk-connect": "0.5.3-beta.0",
"@wormhole-foundation/sdk-evm": "0.5.3-beta.0",
"@wormhole-foundation/sdk-connect": "0.5.3-beta.1",
"@wormhole-foundation/sdk-evm": "0.5.3-beta.1",
"ethers": "^6.5.1"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions platforms/evm/protocols/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wormhole-foundation/sdk-evm-core",
"version": "0.5.3-beta.0",
"version": "0.5.3-beta.1",
"repository": {
"type": "git",
"url": "git+https://github.com/wormhole-foundation/connect-sdk.git"
Expand Down Expand Up @@ -52,8 +52,8 @@
"prettier": "prettier --write ./src"
},
"dependencies": {
"@wormhole-foundation/sdk-connect": "0.5.3-beta.0",
"@wormhole-foundation/sdk-evm": "0.5.3-beta.0",
"@wormhole-foundation/sdk-connect": "0.5.3-beta.1",
"@wormhole-foundation/sdk-evm": "0.5.3-beta.1",
"ethers": "^6.5.1"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions platforms/evm/protocols/portico/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wormhole-foundation/sdk-evm-portico",
"version": "0.5.3-beta.0",
"version": "0.5.3-beta.1",
"repository": {
"type": "git",
"url": "git+https://github.com/wormhole-foundation/connect-sdk.git"
Expand Down Expand Up @@ -52,10 +52,10 @@
"prettier": "prettier --write ./src"
},
"dependencies": {
"@wormhole-foundation/sdk-connect": "0.5.3-beta.0",
"@wormhole-foundation/sdk-evm": "0.5.3-beta.0",
"@wormhole-foundation/sdk-evm-core": "0.5.3-beta.0",
"@wormhole-foundation/sdk-evm-tokenbridge": "0.5.3-beta.0",
"@wormhole-foundation/sdk-connect": "0.5.3-beta.1",
"@wormhole-foundation/sdk-evm": "0.5.3-beta.1",
"@wormhole-foundation/sdk-evm-core": "0.5.3-beta.1",
"@wormhole-foundation/sdk-evm-tokenbridge": "0.5.3-beta.1",
"ethers": "^6.5.1"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions platforms/evm/protocols/tokenBridge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wormhole-foundation/sdk-evm-tokenbridge",
"version": "0.5.3-beta.0",
"version": "0.5.3-beta.1",
"repository": {
"type": "git",
"url": "git+https://github.com/wormhole-foundation/connect-sdk.git"
Expand Down Expand Up @@ -52,9 +52,9 @@
"prettier": "prettier --write ./src"
},
"dependencies": {
"@wormhole-foundation/sdk-connect": "0.5.3-beta.0",
"@wormhole-foundation/sdk-evm": "0.5.3-beta.0",
"@wormhole-foundation/sdk-evm-core": "0.5.3-beta.0",
"@wormhole-foundation/sdk-connect": "0.5.3-beta.1",
"@wormhole-foundation/sdk-evm": "0.5.3-beta.1",
"@wormhole-foundation/sdk-evm-core": "0.5.3-beta.1",
"ethers": "^6.5.1"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 5aa12b3

Please sign in to comment.