diff --git a/apps/connect-v1/package-lock.json b/apps/connect-v1/package-lock.json index c20eace01..b156a9a82 100644 --- a/apps/connect-v1/package-lock.json +++ b/apps/connect-v1/package-lock.json @@ -14,7 +14,7 @@ "@mui/icons-material": "^5.14.11", "@mui/material": "^5.12.1", "@tanstack/react-query": "^5.14.2", - "@wormhole-foundation/wormhole-connect": "^0.3.22-beta.6-development", + "@wormhole-foundation/wormhole-connect": "file:wormhole-foundation-wormhole-connect-0.3.7.tgz", "aptos": "^1.21.0", "bech32": "^2.0.0", "dompurify": "^3.0.6", @@ -17948,9 +17948,9 @@ } }, "node_modules/@wormhole-foundation/wormhole-connect": { - "version": "0.3.22-beta.6-development", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/wormhole-connect/-/wormhole-connect-0.3.22-beta.6-development.tgz", - "integrity": "sha512-zD4Uy8e44m3mv6PvhAVvwKaAHbGyrLb9EfN7Nf8HVTEHkYUmEogGdHwG5unubwkIuuVELeSa4nsnMIAVEVHPvQ==", + "version": "0.3.7", + "resolved": "file:wormhole-foundation-wormhole-connect-0.3.7.tgz", + "integrity": "sha512-1CgQHo78x2FrqOoEdXUEWpcH+tbeAauJ7WqNGtM5MScw/0Knp+iE12QbRHI82+MrV8JwQencHT4i+pFeUkEAng==", "dependencies": { "@certusone/wormhole-sdk": "^0.10.10", "@coral-xyz/anchor": "^0.29.0", diff --git a/apps/connect-v1/package.json b/apps/connect-v1/package.json index b8879dad1..24b435a91 100644 --- a/apps/connect-v1/package.json +++ b/apps/connect-v1/package.json @@ -30,7 +30,7 @@ "@mui/icons-material": "^5.14.11", "@mui/material": "^5.12.1", "@tanstack/react-query": "^5.14.2", - "@wormhole-foundation/wormhole-connect": "^0.3.22-beta.6-development", + "@wormhole-foundation/wormhole-connect": "file:wormhole-foundation-wormhole-connect-0.3.7.tgz", "aptos": "^1.21.0", "bech32": "^2.0.0", "dompurify": "^3.0.6", diff --git a/apps/connect-v1/wormhole-foundation-wormhole-connect-0.3.7.tgz b/apps/connect-v1/wormhole-foundation-wormhole-connect-0.3.7.tgz new file mode 100644 index 000000000..b30b002ee Binary files /dev/null and b/apps/connect-v1/wormhole-foundation-wormhole-connect-0.3.7.tgz differ diff --git a/apps/connect/package-lock.json b/apps/connect/package-lock.json index 5a4f18467..8328a835b 100644 --- a/apps/connect/package-lock.json +++ b/apps/connect/package-lock.json @@ -15,7 +15,7 @@ "@mui/material": "^5.12.1", "@tanstack/react-query": "^5.14.2", "@wormhole-foundation/sdk": "^1.0.0", - "@wormhole-foundation/wormhole-connect": "^1.1.7", + "@wormhole-foundation/wormhole-connect": "file:wormhole-foundation-wormhole-connect-1.0.0.tgz", "aptos": "^1.21.0", "bech32": "^2.0.0", "dompurify": "^3.0.6", @@ -17835,9 +17835,9 @@ } }, "node_modules/@wormhole-foundation/wormhole-connect": { - "version": "1.1.7", - "resolved": "https://registry.npmjs.org/@wormhole-foundation/wormhole-connect/-/wormhole-connect-1.1.7.tgz", - "integrity": "sha512-FLt8bRV0kS4+XzLT7G4YtFJvQpCDg0I6PAGwzpPXcCB/UnxEv48YOA1IRNKyMAQTKPgKAp4MdJw0d7rHaCiLKQ==", + "version": "1.0.0", + "resolved": "file:wormhole-foundation-wormhole-connect-1.0.0.tgz", + "integrity": "sha512-DCoIhKht3LjneAsQsH/4w5eLkpYVMCSVTu+6ny0RglxHCGzb9fD+W25lX9iejLjPGGy6eFsF0WjsJjjfps1nJQ==", "dependencies": { "@coral-xyz/anchor": "^0.29.0", "@cosmjs/cosmwasm-stargate": "^0.31.3", diff --git a/apps/connect/package.json b/apps/connect/package.json index 96d20da1a..68b0b0379 100644 --- a/apps/connect/package.json +++ b/apps/connect/package.json @@ -31,7 +31,7 @@ "@mui/material": "^5.12.1", "@tanstack/react-query": "^5.14.2", "@wormhole-foundation/sdk": "^1.0.0", - "@wormhole-foundation/wormhole-connect": "^1.1.7", + "@wormhole-foundation/wormhole-connect": "file:wormhole-foundation-wormhole-connect-1.0.0.tgz", "aptos": "^1.21.0", "bech32": "^2.0.0", "dompurify": "^3.0.6", diff --git a/apps/connect/wormhole-foundation-wormhole-connect-1.0.0.tgz b/apps/connect/wormhole-foundation-wormhole-connect-1.0.0.tgz new file mode 100644 index 000000000..02b880d95 Binary files /dev/null and b/apps/connect/wormhole-foundation-wormhole-connect-1.0.0.tgz differ