Skip to content

Commit

Permalink
Merge pull request #21 from zktx-io/update-wormhole-sdk-ts
Browse files Browse the repository at this point in the history
Update wormhole sdk ts
  • Loading branch information
daoauth authored Sep 10, 2024
2 parents db6ee85 + 41851b0 commit 6ba5810
Show file tree
Hide file tree
Showing 9 changed files with 8,080 additions and 5,964 deletions.
4 changes: 4 additions & 0 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.1.14"
}
13,976 changes: 8,043 additions & 5,933 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"start:aptos": "cd ./packages/demo-aptos && npm run start",
"format:aptos": "cd ./packages/demo-aptos && npm run format",
"lint:aptos": "cd ./packages/demo-aptos && npm run lint",
"version:patch": "lerna version patch",
"prepare": "husky install"
},
"keywords": [
Expand Down Expand Up @@ -84,6 +85,7 @@
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-no-null": "^1.0.2",
"husky": "^8.0.0",
"lerna": "^8.1.8",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/demo-aptos/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "demo-aptos",
"version": "0.1.13",
"version": "0.1.14",
"description": "aptos demo",
"private": true,
"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.13",
"@zktx.io/wormhole-kit": "^0.1.14",
"notistack": "^3.0.1",
"petra-plugin-wallet-adapter": "^0.4.5",
"react": "^18.3.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/demo-celo/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "demo-celo",
"version": "0.1.13",
"version": "0.1.14",
"description": "celo demo",
"private": true,
"dependencies": {
"@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.13",
"@zktx.io/wormhole-kit": "^0.1.14",
"notistack": "^3.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/demo-solana/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "demo-solana",
"version": "0.1.13",
"version": "0.1.14",
"description": "solana demo",
"private": true,
"dependencies": {
Expand All @@ -12,7 +12,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.13",
"@zktx.io/wormhole-kit": "^0.1.14",
"browserify-zlib": "^0.2.0",
"buffer": "^6.0.3",
"https-browserify": "^1.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/demo-sui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "demo-sui",
"version": "0.1.13",
"version": "0.1.14",
"description": "sui demo",
"private": true,
"dependencies": {
Expand All @@ -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.13",
"@zktx.io/wormhole-kit": "^0.1.14",
"notistack": "^3.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand Down
42 changes: 21 additions & 21 deletions packages/wormhole-kit-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zktx.io/wormhole-kit-core",
"version": "0.1.13",
"version": "0.1.14",
"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",
Expand Down Expand Up @@ -75,25 +75,25 @@
"react": "*"
},
"dependencies": {
"@wormhole-foundation/sdk-algorand": "^0.10.2",
"@wormhole-foundation/sdk-algorand-core": "^0.10.2",
"@wormhole-foundation/sdk-algorand-tokenbridge": "^0.10.2",
"@wormhole-foundation/sdk-aptos": "^0.10.2",
"@wormhole-foundation/sdk-aptos-core": "^0.10.2",
"@wormhole-foundation/sdk-aptos-tokenbridge": "^0.10.2",
"@wormhole-foundation/sdk-connect": "^0.10.2",
"@wormhole-foundation/sdk-definitions": "^0.10.2",
"@wormhole-foundation/sdk-evm": "^0.10.2",
"@wormhole-foundation/sdk-evm-cctp": "^0.10.2",
"@wormhole-foundation/sdk-evm-core": "^0.10.2",
"@wormhole-foundation/sdk-evm-portico": "^0.10.2",
"@wormhole-foundation/sdk-evm-tokenbridge": "^0.10.2",
"@wormhole-foundation/sdk-solana": "^0.10.2",
"@wormhole-foundation/sdk-solana-cctp": "^0.10.2",
"@wormhole-foundation/sdk-solana-core": "^0.10.2",
"@wormhole-foundation/sdk-solana-tokenbridge": "^0.10.2",
"@wormhole-foundation/sdk-sui": "^0.10.2",
"@wormhole-foundation/sdk-sui-core": "^0.10.2",
"@wormhole-foundation/sdk-sui-tokenbridge": "^0.10.2"
"@wormhole-foundation/sdk-algorand": "^0.10.4",
"@wormhole-foundation/sdk-algorand-core": "^0.10.4",
"@wormhole-foundation/sdk-algorand-tokenbridge": "^0.10.4",
"@wormhole-foundation/sdk-aptos": "^0.10.4",
"@wormhole-foundation/sdk-aptos-core": "^0.10.4",
"@wormhole-foundation/sdk-aptos-tokenbridge": "^0.10.4",
"@wormhole-foundation/sdk-connect": "^0.10.4",
"@wormhole-foundation/sdk-definitions": "^0.10.4",
"@wormhole-foundation/sdk-evm": "^0.10.4",
"@wormhole-foundation/sdk-evm-cctp": "^0.10.4",
"@wormhole-foundation/sdk-evm-core": "^0.10.4",
"@wormhole-foundation/sdk-evm-portico": "^0.10.4",
"@wormhole-foundation/sdk-evm-tokenbridge": "^0.10.4",
"@wormhole-foundation/sdk-solana": "^0.10.4",
"@wormhole-foundation/sdk-solana-cctp": "^0.10.4",
"@wormhole-foundation/sdk-solana-core": "^0.10.4",
"@wormhole-foundation/sdk-solana-tokenbridge": "^0.10.4",
"@wormhole-foundation/sdk-sui": "^0.10.4",
"@wormhole-foundation/sdk-sui-core": "^0.10.4",
"@wormhole-foundation/sdk-sui-tokenbridge": "^0.10.4"
}
}
4 changes: 2 additions & 2 deletions packages/wormhole-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zktx.io/wormhole-kit",
"version": "0.1.13",
"version": "0.1.14",
"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",
Expand Down Expand Up @@ -76,7 +76,7 @@
"@radix-ui/react-form": "^0.0.3",
"@radix-ui/react-select": "^2.0.0",
"@stitches/react": "^1.2.8",
"@zktx.io/wormhole-kit-core": "^0.1.13"
"@zktx.io/wormhole-kit-core": "^0.1.14"
},
"peerDependencies": {
"react": "*"
Expand Down

0 comments on commit 6ba5810

Please sign in to comment.