File tree 9 files changed +40
-39
lines changed
9 files changed +40
-39
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ntt" ,
3
- "version" : " 0.0.1-beta.1 " ,
3
+ "version" : " 0.0.1-beta.5 " ,
4
4
"type" : " module" ,
5
5
"license" : " Apache-2.0" ,
6
6
"scripts" : {
14
14
"test:local" : " jest --config ./jest.config.ts" ,
15
15
"generate:test" : " npm run generate:test --workspaces --if-present" ,
16
16
"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 " ,
18
18
"pub:beta" : " TAG=beta npm run publish" ,
19
19
"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"
21
21
},
22
22
"devDependencies" : {
23
23
"@wormhole-foundation/sdk" : " 0.6.5" ,
Original file line number Diff line number Diff line change 1
- 0.0.1-beta.1
1
+ 0.0.1-beta.5
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @wormhole-foundation/sdk-definitions-ntt" ,
3
- "version" : " 0.0.1-beta.1 " ,
3
+ "version" : " 0.0.1-beta.5 " ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " git+https://github.com/wormhole-foundation/connect-sdk.git"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @wormhole-foundation/sdk-evm-ntt" ,
3
- "version" : " 0.0.1-beta.1 " ,
3
+ "version" : " 0.0.1-beta.5 " ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " git+https://github.com/wormhole-foundation/connect-sdk.git"
46
46
},
47
47
"dependencies" : {
48
48
"@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 " ,
50
50
"@wormhole-foundation/sdk-evm" : " 0.6.5" ,
51
51
"@wormhole-foundation/sdk-evm-core" : " 0.6.5" ,
52
52
"ethers" : " ^6.5.1"
69
69
}
70
70
}
71
71
}
72
- }
72
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @wormhole-foundation/sdk-examples-ntt" ,
3
- "version" : " 0.0.1-beta.1 " ,
3
+ "version" : " 0.0.1-beta.5 " ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " git+https://github.com/wormhole-foundation/connect-sdk.git"
32
32
"node" : " >=16"
33
33
},
34
34
"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"
37
37
},
38
38
"devDependencies" : {
39
39
"dotenv" : " ^16.4.5" ,
44
44
},
45
45
"dependencies" : {
46
46
"@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 "
51
51
}
52
- }
52
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @wormhole-foundation/sdk-route-ntt" ,
3
- "version" : " 0.0.1-beta.1 " ,
3
+ "version" : " 0.0.1-beta.5 " ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " git+https://github.com/wormhole-foundation/connect-sdk.git"
46
46
"ts-node" : " ^10.9.2"
47
47
},
48
48
"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 " ,
52
52
"@wormhole-foundation/sdk-connect" : " 0.6.5"
53
53
},
54
54
"peerDependencies" : {
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ function updateVersionInPackageJson(
24
24
}
25
25
26
26
function getVersion ( dir : string ) : string {
27
- const versionFilePath = path . join ( dir , "VERSION" ) ;
27
+ const versionFilePath = path . join ( dir , "sdk/ VERSION" ) ;
28
28
const v = fs . readFileSync ( versionFilePath ) ;
29
29
return v . toString ( ) . replace ( "\n" , "" ) ;
30
30
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @wormhole-foundation/sdk-solana-ntt" ,
3
- "version" : " 0.0.1-beta.1 " ,
3
+ "version" : " 0.0.1-beta.5 " ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " git+https://github.com/wormhole-foundation/connect-sdk.git"
53
53
"@coral-xyz/borsh" : " 0.29.0" ,
54
54
"@solana/spl-token" : " 0.4.0" ,
55
55
"@solana/web3.js" : " 1.91.7" ,
56
- "bn.js" :" 5.2.1" ,
56
+ "bn.js" : " 5.2.1" ,
57
57
"@wormhole-foundation/sdk-connect" : " 0.6.5" ,
58
58
"@wormhole-foundation/sdk-solana" : " 0.6.5" ,
59
59
"@wormhole-foundation/sdk-solana-core" : " 0.6.5"
71
71
}
72
72
}
73
73
}
74
- }
74
+ }
You can’t perform that action at this time.
0 commit comments