Skip to content

Commit

Permalink
ts sdk: 0.2.1 version bump (#524)
Browse files Browse the repository at this point in the history
  • Loading branch information
kev1n-peters authored Oct 1, 2024
1 parent 9ea1ec3 commit 6a1a3d9
Show file tree
Hide file tree
Showing 8 changed files with 43 additions and 43 deletions.
4 changes: 2 additions & 2 deletions cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wormhole-foundation/ntt-cli",
"version": "1.0.0-beta",
"version": "0.2.1",
"module": "src/index.ts",
"type": "module",
"devDependencies": {
Expand All @@ -17,4 +17,4 @@
"chalk": "^5.3.0",
"yargs": "^17.7.2"
}
}
}
6 changes: 3 additions & 3 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.2.0",
"version": "0.2.1",
"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.10.2",
"@wormhole-foundation/sdk-definitions": "^0.10.2",
"@wormhole-foundation/sdk-definitions-ntt": "0.2.0",
"@wormhole-foundation/sdk-definitions-ntt": "0.2.1",
"@wormhole-foundation/sdk-evm": "^0.10.2",
"@wormhole-foundation/sdk-evm-core": "^0.10.2",
"ethers": "^6.5.1"
},
"peerDependencies": {
"@wormhole-foundation/sdk-definitions-ntt": "0.2.0",
"@wormhole-foundation/sdk-definitions-ntt": "0.2.1",
"@wormhole-foundation/sdk-base": "^0.10.2",
"@wormhole-foundation/sdk-definitions": "^0.10.2",
"@wormhole-foundation/sdk-evm": "^0.10.2",
Expand Down
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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ntt",
"version": "0.2.0",
"version": "0.2.1",
"type": "module",
"license": "Apache-2.0",
"scripts": {
Expand Down Expand Up @@ -36,4 +36,4 @@
"sdk/examples",
"cli"
]
}
}
2 changes: 1 addition & 1 deletion 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.2.0",
"version": "0.2.1",
"repository": {
"type": "git",
"url": "git+https://github.com/wormhole-foundation/example-native-token-transfers.git"
Expand Down
10 changes: 5 additions & 5 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.2.0",
"version": "0.2.1",
"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.10.2",
"@wormhole-foundation/sdk-definitions-ntt": "0.2.0",
"@wormhole-foundation/sdk-evm-ntt": "0.2.0",
"@wormhole-foundation/sdk-solana-ntt": "0.2.0",
"@wormhole-foundation/sdk-route-ntt": "0.2.0"
"@wormhole-foundation/sdk-definitions-ntt": "0.2.1",
"@wormhole-foundation/sdk-evm-ntt": "0.2.1",
"@wormhole-foundation/sdk-solana-ntt": "0.2.1",
"@wormhole-foundation/sdk-route-ntt": "0.2.1"
}
}
14 changes: 7 additions & 7 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.2.0",
"version": "0.2.1",
"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.2.0",
"@wormhole-foundation/sdk-solana-ntt": "0.2.0",
"@wormhole-foundation/sdk-evm-ntt": "0.2.0",
"@wormhole-foundation/sdk-definitions-ntt": "0.2.1",
"@wormhole-foundation/sdk-solana-ntt": "0.2.1",
"@wormhole-foundation/sdk-evm-ntt": "0.2.1",
"@wormhole-foundation/sdk-connect": "^0.10.2"
},
"peerDependencies": {
"@wormhole-foundation/sdk-connect": "^0.10.2",
"@wormhole-foundation/sdk-definitions-ntt": "0.2.0",
"@wormhole-foundation/sdk-solana-ntt": "0.2.0",
"@wormhole-foundation/sdk-evm-ntt": "0.2.0"
"@wormhole-foundation/sdk-definitions-ntt": "0.2.1",
"@wormhole-foundation/sdk-solana-ntt": "0.2.1",
"@wormhole-foundation/sdk-evm-ntt": "0.2.1"
},
"type": "module",
"exports": {
Expand Down
4 changes: 2 additions & 2 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.2.0",
"version": "0.2.1",
"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.10.2",
"@wormhole-foundation/sdk-definitions": "^0.10.2",
"@wormhole-foundation/sdk-definitions-ntt": "0.2.0",
"@wormhole-foundation/sdk-definitions-ntt": "0.2.1",
"@wormhole-foundation/sdk-solana": "^0.10.2",
"@wormhole-foundation/sdk-solana-core": "^0.10.2"
},
Expand Down

0 comments on commit 6a1a3d9

Please sign in to comment.