From b73f11b5711e73159e0532b1205810a4f96496eb Mon Sep 17 00:00:00 2001 From: daoauth <57783762+daoauth@users.noreply.github.com> Date: Fri, 10 May 2024 20:57:13 +0900 Subject: [PATCH] update --- package-lock.json | 218 ++++++++++++------------ package.json | 2 +- packages/demo-aptos/package.json | 4 +- packages/demo-sui/package.json | 4 +- packages/wormhole-kit-core/package.json | 38 ++--- packages/wormhole-kit/package.json | 4 +- 6 files changed, 135 insertions(+), 135 deletions(-) diff --git a/package-lock.json b/package-lock.json index b64ac47..6e92016 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@zktx.io/wormhole-kit-monorepo", - "version": "0.1.5", + "version": "0.1.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@zktx.io/wormhole-kit-monorepo", - "version": "0.1.5", + "version": "0.1.6", "license": "ISC", "workspaces": [ "packages/wormhole-kit-core", @@ -5796,11 +5796,11 @@ } }, "node_modules/@wormhole-foundation/sdk-algorand": { - "version": "0.6.7", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-algorand/-/sdk-algorand-0.6.7.tgz", - "integrity": "sha512-WRNEAk1rRgPTL0h5xcThNEMAdNC+OHKANPPdrloh08mEYub1AQ7H8iwoW+/xNi7Rbxk/eg+NyH2IINwZrzvqyw==", + "version": "0.6.8", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-algorand/-/sdk-algorand-0.6.8.tgz", + "integrity": "sha512-yyIzFCgXRRDKZiIypMhtvsu4Phst3kRdoAW7hZQWUQZTwsIRh89bwRh3mAtogOmRHfToLgnzwihXlIEe0zq5pg==", "dependencies": { - "@wormhole-foundation/sdk-connect": "0.6.7", + "@wormhole-foundation/sdk-connect": "0.6.8", "algosdk": "2.7.0" }, "engines": { @@ -5808,36 +5808,36 @@ } }, "node_modules/@wormhole-foundation/sdk-algorand-core": { - "version": "0.6.7", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-algorand-core/-/sdk-algorand-core-0.6.7.tgz", - "integrity": "sha512-C7GvPsPFHg0rCsYRf2apQfFqigEo2DbFgi8wdEFt4FOnIMwABtpu7x2SuLb540PnaqBsIC7Ainxm7ddBBYJY9Q==", + "version": "0.6.8", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-algorand-core/-/sdk-algorand-core-0.6.8.tgz", + "integrity": "sha512-3Nv9jq0ndONCDvqqUq+5Z5IvxucP2vcmah9gVGz5OEcxtBfdeiW88qbmNk5uv1WT/CwLD+rDMCR8oSWKGX2cLA==", "dependencies": { - "@wormhole-foundation/sdk-algorand": "0.6.7", - "@wormhole-foundation/sdk-connect": "0.6.7" + "@wormhole-foundation/sdk-algorand": "0.6.8", + "@wormhole-foundation/sdk-connect": "0.6.8" }, "engines": { "node": ">=16" } }, "node_modules/@wormhole-foundation/sdk-algorand-tokenbridge": { - "version": "0.6.7", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-algorand-tokenbridge/-/sdk-algorand-tokenbridge-0.6.7.tgz", - "integrity": "sha512-iwjcDCG5MY/FszjTYky69fwS2A3xDElMgpp0JP8BiVGwWghGkdZkOBSKbLHXRMLqhsQnzujGmyrSjzgLuw3zWA==", + "version": "0.6.8", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-algorand-tokenbridge/-/sdk-algorand-tokenbridge-0.6.8.tgz", + "integrity": "sha512-TFebQFpIqB6ONT3ZGQs2YGL9bTtSHaY3ha9L3FMI64ylv8bqe71WdX4GNxQEFwra6Xd6M5BIteTTZsAZXzeG/Q==", "dependencies": { - "@wormhole-foundation/sdk-algorand": "0.6.7", - "@wormhole-foundation/sdk-algorand-core": "0.6.7", - "@wormhole-foundation/sdk-connect": "0.6.7" + "@wormhole-foundation/sdk-algorand": "0.6.8", + "@wormhole-foundation/sdk-algorand-core": "0.6.8", + "@wormhole-foundation/sdk-connect": "0.6.8" }, "engines": { "node": ">=16" } }, "node_modules/@wormhole-foundation/sdk-aptos": { - "version": "0.6.7", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-aptos/-/sdk-aptos-0.6.7.tgz", - "integrity": "sha512-fKWbwE8wcYuonNvakgfXUnUFkJ3NanpFIIDhIZs3egQKFpU3BltT4zBShwAj51fEhI5aws0Asc8vGSgcZEgGTQ==", + "version": "0.6.8", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-aptos/-/sdk-aptos-0.6.8.tgz", + "integrity": "sha512-TDjOk3GMZUV2YPiaLqLh9atM52ArW8EVjdCzQH2IlX5OHTwL0+9p8Navz568OK0y3CaDabBw+GDWordcSVNZ9w==", "dependencies": { - "@wormhole-foundation/sdk-connect": "0.6.7", + "@wormhole-foundation/sdk-connect": "0.6.8", "aptos": "1.21.0" }, "engines": { @@ -5845,44 +5845,44 @@ } }, "node_modules/@wormhole-foundation/sdk-aptos-core": { - "version": "0.6.7", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-aptos-core/-/sdk-aptos-core-0.6.7.tgz", - "integrity": "sha512-TOmIVmCR8qOwYseQB7CRnjDGOjxeYQXCoXjCR7n2/ohEMbtBGEymvfUAtTyHBpNmqvA8tustlOwB6Lmq80OkjQ==", + "version": "0.6.8", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-aptos-core/-/sdk-aptos-core-0.6.8.tgz", + "integrity": "sha512-J9xWSUvdQEFlbcSSH7n5Pn5QnaKmEujVHFvdY8yMZKwdYfJ1ad7EAogSTo+7r2tO9YWMcIlGeJv21lyebDE3JA==", "dependencies": { - "@wormhole-foundation/sdk-aptos": "0.6.7", - "@wormhole-foundation/sdk-connect": "0.6.7" + "@wormhole-foundation/sdk-aptos": "0.6.8", + "@wormhole-foundation/sdk-connect": "0.6.8" }, "engines": { "node": ">=16" } }, "node_modules/@wormhole-foundation/sdk-aptos-tokenbridge": { - "version": "0.6.7", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-aptos-tokenbridge/-/sdk-aptos-tokenbridge-0.6.7.tgz", - "integrity": "sha512-rj3Z22Np8wH+e/O3xx6YuwL/3Jef4C+CHoaWEwF7u7HP5jMJ5H33MmwecO9r4HulFjEKt4HgSpSoQBb8WC5tOQ==", + "version": "0.6.8", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-aptos-tokenbridge/-/sdk-aptos-tokenbridge-0.6.8.tgz", + "integrity": "sha512-SGkMSCipcI4E1z4WSNELx3+8YHWO2rWJOCBqn/HM8WUZw/MaqhR7iKmefW55Urf7OyGSv+OPV3EhILVylzA2SQ==", "dependencies": { - "@wormhole-foundation/sdk-aptos": "0.6.7", - "@wormhole-foundation/sdk-connect": "0.6.7" + "@wormhole-foundation/sdk-aptos": "0.6.8", + "@wormhole-foundation/sdk-connect": "0.6.8" }, "engines": { "node": ">=16" } }, "node_modules/@wormhole-foundation/sdk-base": { - "version": "0.6.7", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-base/-/sdk-base-0.6.7.tgz", - "integrity": "sha512-lXN7tm5O8L8nfqXD1Fhn61rTR9WjZ9khRU3tOE3b8AqjX9OxIL9/ou5BmMGaJex8AFAUgnX86pNkEEvu9Tb3hQ==", + "version": "0.6.8", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-base/-/sdk-base-0.6.8.tgz", + "integrity": "sha512-8F6B9I60SEI2lQDAoPB6bB6NWLFso/hghfD/Zfxrrgu+LumwKIejgvsiOudVRjL2nvqUJJ/lIodgSBckpPW8Kg==", "dependencies": { "@scure/base": "^1.1.3" } }, "node_modules/@wormhole-foundation/sdk-connect": { - "version": "0.6.7", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-0.6.7.tgz", - "integrity": "sha512-yLKxLAWUl+J/98A+BNKuqyOu0iv2TXlbbiYLTJO7iUZSB5g3dFt36UJIz4Mfvrt1TnLJbD+7Sv6t2MwIDdO3Jg==", + "version": "0.6.8", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-connect/-/sdk-connect-0.6.8.tgz", + "integrity": "sha512-AqMg2L2oXj8fHutuXgQVaQ6Dr5XXxoOBucxA2tt+m/iXa1Xy59pY2zJYmLH2RlPFgLAikMUtq72cVwKz/SPSxQ==", "dependencies": { - "@wormhole-foundation/sdk-base": "0.6.7", - "@wormhole-foundation/sdk-definitions": "0.6.7", + "@wormhole-foundation/sdk-base": "0.6.8", + "@wormhole-foundation/sdk-definitions": "0.6.8", "axios": "^1.4.0" }, "engines": { @@ -5890,21 +5890,21 @@ } }, "node_modules/@wormhole-foundation/sdk-definitions": { - "version": "0.6.7", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-definitions/-/sdk-definitions-0.6.7.tgz", - "integrity": "sha512-6uyfKuTHIXni4rEwoJDNW2Ahm7tABmG+Mae181TX3K4mfVznkC3YufEBlNJyt071B/RD7JJi7WZUVZ1ROG8Aow==", + "version": "0.6.8", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-definitions/-/sdk-definitions-0.6.8.tgz", + "integrity": "sha512-UcILpnIuZddhqDGcU3eXwpMobf9Q/GAVUTyeMbS34cvBN7kHaxLlsYBB5mzbvPo6X4PP23KKt9AjDbpHh+5B5g==", "dependencies": { "@noble/curves": "^1.4.0", "@noble/hashes": "^1.3.1", - "@wormhole-foundation/sdk-base": "0.6.7" + "@wormhole-foundation/sdk-base": "0.6.8" } }, "node_modules/@wormhole-foundation/sdk-evm": { - "version": "0.6.7", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-evm/-/sdk-evm-0.6.7.tgz", - "integrity": "sha512-coQO1HaL4/GJxQ26FsgmMHY6X1iMZgHSXnCXGPmlchs5hMWraYLsxMTQ1goFSAIWQi0ALaR7tkdDDzN5y0liRw==", + "version": "0.6.8", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-evm/-/sdk-evm-0.6.8.tgz", + "integrity": "sha512-0ABqWo2Moh+V1yLEBY2/1yLbRkJzd7pp6dGIDO3D1NIhgeA9oYwBlDjd1bJ12JOxIJO4pvVGMz7wKiHKTzcfjA==", "dependencies": { - "@wormhole-foundation/sdk-connect": "0.6.7", + "@wormhole-foundation/sdk-connect": "0.6.8", "ethers": "^6.5.1" }, "engines": { @@ -5912,12 +5912,12 @@ } }, "node_modules/@wormhole-foundation/sdk-evm-cctp": { - "version": "0.6.7", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-evm-cctp/-/sdk-evm-cctp-0.6.7.tgz", - "integrity": "sha512-HilS6N+P4js4qh9s0kdnNlNAQB0F3mG7Mp/rPFYtdX8xhC7L7ZfjoZMZxuv99/05xY6Xdr6l4mldlCmOjFEuBA==", + "version": "0.6.8", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-evm-cctp/-/sdk-evm-cctp-0.6.8.tgz", + "integrity": "sha512-ULxqMNMsClvhKZdnrwjarOxypyOvNa8NGewGKKG3ijC39XUOHmlJ+gl8jXrl9sUkl9Wy7ZHph6kVcwkwhFg0UA==", "dependencies": { - "@wormhole-foundation/sdk-connect": "0.6.7", - "@wormhole-foundation/sdk-evm": "0.6.7", + "@wormhole-foundation/sdk-connect": "0.6.8", + "@wormhole-foundation/sdk-evm": "0.6.8", "ethers": "^6.5.1" }, "engines": { @@ -5925,12 +5925,12 @@ } }, "node_modules/@wormhole-foundation/sdk-evm-core": { - "version": "0.6.7", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-evm-core/-/sdk-evm-core-0.6.7.tgz", - "integrity": "sha512-L4A1RM77QBpL41gsTtS4aHuDqMD5vha3Ojym22KcxXvquWBJLzx3kFthM9v1KtN5EDnaaasutVhMDPMeqj6WIg==", + "version": "0.6.8", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-evm-core/-/sdk-evm-core-0.6.8.tgz", + "integrity": "sha512-9MuYn9hAL8VrF9+eOmRivcD1leI6pU9O6gkZZmlbmJRQiWkiOQwCFYJcB4LB0ykfCxBzo4NvphX0Fm1cB0RVtw==", "dependencies": { - "@wormhole-foundation/sdk-connect": "0.6.7", - "@wormhole-foundation/sdk-evm": "0.6.7", + "@wormhole-foundation/sdk-connect": "0.6.8", + "@wormhole-foundation/sdk-evm": "0.6.8", "ethers": "^6.5.1" }, "engines": { @@ -5938,14 +5938,14 @@ } }, "node_modules/@wormhole-foundation/sdk-evm-portico": { - "version": "0.6.7", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-evm-portico/-/sdk-evm-portico-0.6.7.tgz", - "integrity": "sha512-6QU2/9dapv7km3qmCtqd1ohN+oKMuG+vscXh3EaTgHEmyx7Nb+fDVZ0SQZV38WrxfxdoaAKyaTFE8ktldFR0Cg==", - "dependencies": { - "@wormhole-foundation/sdk-connect": "0.6.7", - "@wormhole-foundation/sdk-evm": "0.6.7", - "@wormhole-foundation/sdk-evm-core": "0.6.7", - "@wormhole-foundation/sdk-evm-tokenbridge": "0.6.7", + "version": "0.6.8", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-evm-portico/-/sdk-evm-portico-0.6.8.tgz", + "integrity": "sha512-GM9bT8EBIK+SCUJA6UMygn2Kpkmvb8IpCrjCZXz6PocXke2A04f9XJmCz0m2s/2UrQ3tlnCGkpzIcQwTL3nTLQ==", + "dependencies": { + "@wormhole-foundation/sdk-connect": "0.6.8", + "@wormhole-foundation/sdk-evm": "0.6.8", + "@wormhole-foundation/sdk-evm-core": "0.6.8", + "@wormhole-foundation/sdk-evm-tokenbridge": "0.6.8", "ethers": "^6.5.1" }, "engines": { @@ -5953,13 +5953,13 @@ } }, "node_modules/@wormhole-foundation/sdk-evm-tokenbridge": { - "version": "0.6.7", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-evm-tokenbridge/-/sdk-evm-tokenbridge-0.6.7.tgz", - "integrity": "sha512-DfEjLx8W85CoA/JTWIfIbQaziGE3Cj5dm1DJ0z0InzMMJ1Lg8TicggQ4mUD1tr8uHRXX6PII007DlXJMxfW/yw==", + "version": "0.6.8", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-evm-tokenbridge/-/sdk-evm-tokenbridge-0.6.8.tgz", + "integrity": "sha512-eRX6EuV1AB56/lIhAXCAgCORWjqKdnWqBSamyaorQCr9lvv43uKvhLLkv6aAMfFBvHGVf2izuspfTQUTqt7FYg==", "dependencies": { - "@wormhole-foundation/sdk-connect": "0.6.7", - "@wormhole-foundation/sdk-evm": "0.6.7", - "@wormhole-foundation/sdk-evm-core": "0.6.7", + "@wormhole-foundation/sdk-connect": "0.6.8", + "@wormhole-foundation/sdk-evm": "0.6.8", + "@wormhole-foundation/sdk-evm-core": "0.6.8", "ethers": "^6.5.1" }, "engines": { @@ -5967,25 +5967,25 @@ } }, "node_modules/@wormhole-foundation/sdk-sui": { - "version": "0.6.7", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-sui/-/sdk-sui-0.6.7.tgz", - "integrity": "sha512-NI6uuf6x/3rayKmhuwpXSQwMUQvLEo+oJWJDZkT1ecuu0VTQHjRlyyG0A7vFNitY1psRje8krq2oKmC0AbFCCw==", + "version": "0.6.8", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-sui/-/sdk-sui-0.6.8.tgz", + "integrity": "sha512-1klJjPCmRQyk/NI89tDhC6/IOIgtch8eTF/QYpCL2g6clsV5Cyojkeb8q0zsPtrPaFcZeRG7y2rPw/5J7k1MTA==", "dependencies": { "@mysten/sui.js": "^0.50.1", - "@wormhole-foundation/sdk-connect": "0.6.7" + "@wormhole-foundation/sdk-connect": "0.6.8" }, "engines": { "node": ">=16" } }, "node_modules/@wormhole-foundation/sdk-sui-core": { - "version": "0.6.7", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-sui-core/-/sdk-sui-core-0.6.7.tgz", - "integrity": "sha512-hgnNwaCgvlySQaJc7mhQ1weDkCJfHVwkggxtH1xpSPMjUMViJDQsg+r9PvirasLQ4Sg4DAXyllcKGJDcGZsebA==", + "version": "0.6.8", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-sui-core/-/sdk-sui-core-0.6.8.tgz", + "integrity": "sha512-RJCM6QhT9YM14ygEirIw/GtcMRR+cNg7LFbtrW65UiAV2uPf/iiuSf3SDUjbxkXqgAv9J6zPxFrftGTDKdAQ4Q==", "dependencies": { "@mysten/sui.js": "^0.50.1", - "@wormhole-foundation/sdk-connect": "0.6.7", - "@wormhole-foundation/sdk-sui": "0.6.7" + "@wormhole-foundation/sdk-connect": "0.6.8", + "@wormhole-foundation/sdk-sui": "0.6.8" }, "engines": { "node": ">=16" @@ -6099,14 +6099,14 @@ } }, "node_modules/@wormhole-foundation/sdk-sui-tokenbridge": { - "version": "0.6.7", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-sui-tokenbridge/-/sdk-sui-tokenbridge-0.6.7.tgz", - "integrity": "sha512-eBGlTOUAJZWoFj2LAZBrak5148TDEgHkzKRASa1KoeX4PH2T9tph27z6tGDg5tNmVykwARSM4l5Wv4+wCuGgEw==", + "version": "0.6.8", + "resolved": "https://registry.npmjs.org/@wormhole-foundation/sdk-sui-tokenbridge/-/sdk-sui-tokenbridge-0.6.8.tgz", + "integrity": "sha512-BLpIfqJwOymnkumKP+KM3yjTEjlGgsPmcXY+E5+9eth63BJq5WDdl6vaqv+5abQ+56iLa3ARWb9jYSaR9gClcw==", "dependencies": { "@mysten/sui.js": "^0.50.1", - "@wormhole-foundation/sdk-connect": "0.6.7", - "@wormhole-foundation/sdk-sui": "0.6.7", - "@wormhole-foundation/sdk-sui-core": "0.6.7" + "@wormhole-foundation/sdk-connect": "0.6.8", + "@wormhole-foundation/sdk-sui": "0.6.8", + "@wormhole-foundation/sdk-sui-core": "0.6.8" }, "engines": { "node": ">=16" @@ -20254,14 +20254,14 @@ }, "packages/demo-aptos": { "name": "@zktx.io/demo-aptos", - "version": "0.1.5", + "version": "0.1.6", "license": "ISC", "dependencies": { "@aptos-labs/wallet-adapter-react": "^2.3.5", "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^13.5.0", - "@zktx.io/wormhole-kit": "^0.1.5", + "@zktx.io/wormhole-kit": "^0.1.6", "notistack": "^3.0.1", "petra-plugin-wallet-adapter": "^0.4.5", "react": "^18.3.1", @@ -20275,7 +20275,7 @@ }, "packages/demo-sui": { "name": "@zktx.io/demo-sui", - "version": "0.1.5", + "version": "0.1.6", "license": "ISC", "dependencies": { "@mysten/dapp-kit": "^0.12.10", @@ -20284,7 +20284,7 @@ "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^13.5.0", - "@zktx.io/wormhole-kit": "^0.1.5", + "@zktx.io/wormhole-kit": "^0.1.6", "notistack": "^3.0.1", "react": "^18.3.1", "react-dom": "^18.3.1", @@ -20297,7 +20297,7 @@ }, "packages/wormhole-kit": { "name": "@zktx.io/wormhole-kit", - "version": "0.1.5", + "version": "0.1.6", "license": "ISC", "dependencies": { "@radix-ui/react-dialog": "^1.0.5", @@ -20305,7 +20305,7 @@ "@radix-ui/react-select": "^2.0.0", "@stitches/react": "^1.2.8", "@wormhole-foundation/sdk-connect": "^0.6.5", - "@zktx.io/wormhole-kit-core": "^0.1.5" + "@zktx.io/wormhole-kit-core": "^0.1.6" }, "devDependencies": { "react": "^18.3.1", @@ -20317,25 +20317,25 @@ }, "packages/wormhole-kit-core": { "name": "@zktx.io/wormhole-kit-core", - "version": "0.1.5", + "version": "0.1.6", "license": "ISC", "dependencies": { - "@wormhole-foundation/sdk-algorand": "^0.6.7", - "@wormhole-foundation/sdk-algorand-core": "^0.6.7", - "@wormhole-foundation/sdk-algorand-tokenbridge": "^0.6.7", - "@wormhole-foundation/sdk-aptos": "^0.6.7", - "@wormhole-foundation/sdk-aptos-core": "^0.6.7", - "@wormhole-foundation/sdk-aptos-tokenbridge": "^0.6.7", - "@wormhole-foundation/sdk-connect": "^0.6.7", - "@wormhole-foundation/sdk-definitions": "^0.6.7", - "@wormhole-foundation/sdk-evm": "^0.6.7", - "@wormhole-foundation/sdk-evm-cctp": "^0.6.7", - "@wormhole-foundation/sdk-evm-core": "^0.6.7", - "@wormhole-foundation/sdk-evm-portico": "^0.6.7", - "@wormhole-foundation/sdk-evm-tokenbridge": "^0.6.7", - "@wormhole-foundation/sdk-sui": "^0.6.7", - "@wormhole-foundation/sdk-sui-core": "^0.6.7", - "@wormhole-foundation/sdk-sui-tokenbridge": "^0.6.7" + "@wormhole-foundation/sdk-algorand": "^0.6.8", + "@wormhole-foundation/sdk-algorand-core": "^0.6.8", + "@wormhole-foundation/sdk-algorand-tokenbridge": "^0.6.8", + "@wormhole-foundation/sdk-aptos": "^0.6.8", + "@wormhole-foundation/sdk-aptos-core": "^0.6.8", + "@wormhole-foundation/sdk-aptos-tokenbridge": "^0.6.8", + "@wormhole-foundation/sdk-connect": "^0.6.8", + "@wormhole-foundation/sdk-definitions": "^0.6.8", + "@wormhole-foundation/sdk-evm": "^0.6.8", + "@wormhole-foundation/sdk-evm-cctp": "^0.6.8", + "@wormhole-foundation/sdk-evm-core": "^0.6.8", + "@wormhole-foundation/sdk-evm-portico": "^0.6.8", + "@wormhole-foundation/sdk-evm-tokenbridge": "^0.6.8", + "@wormhole-foundation/sdk-sui": "^0.6.8", + "@wormhole-foundation/sdk-sui-core": "^0.6.8", + "@wormhole-foundation/sdk-sui-tokenbridge": "^0.6.8" }, "devDependencies": { "react": "^18.3.1", diff --git a/package.json b/package.json index f76bec6..0a1d96c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zktx.io/wormhole-kit-monorepo", - "version": "0.1.5", + "version": "0.1.6", "description": "A suite of utilities used to implement bridges based on the Wormhole protocol.", "main": "index.js", "scripts": { diff --git a/packages/demo-aptos/package.json b/packages/demo-aptos/package.json index 97fcc29..442724a 100644 --- a/packages/demo-aptos/package.json +++ b/packages/demo-aptos/package.json @@ -1,6 +1,6 @@ { "name": "@zktx.io/demo-aptos", - "version": "0.1.5", + "version": "0.1.6", "description": "aptos demo", "private": true, "dependencies": { @@ -8,7 +8,7 @@ "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^13.5.0", - "@zktx.io/wormhole-kit": "^0.1.5", + "@zktx.io/wormhole-kit": "^0.1.6", "notistack": "^3.0.1", "petra-plugin-wallet-adapter": "^0.4.5", "react": "^18.3.1", diff --git a/packages/demo-sui/package.json b/packages/demo-sui/package.json index 89f2e5b..7090cbc 100644 --- a/packages/demo-sui/package.json +++ b/packages/demo-sui/package.json @@ -1,6 +1,6 @@ { "name": "@zktx.io/demo-sui", - "version": "0.1.5", + "version": "0.1.6", "description": "sui demo", "private": true, "dependencies": { @@ -10,7 +10,7 @@ "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^13.5.0", - "@zktx.io/wormhole-kit": "^0.1.5", + "@zktx.io/wormhole-kit": "^0.1.6", "notistack": "^3.0.1", "react": "^18.3.1", "react-dom": "^18.3.1", diff --git a/packages/wormhole-kit-core/package.json b/packages/wormhole-kit-core/package.json index 2166e82..147d3a1 100644 --- a/packages/wormhole-kit-core/package.json +++ b/packages/wormhole-kit-core/package.json @@ -1,6 +1,6 @@ { "name": "@zktx.io/wormhole-kit-core", - "version": "0.1.5", + "version": "0.1.6", "description": "A suite of utilities used to implement bridges based on the Wormhole protocol.", "main": "lib/cjs/index.js", "types": "lib/cjs/index.d.ts", @@ -72,25 +72,25 @@ "react": "^18.3.1", "typescript": "^5.4.5" }, - "dependencies": { - "@wormhole-foundation/sdk-algorand": "^0.6.7", - "@wormhole-foundation/sdk-algorand-core": "^0.6.7", - "@wormhole-foundation/sdk-algorand-tokenbridge": "^0.6.7", - "@wormhole-foundation/sdk-aptos": "^0.6.7", - "@wormhole-foundation/sdk-aptos-core": "^0.6.7", - "@wormhole-foundation/sdk-aptos-tokenbridge": "^0.6.7", - "@wormhole-foundation/sdk-connect": "^0.6.7", - "@wormhole-foundation/sdk-definitions": "^0.6.7", - "@wormhole-foundation/sdk-evm": "^0.6.7", - "@wormhole-foundation/sdk-evm-cctp": "^0.6.7", - "@wormhole-foundation/sdk-evm-core": "^0.6.7", - "@wormhole-foundation/sdk-evm-portico": "^0.6.7", - "@wormhole-foundation/sdk-evm-tokenbridge": "^0.6.7", - "@wormhole-foundation/sdk-sui": "^0.6.7", - "@wormhole-foundation/sdk-sui-core": "^0.6.7", - "@wormhole-foundation/sdk-sui-tokenbridge": "^0.6.7" - }, "peerDependencies": { "react": "*" + }, + "dependencies": { + "@wormhole-foundation/sdk-algorand": "^0.6.8", + "@wormhole-foundation/sdk-algorand-core": "^0.6.8", + "@wormhole-foundation/sdk-algorand-tokenbridge": "^0.6.8", + "@wormhole-foundation/sdk-aptos": "^0.6.8", + "@wormhole-foundation/sdk-aptos-core": "^0.6.8", + "@wormhole-foundation/sdk-aptos-tokenbridge": "^0.6.8", + "@wormhole-foundation/sdk-connect": "^0.6.8", + "@wormhole-foundation/sdk-definitions": "^0.6.8", + "@wormhole-foundation/sdk-evm": "^0.6.8", + "@wormhole-foundation/sdk-evm-cctp": "^0.6.8", + "@wormhole-foundation/sdk-evm-core": "^0.6.8", + "@wormhole-foundation/sdk-evm-portico": "^0.6.8", + "@wormhole-foundation/sdk-evm-tokenbridge": "^0.6.8", + "@wormhole-foundation/sdk-sui": "^0.6.8", + "@wormhole-foundation/sdk-sui-core": "^0.6.8", + "@wormhole-foundation/sdk-sui-tokenbridge": "^0.6.8" } } diff --git a/packages/wormhole-kit/package.json b/packages/wormhole-kit/package.json index 79a3b4b..a349373 100644 --- a/packages/wormhole-kit/package.json +++ b/packages/wormhole-kit/package.json @@ -1,6 +1,6 @@ { "name": "@zktx.io/wormhole-kit", - "version": "0.1.5", + "version": "0.1.6", "description": "A suite of utilities used to implement bridges based on the Wormhole protocol.", "main": "lib/cjs/index.js", "types": "lib/cjs/index.d.ts", @@ -78,7 +78,7 @@ "@radix-ui/react-select": "^2.0.0", "@stitches/react": "^1.2.8", "@wormhole-foundation/sdk-connect": "^0.6.5", - "@zktx.io/wormhole-kit-core": "^0.1.5" + "@zktx.io/wormhole-kit-core": "^0.1.6" }, "peerDependencies": { "react": "*"