Skip to content

Commit

Permalink
ts sdk: 0.4.0 version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
kev1n-peters committed Oct 16, 2024
1 parent 9ba96a6 commit 3f3d7da
Show file tree
Hide file tree
Showing 8 changed files with 46 additions and 46 deletions.
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wormhole-foundation/ntt-cli",
"version": "0.3.0",
"version": "0.4.0",
"module": "src/index.ts",
"type": "module",
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions evm/ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wormhole-foundation/sdk-evm-ntt",
"version": "0.3.0",
"version": "0.4.0",
"repository": {
"type": "git",
"url": "git+https://github.com/wormhole-foundation/example-native-token-transfers.git"
Expand Down Expand Up @@ -46,13 +46,13 @@
"dependencies": {
"@wormhole-foundation/sdk-base": "^0.12.0",
"@wormhole-foundation/sdk-definitions": "^0.12.0",
"@wormhole-foundation/sdk-definitions-ntt": "0.3.0",
"@wormhole-foundation/sdk-definitions-ntt": "0.4.0",
"@wormhole-foundation/sdk-evm": "^0.12.0",
"@wormhole-foundation/sdk-evm-core": "^0.12.0",
"ethers": "^6.5.1"
},
"peerDependencies": {
"@wormhole-foundation/sdk-definitions-ntt": "0.3.0",
"@wormhole-foundation/sdk-definitions-ntt": "0.4.0",
"@wormhole-foundation/sdk-base": "^0.12.0",
"@wormhole-foundation/sdk-definitions": "^0.12.0",
"@wormhole-foundation/sdk-evm": "^0.12.0",
Expand All @@ -76,4 +76,4 @@
}
}
}
}
}
42 changes: 21 additions & 21 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ntt",
"version": "0.3.0",
"version": "0.4.0",
"type": "module",
"license": "Apache-2.0",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions sdk/definitions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wormhole-foundation/sdk-definitions-ntt",
"version": "0.3.0",
"version": "0.4.0",
"repository": {
"type": "git",
"url": "git+https://github.com/wormhole-foundation/example-native-token-transfers.git"
Expand Down Expand Up @@ -57,4 +57,4 @@
"@wormhole-foundation/sdk-definitions": "^0.12.0"
},
"type": "module"
}
}
12 changes: 6 additions & 6 deletions sdk/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wormhole-foundation/sdk-examples-ntt",
"version": "0.3.0",
"version": "0.4.0",
"license": "Apache-2.0",
"main": "./dist/cjs/index.js",
"types": "./dist/cjs/index.d.ts",
Expand Down Expand Up @@ -33,9 +33,9 @@
},
"dependencies": {
"@wormhole-foundation/sdk": "^0.12.0",
"@wormhole-foundation/sdk-definitions-ntt": "0.3.0",
"@wormhole-foundation/sdk-evm-ntt": "0.3.0",
"@wormhole-foundation/sdk-solana-ntt": "0.3.0",
"@wormhole-foundation/sdk-route-ntt": "0.3.0"
"@wormhole-foundation/sdk-definitions-ntt": "0.4.0",
"@wormhole-foundation/sdk-evm-ntt": "0.4.0",
"@wormhole-foundation/sdk-solana-ntt": "0.4.0",
"@wormhole-foundation/sdk-route-ntt": "0.4.0"
}
}
}
16 changes: 8 additions & 8 deletions sdk/route/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wormhole-foundation/sdk-route-ntt",
"version": "0.3.0",
"version": "0.4.0",
"repository": {
"type": "git",
"url": "git+https://github.com/wormhole-foundation/example-native-token-transfers.git"
Expand Down Expand Up @@ -45,16 +45,16 @@
"ts-node": "^10.9.2"
},
"dependencies": {
"@wormhole-foundation/sdk-definitions-ntt": "0.3.0",
"@wormhole-foundation/sdk-solana-ntt": "0.3.0",
"@wormhole-foundation/sdk-evm-ntt": "0.3.0",
"@wormhole-foundation/sdk-definitions-ntt": "0.4.0",
"@wormhole-foundation/sdk-solana-ntt": "0.4.0",
"@wormhole-foundation/sdk-evm-ntt": "0.4.0",
"@wormhole-foundation/sdk-connect": "^0.12.0"
},
"peerDependencies": {
"@wormhole-foundation/sdk-connect": "^0.12.0",
"@wormhole-foundation/sdk-definitions-ntt": "0.3.0",
"@wormhole-foundation/sdk-solana-ntt": "0.3.0",
"@wormhole-foundation/sdk-evm-ntt": "0.3.0"
"@wormhole-foundation/sdk-definitions-ntt": "0.4.0",
"@wormhole-foundation/sdk-solana-ntt": "0.4.0",
"@wormhole-foundation/sdk-evm-ntt": "0.4.0"
},
"type": "module",
"exports": {
Expand All @@ -69,4 +69,4 @@
}
}
}
}
}
6 changes: 3 additions & 3 deletions solana/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wormhole-foundation/sdk-solana-ntt",
"version": "0.3.0",
"version": "0.4.0",
"repository": {
"type": "git",
"url": "git+https://github.com/wormhole-foundation/example-native-token-transfers.git"
Expand Down Expand Up @@ -62,7 +62,7 @@
"peerDependencies": {
"@wormhole-foundation/sdk-base": "^0.12.0",
"@wormhole-foundation/sdk-definitions": "^0.12.0",
"@wormhole-foundation/sdk-definitions-ntt": "0.3.0",
"@wormhole-foundation/sdk-definitions-ntt": "0.4.0",
"@wormhole-foundation/sdk-solana": "^0.12.0",
"@wormhole-foundation/sdk-solana-core": "^0.12.0"
},
Expand All @@ -79,4 +79,4 @@
}
}
}
}
}

0 comments on commit 3f3d7da

Please sign in to comment.