Skip to content

Commit 0f7697b

Browse files
committed
update version
1 parent 5d67d3b commit 0f7697b

File tree

9 files changed

+40
-39
lines changed

9 files changed

+40
-39
lines changed

package-lock.json

+16-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ntt",
3-
"version": "0.0.1-beta.1",
3+
"version": "0.0.1-beta.5",
44
"type": "module",
55
"license": "Apache-2.0",
66
"scripts": {
@@ -14,10 +14,10 @@
1414
"test:local": "jest --config ./jest.config.ts",
1515
"generate:test": "npm run generate:test --workspaces --if-present",
1616
"build:deps": "npm run build:contracts --workspaces --if-present && npm run generate",
17-
"publish": "npm publish --access public --tag $TAG --workspaces",
17+
"publish": "npm publish --access public --tag $TAG --workspace sdk/definitions --workspace sdk/evm --workspace solana --workspace sdk/route",
1818
"pub:beta": "TAG=beta npm run publish",
1919
"pub:latest": "TAG=latest npm run publish",
20-
"sync": "tsx syncVersion.ts && npm install && npm run build"
20+
"sync": "tsx sdk/syncVersion.ts && npm install && npm run build"
2121
},
2222
"devDependencies": {
2323
"@wormhole-foundation/sdk": "0.6.5",

sdk/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.1-beta.1
1+
0.0.1-beta.5

sdk/definitions/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wormhole-foundation/sdk-definitions-ntt",
3-
"version": "0.0.1-beta.1",
3+
"version": "0.0.1-beta.5",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/wormhole-foundation/connect-sdk.git"

sdk/evm/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wormhole-foundation/sdk-evm-ntt",
3-
"version": "0.0.1-beta.1",
3+
"version": "0.0.1-beta.5",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/wormhole-foundation/connect-sdk.git"
@@ -46,7 +46,7 @@
4646
},
4747
"dependencies": {
4848
"@wormhole-foundation/sdk-connect": "0.6.5",
49-
"@wormhole-foundation/sdk-definitions-ntt": "0.0.1-beta.1",
49+
"@wormhole-foundation/sdk-definitions-ntt": "0.0.1-beta.5",
5050
"@wormhole-foundation/sdk-evm": "0.6.5",
5151
"@wormhole-foundation/sdk-evm-core": "0.6.5",
5252
"ethers": "^6.5.1"
@@ -69,4 +69,4 @@
6969
}
7070
}
7171
}
72-
}
72+
}

sdk/examples/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wormhole-foundation/sdk-examples-ntt",
3-
"version": "0.0.1-beta.1",
3+
"version": "0.0.1-beta.5",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/wormhole-foundation/connect-sdk.git"
@@ -32,8 +32,8 @@
3232
"node": ">=16"
3333
},
3434
"scripts": {
35-
"route":"tsx src/route.ts",
36-
"demo":"tsx src/index.ts"
35+
"route": "tsx src/route.ts",
36+
"demo": "tsx src/index.ts"
3737
},
3838
"devDependencies": {
3939
"dotenv": "^16.4.5",
@@ -44,9 +44,9 @@
4444
},
4545
"dependencies": {
4646
"@wormhole-foundation/sdk": "0.6.5",
47-
"@wormhole-foundation/sdk-definitions-ntt": "0.0.1-beta.1",
48-
"@wormhole-foundation/sdk-evm-ntt": "0.0.1-beta.1",
49-
"@wormhole-foundation/sdk-solana-ntt": "0.0.1-beta.1",
50-
"@wormhole-foundation/sdk-route-ntt": "0.0.1-beta.1"
47+
"@wormhole-foundation/sdk-definitions-ntt": "0.0.1-beta.5",
48+
"@wormhole-foundation/sdk-evm-ntt": "0.0.1-beta.5",
49+
"@wormhole-foundation/sdk-solana-ntt": "0.0.1-beta.5",
50+
"@wormhole-foundation/sdk-route-ntt": "0.0.1-beta.5"
5151
}
52-
}
52+
}

sdk/route/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wormhole-foundation/sdk-route-ntt",
3-
"version": "0.0.1-beta.1",
3+
"version": "0.0.1-beta.5",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/wormhole-foundation/connect-sdk.git"
@@ -46,9 +46,9 @@
4646
"ts-node": "^10.9.2"
4747
},
4848
"dependencies": {
49-
"@wormhole-foundation/sdk-definitions-ntt": "0.0.1-beta.1",
50-
"@wormhole-foundation/sdk-solana-ntt": "0.0.1-beta.1",
51-
"@wormhole-foundation/sdk-evm-ntt": "0.0.1-beta.1",
49+
"@wormhole-foundation/sdk-definitions-ntt": "0.0.1-beta.5",
50+
"@wormhole-foundation/sdk-solana-ntt": "0.0.1-beta.5",
51+
"@wormhole-foundation/sdk-evm-ntt": "0.0.1-beta.5",
5252
"@wormhole-foundation/sdk-connect": "0.6.5"
5353
},
5454
"peerDependencies": {

sdk/syncVersion.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function updateVersionInPackageJson(
2424
}
2525

2626
function getVersion(dir: string): string {
27-
const versionFilePath = path.join(dir, "VERSION");
27+
const versionFilePath = path.join(dir, "sdk/VERSION");
2828
const v = fs.readFileSync(versionFilePath);
2929
return v.toString().replace("\n", "");
3030
}

solana/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wormhole-foundation/sdk-solana-ntt",
3-
"version": "0.0.1-beta.1",
3+
"version": "0.0.1-beta.5",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/wormhole-foundation/connect-sdk.git"
@@ -53,7 +53,7 @@
5353
"@coral-xyz/borsh": "0.29.0",
5454
"@solana/spl-token": "0.4.0",
5555
"@solana/web3.js": "1.91.7",
56-
"bn.js":"5.2.1",
56+
"bn.js": "5.2.1",
5757
"@wormhole-foundation/sdk-connect": "0.6.5",
5858
"@wormhole-foundation/sdk-solana": "0.6.5",
5959
"@wormhole-foundation/sdk-solana-core": "0.6.5"
@@ -71,4 +71,4 @@
7171
}
7272
}
7373
}
74-
}
74+
}

0 commit comments

Comments
 (0)