Skip to content

Commit

Permalink
bump wormhole sdk to 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kev1n-peters committed Aug 7, 2024
1 parent 159bea8 commit 7ea3b44
Show file tree
Hide file tree
Showing 7 changed files with 202 additions and 202 deletions.
16 changes: 8 additions & 8 deletions evm/ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,19 +44,19 @@
"test": "jest --config ./jest.config.ts"
},
"dependencies": {
"@wormhole-foundation/sdk-base": "^0.9.0",
"@wormhole-foundation/sdk-definitions": "^0.9.0",
"@wormhole-foundation/sdk-base": "^0.9.1",
"@wormhole-foundation/sdk-definitions": "^0.9.1",
"@wormhole-foundation/sdk-definitions-ntt": "0.1.0-beta.0",
"@wormhole-foundation/sdk-evm": "^0.9.0",
"@wormhole-foundation/sdk-evm-core": "^0.9.0",
"@wormhole-foundation/sdk-evm": "^0.9.1",
"@wormhole-foundation/sdk-evm-core": "^0.9.1",
"ethers": "^6.5.1"
},
"peerDependencies": {
"@wormhole-foundation/sdk-definitions-ntt": "0.1.0-beta.0",
"@wormhole-foundation/sdk-base": "^0.9.0",
"@wormhole-foundation/sdk-definitions": "^0.9.0",
"@wormhole-foundation/sdk-evm": "^0.9.0",
"@wormhole-foundation/sdk-evm-core": "^0.9.0"
"@wormhole-foundation/sdk-base": "^0.9.1",
"@wormhole-foundation/sdk-definitions": "^0.9.1",
"@wormhole-foundation/sdk-evm": "^0.9.1",
"@wormhole-foundation/sdk-evm-core": "^0.9.1"
},
"devDependencies": {
"@typechain/ethers-v6": "^0.5.1",
Expand Down
354 changes: 177 additions & 177 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"version": "tsx setSdkVersion.ts"
},
"devDependencies": {
"@wormhole-foundation/sdk": "^0.9.0",
"@wormhole-foundation/sdk": "^0.9.1",
"@solana/spl-token": "0.3.9",
"@solana/web3.js": "1.91.7",
"@types/jest": "^29.5.12",
Expand Down
8 changes: 4 additions & 4 deletions sdk/definitions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@
"test": "jest --config ./jest.config.ts"
},
"dependencies": {
"@wormhole-foundation/sdk-base": "^0.9.0",
"@wormhole-foundation/sdk-definitions": "^0.9.0"
"@wormhole-foundation/sdk-base": "^0.9.1",
"@wormhole-foundation/sdk-definitions": "^0.9.1"
},
"peerDependencies": {
"@wormhole-foundation/sdk-base": "^0.9.0",
"@wormhole-foundation/sdk-definitions": "^0.9.0"
"@wormhole-foundation/sdk-base": "^0.9.1",
"@wormhole-foundation/sdk-definitions": "^0.9.1"
},
"type": "module"
}
2 changes: 1 addition & 1 deletion sdk/examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"tsx": "^4.7.2"
},
"dependencies": {
"@wormhole-foundation/sdk": "^0.9.0",
"@wormhole-foundation/sdk": "^0.9.1",
"@wormhole-foundation/sdk-definitions-ntt": "0.1.0-beta.0",
"@wormhole-foundation/sdk-evm-ntt": "0.1.0-beta.0",
"@wormhole-foundation/sdk-solana-ntt": "0.1.0-beta.0",
Expand Down
6 changes: 3 additions & 3 deletions sdk/route/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@
"@wormhole-foundation/sdk-definitions-ntt": "0.1.0-beta.0",
"@wormhole-foundation/sdk-solana-ntt": "0.1.0-beta.0",
"@wormhole-foundation/sdk-evm-ntt": "0.1.0-beta.0",
"@wormhole-foundation/sdk-connect": "^0.9.0"
"@wormhole-foundation/sdk-connect": "^0.9.1"
},
"peerDependencies": {
"@wormhole-foundation/sdk-connect": "^0.9.0",
"@wormhole-foundation/sdk-connect": "^0.9.1",
"@wormhole-foundation/sdk-definitions-ntt": "0.1.0-beta.0",
"@wormhole-foundation/sdk-solana-ntt": "0.1.0-beta.0",
"@wormhole-foundation/sdk-evm-ntt": "0.1.0-beta.0"
Expand All @@ -69,4 +69,4 @@
}
}
}
}
}
16 changes: 8 additions & 8 deletions solana/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,16 +54,16 @@
"@solana/spl-token": "0.4.0",
"@solana/web3.js": "1.91.7",
"bn.js": "5.2.1",
"@wormhole-foundation/sdk-base": "^0.9.0",
"@wormhole-foundation/sdk-definitions": "^0.9.0",
"@wormhole-foundation/sdk-solana": "^0.9.0",
"@wormhole-foundation/sdk-solana-core": "^0.9.0"
"@wormhole-foundation/sdk-base": "^0.9.1",
"@wormhole-foundation/sdk-definitions": "^0.9.1",
"@wormhole-foundation/sdk-solana": "^0.9.1",
"@wormhole-foundation/sdk-solana-core": "^0.9.1"
},
"peerDependencies": {
"@wormhole-foundation/sdk-base": "^0.9.0",
"@wormhole-foundation/sdk-definitions": "^0.9.0",
"@wormhole-foundation/sdk-solana": "^0.9.0",
"@wormhole-foundation/sdk-solana-core": "^0.9.0",
"@wormhole-foundation/sdk-base": "^0.9.1",
"@wormhole-foundation/sdk-definitions": "^0.9.1",
"@wormhole-foundation/sdk-solana": "^0.9.1",
"@wormhole-foundation/sdk-solana-core": "^0.9.1",
"@wormhole-foundation/sdk-definitions-ntt": "0.1.0-beta.0"
},
"type": "module",
Expand Down

0 comments on commit 7ea3b44

Please sign in to comment.