Skip to content

Commit

Permalink
bumped wormhole sdk to ^0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kev1n-peters committed Oct 16, 2024
1 parent b2ecf88 commit 9ba96a6
Show file tree
Hide file tree
Showing 7 changed files with 205 additions and 205 deletions.
18 changes: 9 additions & 9 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.11.0",
"@wormhole-foundation/sdk-definitions": "^0.11.0",
"@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-evm": "^0.11.0",
"@wormhole-foundation/sdk-evm-core": "^0.11.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-base": "^0.11.0",
"@wormhole-foundation/sdk-definitions": "^0.11.0",
"@wormhole-foundation/sdk-evm": "^0.11.0",
"@wormhole-foundation/sdk-evm-core": "^0.11.0"
"@wormhole-foundation/sdk-base": "^0.12.0",
"@wormhole-foundation/sdk-definitions": "^0.12.0",
"@wormhole-foundation/sdk-evm": "^0.12.0",
"@wormhole-foundation/sdk-evm-core": "^0.12.0"
},
"devDependencies": {
"@typechain/ethers-v6": "^0.5.1",
Expand All @@ -76,4 +76,4 @@
}
}
}
}
}
350 changes: 175 additions & 175 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@solana/web3.js": "^1.95.2",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.2",
"@wormhole-foundation/sdk": "^0.11.0",
"@wormhole-foundation/sdk": "^0.12.0",
"@wormhole-foundation/wormchain-sdk": "^0.0.1",
"ethers": "^6.5.1",
"ts-jest": "^29.1.2",
Expand All @@ -36,4 +36,4 @@
"sdk/examples",
"cli"
]
}
}
10 changes: 5 additions & 5 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.11.0",
"@wormhole-foundation/sdk-definitions": "^0.11.0"
"@wormhole-foundation/sdk-base": "^0.12.0",
"@wormhole-foundation/sdk-definitions": "^0.12.0"
},
"peerDependencies": {
"@wormhole-foundation/sdk-base": "^0.11.0",
"@wormhole-foundation/sdk-definitions": "^0.11.0"
"@wormhole-foundation/sdk-base": "^0.12.0",
"@wormhole-foundation/sdk-definitions": "^0.12.0"
},
"type": "module"
}
}
4 changes: 2 additions & 2 deletions sdk/examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
"tsx": "^4.7.2"
},
"dependencies": {
"@wormhole-foundation/sdk": "^0.11.0",
"@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"
}
}
}
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.3.0",
"@wormhole-foundation/sdk-solana-ntt": "0.3.0",
"@wormhole-foundation/sdk-evm-ntt": "0.3.0",
"@wormhole-foundation/sdk-connect": "^0.11.0"
"@wormhole-foundation/sdk-connect": "^0.12.0"
},
"peerDependencies": {
"@wormhole-foundation/sdk-connect": "^0.11.0",
"@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"
Expand All @@ -69,4 +69,4 @@
}
}
}
}
}
18 changes: 9 additions & 9 deletions solana/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,18 +53,18 @@
"@coral-xyz/borsh": "0.29.0",
"@solana/spl-token": "0.4.0",
"@solana/web3.js": "^1.95.2",
"@wormhole-foundation/sdk-base": "^0.11.0",
"@wormhole-foundation/sdk-definitions": "^0.11.0",
"@wormhole-foundation/sdk-solana": "^0.11.0",
"@wormhole-foundation/sdk-solana-core": "^0.11.0",
"@wormhole-foundation/sdk-base": "^0.12.0",
"@wormhole-foundation/sdk-definitions": "^0.12.0",
"@wormhole-foundation/sdk-solana": "^0.12.0",
"@wormhole-foundation/sdk-solana-core": "^0.12.0",
"bn.js": "5.2.1"
},
"peerDependencies": {
"@wormhole-foundation/sdk-base": "^0.11.0",
"@wormhole-foundation/sdk-definitions": "^0.11.0",
"@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-solana": "^0.11.0",
"@wormhole-foundation/sdk-solana-core": "^0.11.0"
"@wormhole-foundation/sdk-solana": "^0.12.0",
"@wormhole-foundation/sdk-solana-core": "^0.12.0"
},
"type": "module",
"exports": {
Expand All @@ -79,4 +79,4 @@
}
}
}
}
}

0 comments on commit 9ba96a6

Please sign in to comment.