diff --git a/packages/arcana-auth/package.json b/packages/arcana-auth/package.json index ad8968096..a87d5e6b5 100644 --- a/packages/arcana-auth/package.json +++ b/packages/arcana-auth/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet_connect/arcana-auth", - "version": "1.0.1", + "version": "1.0.2", "license": "MIT", "description": "Arcana wallet is a built-in, secure Web3 wallet that users can access instantly when logging into an app integrated with the Arcana Auth SDK. It offers a customizable interface that can be branded to match the app's style. Users don't need to generate or manage cryptographic keys or remember passphrases. The wallet uses advanced distributed key generation, giving users full control over their wallets while onboarding Web3 apps using familiar Web2 authentication methods. It is user-friendly, secure, and puts users in control of their Web3 experience.", "private": false, @@ -14,7 +14,7 @@ }, "dependencies": { "@arcana/auth": "^1.0.7", - "@subwallet_connect/common": "^1.0.1" + "@subwallet_connect/common": "^1.0.2" }, "devDependencies": { "typescript": "^4.5.5" diff --git a/packages/bitget/package.json b/packages/bitget/package.json index 88c5af39f..8005c8478 100644 --- a/packages/bitget/package.json +++ b/packages/bitget/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet_connect/bitget", - "version": "1.0.1", + "version": "1.0.2", "description": "bitget-wallet SDK wallet module for connecting to Web3-Onboard. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardized spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.", "keywords": [ "Ethereum", @@ -62,6 +62,6 @@ }, "dependencies": { "@bitget-wallet/web3-sdk": "^0.0.8", - "@subwallet_connect/common": "^1.0.1" + "@subwallet_connect/common": "^1.0.2" } } diff --git a/packages/bitkeep/package.json b/packages/bitkeep/package.json index 0d56bf832..aa7a64778 100644 --- a/packages/bitkeep/package.json +++ b/packages/bitkeep/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet_connect/subwallet_bitkeep", - "version": "1.0.1", + "version": "1.0.3", "description": "Bitkeep Wallet SDK wallet module for connecting to Web3-Onboard. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardized spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.", "keywords": [ "Ethereum", @@ -37,11 +37,13 @@ ], "repository": { "type": "git", - "url": "https://github.com/blocknative/web3-onboard.git", + "url": "git+https://github.com/blocknative/web3-onboard.git", "directory": "packages/bitkeep" }, "homepage": "https://www.blocknative.com/onboard", - "bugs": "https://github.com/blocknative/web3-onboard/issues", + "bugs": { + "url": "https://github.com/blocknative/web3-onboard/issues" + }, "module": "dist/index.js", "browser": "dist/index.js", "main": "dist/index.js", @@ -62,6 +64,7 @@ }, "dependencies": { "@bitget-wallet/web3-sdk": "^0.0.8", - "@subwallet_connect/common": "^1.0.1" - } + "@subwallet_connect/common": "^1.0.2" + }, + "author": "" } diff --git a/packages/blocto/package.json b/packages/blocto/package.json index 7b0c4361f..30bf0456b 100644 --- a/packages/blocto/package.json +++ b/packages/blocto/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet_connect/blocto", - "version": "1.0.1", + "version": "1.0.3", "description": "Blocto SDK wallet module for connecting to Web3-Onboard. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.", "keywords": [ "Ethereum", @@ -37,11 +37,13 @@ ], "repository": { "type": "git", - "url": "https://github.com/blocknative/web3-onboard.git", + "url": "git+https://github.com/blocknative/web3-onboard.git", "directory": "packages/core" }, "homepage": "https://onboard.blocknative.com", - "bugs": "https://github.com/blocknative/web3-onboard/issues", + "bugs": { + "url": "https://github.com/blocknative/web3-onboard/issues" + }, "module": "dist/index.js", "browser": "dist/index.js", "main": "dist/index.js", @@ -65,7 +67,8 @@ "window": "^4.2.7" }, "dependencies": { - "@subwallet_connect/common": "^1.0.1", + "@subwallet_connect/common": "^1.0.2", "@blocto/sdk": "^0.4.6" - } + }, + "author": "" } diff --git a/packages/capsule/package.json b/packages/capsule/package.json index 72a14e5f7..bb1416a79 100644 --- a/packages/capsule/package.json +++ b/packages/capsule/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet_connect/capsule", - "version": "2.0.1", + "version": "1.0.0", "description": "Capsule SDK wallet module for connecting to Web3-Onboard. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.", "module": "dist/index.js", "browser": "dist/index.js", @@ -11,10 +11,12 @@ "dist" ], "homepage": "https://onboard.blocknative.com", - "bugs": "https://github.com/blocknative/web3-onboard/issues", + "bugs": { + "url": "https://github.com/blocknative/web3-onboard/issues" + }, "repository": { "type": "git", - "url": "https://github.com/blocknative/web3-onboard.git", + "url": "git+https://github.com/blocknative/web3-onboard.git", "directory": "packages/capsule" }, "scripts": { @@ -58,7 +60,7 @@ "dependencies": { "@usecapsule/web-sdk": "0.29.4", "@wagmi/chains": "^1.8.0", - "@subwallet_connect/common": "^1.0.1", + "@subwallet_connect/common": "^1.0.2", "react-dom": "^18.2.0" }, "peerDependencies": { @@ -68,5 +70,6 @@ "@types/react": "^18.0.2", "react": "^18.2.0", "typescript": "^5.2.2" - } + }, + "author": "" } diff --git a/packages/cede-store/package.json b/packages/cede-store/package.json index 916bb62d3..449e29691 100644 --- a/packages/cede-store/package.json +++ b/packages/cede-store/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet_connect/cede-store", - "version": "1.0.1", + "version": "1.0.2", "description": "cede.store SDK wallet module for connecting to Web3-Onboard. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.", "keywords": [ "Ethereum", @@ -41,11 +41,13 @@ ], "repository": { "type": "git", - "url": "https://github.com/blocknative/web3-onboard.git", + "url": "git+https://github.com/blocknative/web3-onboard.git", "directory": "packages/core" }, "homepage": "https://onboard.blocknative.com", - "bugs": "https://github.com/blocknative/web3-onboard/issues", + "bugs": { + "url": "https://github.com/blocknative/web3-onboard/issues" + }, "module": "dist/index.js", "browser": "dist/index.js", "main": "dist/index.js", @@ -70,6 +72,7 @@ }, "dependencies": { "@cedelabs/providers": "^1.5.0", - "@subwallet_connect/common": "^1.0.1" - } + "@subwallet_connect/common": "^1.0.2" + }, + "author": "" } diff --git a/packages/coinbase/package.json b/packages/coinbase/package.json index d556d5ae3..1540531f4 100644 --- a/packages/coinbase/package.json +++ b/packages/coinbase/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet_connect/coinbase", - "version": "1.0.1", + "version": "1.0.2", "description": "Coinbase SDK wallet module for connecting to Web3-Onboard. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.", "keywords": [ "Ethereum", @@ -35,11 +35,13 @@ ], "repository": { "type": "git", - "url": "https://github.com/blocknative/web3-onboard.git", + "url": "git+https://github.com/blocknative/web3-onboard.git", "directory": "packages/coinbase" }, "homepage": "https://onboard.blocknative.com", - "bugs": "https://github.com/blocknative/web3-onboard/issues", + "bugs": { + "url": "https://github.com/blocknative/web3-onboard/issues" + }, "module": "dist/index.js", "browser": "dist/index.js", "main": "dist/index.js", @@ -59,6 +61,7 @@ }, "dependencies": { "@coinbase/wallet-sdk": "^3.7.2", - "@subwallet_connect/common": "^1.0.1" - } + "@subwallet_connect/common": "^1.0.2" + }, + "author": "" } diff --git a/packages/common/package.json b/packages/common/package.json index 11768b458..9d8a90f70 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet_connect/common", - "version": "1.0.1", + "version": "1.0.2", "description": "Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.", "keywords": [ "Ethereum", diff --git a/packages/core/package.json b/packages/core/package.json index 54f3629d3..3b030b455 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet_connect/core", - "version": "1.1.1", + "version": "1.1.4", "description": "Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardized spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.", "keywords": [ "Ethereum", @@ -65,9 +65,9 @@ "@rollup/plugin-node-resolve": "^13.0.6", "@rollup/plugin-replace": "^3.0.0", "@rollup/plugin-typescript": "^8.0.0", - "@subwallet_connect/gas": "^1.0.0", - "@subwallet_connect/transaction-preview": "^1.0.1", - "@subwallet_connect/unstoppable-resolution": "^1.0.1", + "@subwallet_connect/gas": "^1.0.1", + "@subwallet_connect/transaction-preview": "^1.0.2", + "@subwallet_connect/unstoppable-resolution": "^1.0.2", "@tsconfig/svelte": "^2.0.0", "@types/lodash.merge": "^4.6.6", "@types/lodash.partition": "^4.6.6", @@ -86,7 +86,7 @@ "typescript": "^4.5.5" }, "dependencies": { - "@subwallet_connect/common": "^1.0.1", + "@subwallet_connect/common": "^1.0.2", "axios": "^1.6.5", "bignumber.js": "^9.0.0", "bn.js": "^5.2.1", diff --git a/packages/core/src/icons/arbitrum.ts b/packages/core/src/icons/arbitrum.ts index a72fd2947..320fabdca 100644 --- a/packages/core/src/icons/arbitrum.ts +++ b/packages/core/src/icons/arbitrum.ts @@ -1,5 +1,5 @@ export default ` - + diff --git a/packages/core/src/icons/base.ts b/packages/core/src/icons/base.ts index 5f7e3dcc7..cfbeb3bc4 100644 --- a/packages/core/src/icons/base.ts +++ b/packages/core/src/icons/base.ts @@ -1,5 +1,5 @@ export default ` - + @@ -15,4 +15,4 @@ export default ` -` \ No newline at end of file +` diff --git a/packages/core/src/icons/celo.ts b/packages/core/src/icons/celo.ts index becf327a9..1387b9b5e 100644 --- a/packages/core/src/icons/celo.ts +++ b/packages/core/src/icons/celo.ts @@ -1,5 +1,5 @@ export default ` - + ` diff --git a/packages/core/src/icons/elipsis.ts b/packages/core/src/icons/elipsis.ts index 00248fab3..c487b3981 100644 --- a/packages/core/src/icons/elipsis.ts +++ b/packages/core/src/icons/elipsis.ts @@ -1,5 +1,5 @@ export default ` - + ` diff --git a/packages/core/src/icons/ethereum.ts b/packages/core/src/icons/ethereum.ts index 96f0aaad5..36e04bbaf 100644 --- a/packages/core/src/icons/ethereum.ts +++ b/packages/core/src/icons/ethereum.ts @@ -1,5 +1,5 @@ export default ` - + diff --git a/packages/core/src/icons/fantom.ts b/packages/core/src/icons/fantom.ts index 2017057cc..67ebab61f 100644 --- a/packages/core/src/icons/fantom.ts +++ b/packages/core/src/icons/fantom.ts @@ -1,5 +1,5 @@ export default ` - + ` diff --git a/packages/core/src/icons/gnosis.ts b/packages/core/src/icons/gnosis.ts index afbe6bc58..3ec2dc743 100644 --- a/packages/core/src/icons/gnosis.ts +++ b/packages/core/src/icons/gnosis.ts @@ -1,5 +1,5 @@ export default ` - + diff --git a/packages/core/src/icons/harmony-one.ts b/packages/core/src/icons/harmony-one.ts index 6460e0c94..543436511 100644 --- a/packages/core/src/icons/harmony-one.ts +++ b/packages/core/src/icons/harmony-one.ts @@ -1,5 +1,5 @@ export default ` - + diff --git a/packages/core/src/icons/optimism.ts b/packages/core/src/icons/optimism.ts index c6a4b94d9..be1b42533 100644 --- a/packages/core/src/icons/optimism.ts +++ b/packages/core/src/icons/optimism.ts @@ -1,5 +1,5 @@ export default ` - + diff --git a/packages/core/src/icons/polygon.ts b/packages/core/src/icons/polygon.ts index 68fc34271..38153ebe2 100644 --- a/packages/core/src/icons/polygon.ts +++ b/packages/core/src/icons/polygon.ts @@ -1,5 +1,5 @@ export default ` - + ` diff --git a/packages/core/src/index.ts b/packages/core/src/index.ts index 9b5872698..b3bfad25e 100644 --- a/packages/core/src/index.ts +++ b/packages/core/src/index.ts @@ -434,7 +434,7 @@ function mountApp(theme: Theme, disableFontDownload: boolean) { --warning-800: #D9C500; /* FONTS */ - + --font-family-normal: var(--w3o-font-family, 'Plus Jakarta Sans', Inter, sans-serif); --font-size-1: 3rem; --font-size-2: 2.25rem; --font-size-3: 1.5rem; @@ -442,7 +442,6 @@ function mountApp(theme: Theme, disableFontDownload: boolean) { --font-size-5: 1rem; --font-size-6: .875rem; --font-size-7: .75rem; - --font-family-normal: 'Plus Jakarta Sans'; --font-line-height-1: 24px; --font-line-height-2: 20px; diff --git a/packages/core/src/themes.ts b/packages/core/src/themes.ts index 6df98e829..ea0663682 100644 --- a/packages/core/src/themes.ts +++ b/packages/core/src/themes.ts @@ -30,7 +30,7 @@ export const themes = { '--w3o-border-color': '#212121', '--w3o-action-color': '#252525', '--w3o-border-radius': '16px', - '--w3o-font-family': 'Plus Jakarta Sans', + '--w3o-font-family': 'inherit', '--w3o-background-color-item': '#1A1A1A' } } diff --git a/packages/core/src/views/Index.svelte b/packages/core/src/views/Index.svelte index 2facacbf0..2143a88aa 100644 --- a/packages/core/src/views/Index.svelte +++ b/packages/core/src/views/Index.svelte @@ -346,7 +346,7 @@ width: 100%; border-radius: 8px; height: 52px; - margin-top: -1.5rem; + margin-top: 0 !important; background: var(--gray-800); padding: var(--spacing-4); color: var(--onboard-white, var(--white)); @@ -357,6 +357,7 @@ width: 100%; height: 52px; padding: var(--spacing-4); + margin-top: 0 !important; background: var(--onboard-gray-100, var(--gray-100)); color: var(--onboard-gray-500, var(--gray-500)); line-height: var(--onboard-font-line-height-3, var(--font-line-height-3)); @@ -364,9 +365,10 @@ :global(.button-neutral-danger){ height: 52px; + width: 100%; padding: var(--spacing-4); + margin-top: 0 !important; border-radius: var(--border-radius-5); - margin-top: -1.5rem; background: var(--danger-600); color: var(--onboard-white, var(--white)); line-height: var(--onboard-font-line-height-3, var(--font-line-height-3)); @@ -374,8 +376,9 @@ :global(.button-neutral-confirm){ height: 52px; + width: 100%; padding: var(--spacing-4); - margin-top: -1.5rem; + margin-top: 0 !important; border-radius: var(--border-radius-5); background: var(--primary-2); color: var(--onboard-white, var(--white)); diff --git a/packages/core/src/views/shared/WalletAppBadge.svelte b/packages/core/src/views/shared/WalletAppBadge.svelte index 7e50764f4..6044df2c5 100644 --- a/packages/core/src/views/shared/WalletAppBadge.svelte +++ b/packages/core/src/views/shared/WalletAppBadge.svelte @@ -61,9 +61,11 @@ .logo{ display: flex; + height: 100%; + width: 100%; & svg { - width: 40px; - height: 40px; + max-width: 40px; + max-height: 40px; } } diff --git a/packages/dcent/package.json b/packages/dcent/package.json index 5fc1df440..f6e7d6e51 100644 --- a/packages/dcent/package.json +++ b/packages/dcent/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet_connect/dcent", - "version": "1.0.1", + "version": "1.0.2", "description": "D'CENT wallet module for connecting to Web3-Onboard. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.", "keywords": [ "Ethereum", @@ -35,11 +35,13 @@ ], "repository": { "type": "git", - "url": "https://github.com/blocknative/web3-onboard.git", + "url": "git+https://github.com/blocknative/web3-onboard.git", "directory": "packages/dcent" }, "homepage": "https://onboard.blocknative.com", - "bugs": "https://github.com/blocknative/web3-onboard/issues", + "bugs": { + "url": "https://github.com/blocknative/web3-onboard/issues" + }, "module": "dist/index.js", "typings": "dist/index.d.ts", "files": [ @@ -56,10 +58,12 @@ "typescript": "^4.5.5" }, "dependencies": { - "@subwallet_connect/common": "^1.0.1", - "@subwallet_connect/hw-common": "^1.0.2", + "@subwallet_connect/common": "^1.0.2", + "@subwallet_connect/hw-common": "^1.0.3", "@ethereumjs/tx": "^3.4.0", "@ethersproject/providers": "^5.5.0", "eth-dcent-keyring": "^0.2.2" - } + }, + "main": "index.js", + "author": "" } diff --git a/packages/demo/package.json b/packages/demo/package.json index 68169a24b..3b5d58c4d 100644 --- a/packages/demo/package.json +++ b/packages/demo/package.json @@ -12,47 +12,46 @@ "@types/node": "18.11.11", "@types/react": "^18.0.2", "@types/react-dom": "18.0.2", - "@subwallet_connect/coinbase": "^1.0.1", - "@subwallet_connect/dcent": "^1.0.1", - "@subwallet_connect/fortmatic": "^1.0.1", - "@subwallet_connect/gnosis": "^1.0.1", - "@subwallet_connect/injected-wallets": "^1.0.1", - "@subwallet_connect/keepkey": "^1.0.2", - "@subwallet_connect/keystone": "^1.0.1", - "@subwallet_connect/ledger": "^1.0.0", - "@subwallet_connect/magic": "^1.0.1", - "@subwallet_connect/mew-wallet": "^1.0.0", - "@subwallet_connect/portis": "^1.0.0", - "@subwallet_connect/sequence": "^1.0.0", - "@subwallet_connect/taho": "^1.0.0", - "@subwallet_connect/torus": "^1.0.0", - "@subwallet_connect/trust": "^1.0.0", - "@subwallet_connect/walletconnect": "^1.0.9", - "@subwallet_connect/walletconnect-polkadot": "^1.0.9", - "@subwallet_connect/react": "^1.0.4", "@blocto/dappauth": "^2.1.0", "@safe-global/safe-apps-provider": "^0.18.0", "@safe-global/safe-apps-sdk": "^8.1.0", - "@subwallet_connect/arcana-auth": "^1.0.0", - "@subwallet_connect/bitget": "^1.0.0", - "@subwallet_connect/blocto": "^1.0.0", - "@subwallet_connect/cede-store": "^1.0.0", - "@subwallet_connect/core": "^1.0.0", - "@subwallet_connect/enkrypt": "^1.0.0", - "@subwallet_connect/frame": "^1.0.0", - "@subwallet_connect/frontier": "^1.0.0", - "@subwallet_connect/gas": "^1.0.0", - "@subwallet_connect/infinity-wallet": "^1.0.0", - "@subwallet_connect/metamask": "^1.0.0", - "@subwallet_connect/phantom": "^1.0.0", - "@subwallet_connect/transaction-preview": "^1.0.0", - "@subwallet_connect/trezor": "^1.0.0", - "@subwallet_connect/uauth": "^1.0.0", - "@subwallet_connect/venly": "^1.0.0", - "@subwallet_connect/web3auth": "^1.0.0", + "@subwallet_connect/arcana-auth": "^1.0.2", + "@subwallet_connect/bitget": "^1.0.2", + "@subwallet_connect/blocto": "^1.0.3", + "@subwallet_connect/cede-store": "^1.0.2", + "@subwallet_connect/coinbase": "^1.0.2", + "@subwallet_connect/dcent": "^1.0.2", + "@subwallet_connect/enkrypt": "^1.0.2", + "@subwallet_connect/fortmatic": "^1.0.2", + "@subwallet_connect/frame": "^1.0.2", + "@subwallet_connect/frontier": "^1.0.2", + "@subwallet_connect/gas": "^1.0.2", + "@subwallet_connect/gnosis": "^1.0.2", + "@subwallet_connect/infinity-wallet": "^1.0.1", + "@subwallet_connect/injected-wallets": "^1.0.7", + "@subwallet_connect/keepkey": "^1.0.3", + "@subwallet_connect/keystone": "^1.0.5", + "@subwallet_connect/ledger": "^1.0.2", + "@subwallet_connect/magic": "^1.0.2", + "@subwallet_connect/metamask": "^1.0.1", + "@subwallet_connect/mew-wallet": "^1.0.1", + "@subwallet_connect/phantom": "^1.0.1", + "@subwallet_connect/portis": "^1.0.1", + "@subwallet_connect/react": "^1.1.3", + "@subwallet_connect/sequence": "^1.0.1", + "@subwallet_connect/taho": "^1.0.1", + "@subwallet_connect/torus": "^1.0.1", + "@subwallet_connect/transaction-preview": "^1.0.2", + "@subwallet_connect/trezor": "^1.0.2", + "@subwallet_connect/trust": "^1.0.1", + "@subwallet_connect/uauth": "^1.0.2", + "@subwallet_connect/venly": "^1.0.1", + "@subwallet_connect/walletconnect": "^1.1.0", + "@subwallet_connect/walletconnect-polkadot": "^1.1.0", + "@subwallet_connect/walletlink": "^1.0.1", + "@subwallet_connect/web3auth": "^1.0.1", "@subwallet_connect/xdefi": "^1.0.0", "@subwallet_connect/zeal": "^1.0.0", - "@subwallet_connect/walletlink": "^1.0.0", "vconsole": "^1.0.0", "ethers": "^5.7.2", "next": "13.1.6", diff --git a/packages/enkrypt/package.json b/packages/enkrypt/package.json index 5209de6f6..edfc9bd0e 100644 --- a/packages/enkrypt/package.json +++ b/packages/enkrypt/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet_connect/enkrypt", - "version": "1.0.1", + "version": "1.0.2", "description": "Enkrypt SDK wallet module for connecting to Web3-Onboard. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.", "keywords": [ "Ethereum", @@ -36,11 +36,13 @@ ], "repository": { "type": "git", - "url": "https://github.com/blocknative/web3-onboard.git", + "url": "git+https://github.com/blocknative/web3-onboard.git", "directory": "packages/core" }, "homepage": "https://www.blocknative.com/onboard", - "bugs": "https://github.com/blocknative/web3-onboard/issues", + "bugs": { + "url": "https://github.com/blocknative/web3-onboard/issues" + }, "module": "dist/index.js", "browser": "dist/index.js", "main": "dist/index.js", @@ -63,6 +65,7 @@ "window": "^4.2.7" }, "dependencies": { - "@subwallet_connect/common": "^1.0.1" - } + "@subwallet_connect/common": "^1.0.2" + }, + "author": "" } diff --git a/packages/fortmatic/package.json b/packages/fortmatic/package.json index 266e668a1..d891d4484 100644 --- a/packages/fortmatic/package.json +++ b/packages/fortmatic/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet_connect/fortmatic", - "version": "1.0.1", + "version": "1.0.2", "description": "Fortmatic wallet module for connecting to Web3-Onboard. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.", "keywords": [ "Ethereum", @@ -35,11 +35,13 @@ ], "repository": { "type": "git", - "url": "https://github.com/blocknative/web3-onboard.git", + "url": "git+https://github.com/blocknative/web3-onboard.git", "directory": "packages/fortmatic" }, "homepage": "https://onboard.blocknative.com", - "bugs": "https://github.com/blocknative/web3-onboard/issues", + "bugs": { + "url": "https://github.com/blocknative/web3-onboard/issues" + }, "module": "dist/index.js", "browser": "dist/index.js", "main": "dist/index.js", @@ -58,7 +60,8 @@ "typescript": "^4.5.5" }, "dependencies": { - "@subwallet_connect/common": "^1.0.1", + "@subwallet_connect/common": "^1.0.2", "fortmatic": "^2.2.1" - } + }, + "author": "" } diff --git a/packages/frame/package.json b/packages/frame/package.json index 6570c491c..469092349 100644 --- a/packages/frame/package.json +++ b/packages/frame/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet_connect/frame", - "version": "1.0.1", + "version": "1.0.2", "description": "Frame wallet module for connecting to Web3-Onboard. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.", "keywords": [ "Ethereum", @@ -36,11 +36,13 @@ ], "repository": { "type": "git", - "url": "https://github.com/blocknative/web3-onboard.git", + "url": "git+https://github.com/blocknative/web3-onboard.git", "directory": "packages/frame" }, "homepage": "https://onboard.blocknative.com", - "bugs": "https://github.com/blocknative/web3-onboard/issues", + "bugs": { + "url": "https://github.com/blocknative/web3-onboard/issues" + }, "module": "dist/index.js", "browser": "dist/index.js", "main": "dist/index.js", @@ -59,7 +61,8 @@ "typescript": "^4.5.5" }, "dependencies": { - "@subwallet_connect/common": "^1.0.1", + "@subwallet_connect/common": "^1.0.2", "eth-provider": "^0.13.6" - } + }, + "author": "" } diff --git a/packages/frontier/package.json b/packages/frontier/package.json index ae797e3c7..28d1043af 100644 --- a/packages/frontier/package.json +++ b/packages/frontier/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet_connect/frontier", - "version": "1.0.1", + "version": "1.0.2", "description": "Frontier Wallet SDK wallet module for connecting to Web3-Onboard. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardized spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.", "keywords": [ "Ethereum", @@ -35,11 +35,13 @@ ], "repository": { "type": "git", - "url": "https://github.com/blocknative/web3-onboard.git", + "url": "git+https://github.com/blocknative/web3-onboard.git", "directory": "packages/frontier" }, "homepage": "https://www.blocknative.com/onboard", - "bugs": "https://github.com/blocknative/web3-onboard/issues", + "bugs": { + "url": "https://github.com/blocknative/web3-onboard/issues" + }, "module": "dist/index.js", "browser": "dist/index.js", "main": "dist/index.js", @@ -59,6 +61,7 @@ "typescript": "^4.5.5" }, "dependencies": { - "@subwallet_connect/common": "^1.0.1" - } + "@subwallet_connect/common": "^1.0.2" + }, + "author": "" } diff --git a/packages/gas/package.json b/packages/gas/package.json index c30d54e5d..0a034ab43 100644 --- a/packages/gas/package.json +++ b/packages/gas/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet_connect/gas", - "version": "1.0.1", + "version": "1.0.2", "description": "Estimate the gas prices needed to get a transaction in to the next block for Ethereum Mainnet and Polygon Matic Mainnet.", "keywords": [ "gas", @@ -9,11 +9,13 @@ ], "repository": { "type": "git", - "url": "https://github.com/blocknative/web3-onboard.git", + "url": "git+https://github.com/blocknative/web3-onboard.git", "directory": "packages/gas" }, "homepage": "https://onboard.blocknative.com", - "bugs": "https://github.com/blocknative/web3-onboard/issues", + "bugs": { + "url": "https://github.com/blocknative/web3-onboard/issues" + }, "module": "dist/index.js", "typings": "dist/index.d.ts", "browser": "dist/index.js", @@ -32,8 +34,9 @@ "typescript": "^4.5.5" }, "dependencies": { - "@subwallet_connect/common": "^1.0.1", + "@subwallet_connect/common": "^1.0.2", "rxjs": "^7.5.2", "joi": "17.8.1" - } + }, + "author": "" } diff --git a/packages/gnosis/package.json b/packages/gnosis/package.json index 952634a34..28e635069 100644 --- a/packages/gnosis/package.json +++ b/packages/gnosis/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet_connect/gnosis", - "version": "1.0.1", + "version": "1.0.2", "description": "Safe module for connecting to Web3-Onboard. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.", "keywords": [ "Ethereum", @@ -33,11 +33,13 @@ ], "repository": { "type": "git", - "url": "https://github.com/blocknative/web3-onboard.git", + "url": "git+https://github.com/blocknative/web3-onboard.git", "directory": "packages/gnosis" }, "homepage": "https://onboard.blocknative.com", - "bugs": "https://github.com/blocknative/web3-onboard/issues", + "bugs": { + "url": "https://github.com/blocknative/web3-onboard/issues" + }, "module": "dist/index.js", "browser": "dist/index.js", "main": "dist/index.js", @@ -59,10 +61,11 @@ "@safe-global/safe-apps-sdk": "^8.0.0" }, "dependencies": { - "@subwallet_connect/common": "^1.0.1" + "@subwallet_connect/common": "^1.0.2" }, "peerDependencies": { "@safe-global/safe-apps-provider": "^0.17.1", "@safe-global/safe-apps-sdk": "^8.0.0" - } + }, + "author": "" } diff --git a/packages/hw-common/package.json b/packages/hw-common/package.json index 2e358ca85..59681216a 100644 --- a/packages/hw-common/package.json +++ b/packages/hw-common/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet_connect/hw-common", - "version": "1.0.2", + "version": "1.0.3", "description": "Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.", "keywords": [ "Ethereum", @@ -35,11 +35,13 @@ ], "repository": { "type": "git", - "url": "https://github.com/blocknative/web3-onboard.git", + "url": "git+https://github.com/blocknative/web3-onboard.git", "directory": "packages/hw-common" }, "homepage": "https://onboard.blocknative.com", - "bugs": "https://github.com/blocknative/web3-onboard/issues", + "bugs": { + "url": "https://github.com/blocknative/web3-onboard/issues" + }, "scripts": { "build": "rollup -c", "dev": "rollup -c -w", @@ -81,9 +83,10 @@ }, "dependencies": { "@ethereumjs/common": "2.6.5", - "@subwallet_connect/common": "^1.0.1", + "@subwallet_connect/common": "^1.0.2", "ethers": "5.5.4", "joi": "17.9.1", "rxjs": "^7.5.2" - } + }, + "author": "" } diff --git a/packages/infinity-wallet/package.json b/packages/infinity-wallet/package.json index af0a4de8a..99a661270 100644 --- a/packages/infinity-wallet/package.json +++ b/packages/infinity-wallet/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet_connect/infinity-wallet", - "version": "1.0.0", + "version": "1.0.1", "description": "Infinity Wallet SDK wallet module for connecting to Web3-Onboard. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardized spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.", "keywords": [ "Ethereum", @@ -38,11 +38,13 @@ ], "repository": { "type": "git", - "url": "https://github.com/blocknative/web3-onboard.git", + "url": "git+https://github.com/blocknative/web3-onboard.git", "directory": "packages/infinity-wallet" }, "homepage": "https://www.blocknative.com/onboard", - "bugs": "https://github.com/blocknative/web3-onboard/issues", + "bugs": { + "url": "https://github.com/blocknative/web3-onboard/issues" + }, "module": "dist/index.js", "browser": "dist/index.js", "main": "dist/index.js", @@ -60,9 +62,10 @@ "devDependencies": { "@types/node": "^17.0.21", "typescript": "^4.5.5", - "@subwallet_connect/common": "^1.0.1" + "@subwallet_connect/common": "^1.0.2" }, "dependencies": { "@infinitywallet/infinity-connector": "^1.0.6" - } + }, + "author": "" } diff --git a/packages/injected/package.json b/packages/injected/package.json index 0be5893ef..82715e840 100644 --- a/packages/injected/package.json +++ b/packages/injected/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet_connect/injected-wallets", - "version": "1.0.3", + "version": "1.0.7", "description": "Injected wallet module for connecting browser extension and mobile wallets to Web3-Onboard. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.", "keywords": [ "Ethereum", @@ -38,11 +38,13 @@ ], "repository": { "type": "git", - "url": "https://github.com/blocknative/web3-onboard.git", + "url": "git+https://github.com/blocknative/web3-onboard.git", "directory": "packages/injected" }, "homepage": "https://onboard.blocknative.com", - "bugs": "https://github.com/blocknative/web3-onboard/issues", + "bugs": { + "url": "https://github.com/blocknative/web3-onboard/issues" + }, "module": "dist/index.js", "browser": "dist/index.js", "main": "dist/index.js", @@ -68,8 +70,9 @@ }, "dependencies": { "@polkadot/extension-inject": "^0.46.5", - "@subwallet_connect/common": "^1.0.1", + "@subwallet_connect/common": "^1.0.2", "joi": "17.9.1", "lodash.uniqby": "^4.7.0" - } + }, + "author": "" } diff --git a/packages/keepkey/package.json b/packages/keepkey/package.json index 8a40cf57a..79b942e16 100644 --- a/packages/keepkey/package.json +++ b/packages/keepkey/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet_connect/keepkey", - "version": "1.0.2", + "version": "1.0.3", "description": "KeepKey hardware wallet module for connecting to Web3-Onboard. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.", "keywords": [ "Ethereum", @@ -33,11 +33,13 @@ ], "repository": { "type": "git", - "url": "https://github.com/blocknative/web3-onboard.git", + "url": "git+https://github.com/blocknative/web3-onboard.git", "directory": "packages/keepkey" }, "homepage": "https://onboard.blocknative.com", - "bugs": "https://github.com/blocknative/web3-onboard/issues", + "bugs": { + "url": "https://github.com/blocknative/web3-onboard/issues" + }, "module": "dist/index.js", "browser": "dist/index.js", "main": "dist/index.js", @@ -63,8 +65,9 @@ "@ethersproject/providers": "^5.5.0", "@shapeshiftoss/hdwallet-core": "^1.15.2", "@shapeshiftoss/hdwallet-keepkey-webusb": "^1.15.2", - "@subwallet_connect/common": "^1.0.1", - "@subwallet_connect/hw-common": "^1.0.2", + "@subwallet_connect/common": "^1.0.2", + "@subwallet_connect/hw-common": "^1.0.3", "ethereumjs-util": "^7.1.3" - } + }, + "author": "" } diff --git a/packages/keystone/package.json b/packages/keystone/package.json index 7ee1f6590..8044ffee8 100644 --- a/packages/keystone/package.json +++ b/packages/keystone/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet_connect/keystone", - "version": "1.0.3", + "version": "1.0.5", "description": "Keystone hardware wallet module for connecting to Web3-Onboard. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.", "keywords": [ "Ethereum", @@ -33,11 +33,13 @@ ], "repository": { "type": "git", - "url": "https://github.com/blocknative/web3-onboard.git", + "url": "git+https://github.com/blocknative/web3-onboard.git", "directory": "packages/keystone" }, "homepage": "https://onboard.blocknative.com", - "bugs": "https://github.com/blocknative/web3-onboard/issues", + "bugs": { + "url": "https://github.com/blocknative/web3-onboard/issues" + }, "module": "dist/index.js", "main": "dist/index.js", "typings": "dist/index.d.ts", @@ -57,8 +59,9 @@ "dependencies": { "@ethereumjs/tx": "^3.4.0", "@ethersproject/providers": "^5.5.0", - "@keystonehq/eth-keyring": "^0.14.00.3", - "@subwallet_connect/common": "^1.0.1", - "@subwallet_connect/hw-common": "^1.0.2" - } + "@keystonehq/eth-keyring": "^0.14.4", + "@subwallet_connect/common": "^1.0.2", + "@subwallet_connect/hw-common": "^1.0.3" + }, + "author": "" } diff --git a/packages/ledger/package.json b/packages/ledger/package.json index ac0ecb788..c6b12d800 100644 --- a/packages/ledger/package.json +++ b/packages/ledger/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet_connect/ledger", - "version": "1.0.0", + "version": "1.0.2", "description": "Ledger hardware wallet module for connecting to Web3-Onboard. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardized spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.", "keywords": [ "Ethereum", @@ -35,11 +35,13 @@ ], "repository": { "type": "git", - "url": "https://github.com/blocknative/web3-onboard.git", + "url": "git+https://github.com/blocknative/web3-onboard.git", "directory": "packages/ledger" }, "homepage": "https://onboard.blocknative.com", - "bugs": "https://github.com/blocknative/web3-onboard/issues", + "bugs": { + "url": "https://github.com/blocknative/web3-onboard/issues" + }, "module": "dist/index.js", "browser": "dist/index.js", "main": "dist/index.js", @@ -61,10 +63,11 @@ "dependencies": { "@ethersproject/providers": "5.5.0", "@ledgerhq/connect-kit-loader": "^1.1.0", - "@subwallet_connect/common": "^1.0.1", + "@subwallet_connect/common": "^1.0.2", "@walletconnect/client": "^1.8.0", "@walletconnect/ethereum-provider": "2.11.0", "@walletconnect/modal": "2.6.1", "rxjs": "^7.5.2" - } + }, + "author": "" } diff --git a/packages/ledgerPolkadot/package.json b/packages/ledgerPolkadot/package.json index 6b86b45a9..40a57cbbb 100644 --- a/packages/ledgerPolkadot/package.json +++ b/packages/ledgerPolkadot/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet_connect/ledgerpolkadot", - "version": "1.0.2", + "version": "1.0.4", "description": "Ledger hardware wallet module for connecting to Web3-Onboard. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardized spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.", "keywords": [ "Ethereum", @@ -36,11 +36,13 @@ ], "repository": { "type": "git", - "url": "https://github.com/blocknative/web3-onboard.git", + "url": "git+https://github.com/blocknative/web3-onboard.git", "directory": "packages/ledgerPolkadot" }, "homepage": "https://onboard.blocknative.com", - "bugs": "https://github.com/blocknative/web3-onboard/issues", + "bugs": { + "url": "https://github.com/blocknative/web3-onboard/issues" + }, "module": "dist/index.js", "browser": "dist/index.js", "main": "dist/index.js", @@ -64,10 +66,7 @@ "@ethersproject/providers": "5.5.0", "@shapeshiftoss/hdwallet-core": "v1.52.6", "@shapeshiftoss/hdwallet-ledger": "v1.52.2", - "@walletconnect/client": "^1.8.0", - "@walletconnect/ethereum-provider": "2.9.1", - "@walletconnect/modal": "2.6.1", - "@subwallet_connect/common": "^1.0.1", + "@subwallet_connect/common": "^1.0.2", "@polkadot/hw-ledger": "^12.6.2", "buffer": "^6.0.3", "https-browserify": "^1.0.0", @@ -77,6 +76,7 @@ "rxjs": "^7.5.2", "stream": "^0.0.2", "stream-browserify": "^3.0.0", - "@subwallet_connect/hw-common" : "^1.0.2" - } + "@subwallet_connect/hw-common": "^1.0.3" + }, + "author": "" } diff --git a/packages/magic/package.json b/packages/magic/package.json index 3e63989fe..80d9582f2 100644 --- a/packages/magic/package.json +++ b/packages/magic/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet_connect/magic", - "version": "1.0.1", + "version": "1.0.2", "description": "Magic SDK wallet module for connecting to Web3-Onboard. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.", "keywords": [ "Ethereum", @@ -35,11 +35,13 @@ ], "repository": { "type": "git", - "url": "https://github.com/blocknative/web3-onboard.git", + "url": "git+https://github.com/blocknative/web3-onboard.git", "directory": "packages/magic" }, "homepage": "https://onboard.blocknative.com", - "bugs": "https://github.com/blocknative/web3-onboard/issues", + "bugs": { + "url": "https://github.com/blocknative/web3-onboard/issues" + }, "scripts": { "build": "rollup -c", "dev": "rollup -c -w", @@ -80,9 +82,10 @@ "typescript": "^4.5.5" }, "dependencies": { - "@subwallet_connect/common": "^1.0.1", + "@subwallet_connect/common": "^1.0.2", "joi": "17.9.1", "magic-sdk": "^8.1.0", "rxjs": "^7.5.2" - } + }, + "author": "" } diff --git a/packages/metamask/package.json b/packages/metamask/package.json index 7d4529036..fd6eac61e 100644 --- a/packages/metamask/package.json +++ b/packages/metamask/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet_connect/metamask", - "version": "1.0.0", + "version": "1.0.1", "description": "MetaMask SDK wallet module for connecting to Web3-Onboard. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.", "keywords": [ "Ethereum", @@ -35,11 +35,13 @@ ], "repository": { "type": "git", - "url": "https://github.com/blocknative/web3-onboard.git", + "url": "git+https://github.com/blocknative/web3-onboard.git", "directory": "packages/metamask" }, "homepage": "https://onboard.blocknative.com", - "bugs": "https://github.com/blocknative/web3-onboard/issues", + "bugs": { + "url": "https://github.com/blocknative/web3-onboard/issues" + }, "module": "dist/index.js", "browser": "dist/index.js", "main": "dist/index.js", @@ -61,6 +63,7 @@ }, "dependencies": { "@metamask/sdk": "^0.13.0", - "@subwallet_connect/common": "^1.0.1" - } + "@subwallet_connect/common": "^1.0.2" + }, + "author": "" } diff --git a/packages/mew-wallet/package.json b/packages/mew-wallet/package.json index f82ef5f45..bcbe10428 100644 --- a/packages/mew-wallet/package.json +++ b/packages/mew-wallet/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet_connect/mew-wallet", - "version": "1.0.0", + "version": "1.0.1", "description": "MEW (MyEtherWallet) Wallet SDK wallet module for connecting to Web3-Onboard. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.", "keywords": [ "Ethereum", @@ -36,11 +36,13 @@ ], "repository": { "type": "git", - "url": "https://github.com/blocknative/web3-onboard.git", + "url": "git+https://github.com/blocknative/web3-onboard.git", "directory": "packages/core" }, "homepage": "https://www.blocknative.com/onboard", - "bugs": "https://github.com/blocknative/web3-onboard/issues", + "bugs": { + "url": "https://github.com/blocknative/web3-onboard/issues" + }, "module": "dist/index.js", "browser": "dist/index.js", "main": "dist/index.js", @@ -64,7 +66,8 @@ "window": "^4.2.7" }, "dependencies": { - "@subwallet_connect/common": "^1.0.1", + "@subwallet_connect/common": "^1.0.2", "lodash.uniqby": "^4.7.0" - } + }, + "author": "" } diff --git a/packages/mew/package.json b/packages/mew/package.json index d84449b50..d70eb6048 100644 --- a/packages/mew/package.json +++ b/packages/mew/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet_connect/mew", - "version": "1.0.0", + "version": "1.0.1", "description": "(DEPRECATED. Use @web3-onboard/mew-wallet instead) MEW (My Ether Wallet) SDK wallet module for connecting to Web3-Onboard. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.", "keywords": [ "Ethereum", @@ -33,11 +33,13 @@ ], "repository": { "type": "git", - "url": "https://github.com/blocknative/web3-onboard.git", + "url": "git+https://github.com/blocknative/web3-onboard.git", "directory": "packages/mew" }, "homepage": "https://onboard.blocknative.com", - "bugs": "https://github.com/blocknative/web3-onboard/issues", + "bugs": { + "url": "https://github.com/blocknative/web3-onboard/issues" + }, "module": "dist/index.js", "browser": "dist/index.js", "main": "dist/index.js", @@ -59,7 +61,8 @@ "@myetherwallet/mewconnect-web-client": "^2.2.0-beta.14" }, "dependencies": { - "@subwallet_connect/common": "^1.0.1", + "@subwallet_connect/common": "^1.0.2", "rxjs": "^7.5.2" - } + }, + "author": "" } diff --git a/packages/phantom/package.json b/packages/phantom/package.json index 686a50fbf..0eea8f255 100644 --- a/packages/phantom/package.json +++ b/packages/phantom/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet_connect/phantom", - "version": "1.0.0", + "version": "1.0.1", "description": "Phantom wallet module for connecting to Web3-Onboard. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardized spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.", "keywords": [ "Ethereum", @@ -36,11 +36,13 @@ ], "repository": { "type": "git", - "url": "https://github.com/blocknative/web3-onboard.git", + "url": "git+https://github.com/blocknative/web3-onboard.git", "directory": "packages/core" }, "homepage": "https://onboard.blocknative.com", - "bugs": "https://github.com/blocknative/web3-onboard/issues", + "bugs": { + "url": "https://github.com/blocknative/web3-onboard/issues" + }, "module": "dist/index.js", "browser": "dist/index.js", "main": "dist/index.js", @@ -59,6 +61,7 @@ "typescript": "^4.5.5" }, "dependencies": { - "@subwallet_connect/common": "^1.0.1" - } + "@subwallet_connect/common": "^1.0.2" + }, + "author": "" } diff --git a/packages/portis/package.json b/packages/portis/package.json index 8952b36de..46f0969ca 100644 --- a/packages/portis/package.json +++ b/packages/portis/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet_connect/portis", - "version": "1.0.0", + "version": "1.0.1", "description": "Portis SDK wallet module for connecting to Web3-Onboard. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.", "keywords": [ "Ethereum", @@ -33,11 +33,13 @@ ], "repository": { "type": "git", - "url": "https://github.com/blocknative/web3-onboard.git", + "url": "git+https://github.com/blocknative/web3-onboard.git", "directory": "packages/portis" }, "homepage": "https://onboard.blocknative.com", - "bugs": "https://github.com/blocknative/web3-onboard/issues", + "bugs": { + "url": "https://github.com/blocknative/web3-onboard/issues" + }, "module": "dist/index.js", "browser": "dist/index.js", "main": "dist/index.js", @@ -57,6 +59,7 @@ }, "dependencies": { "@portis/web3": "^4.0.6", - "@subwallet_connect/common": "^1.0.1" - } + "@subwallet_connect/common": "^1.0.2" + }, + "author": "" } diff --git a/packages/react/package.json b/packages/react/package.json index 5a8679ea7..84a869c1e 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet_connect/react", - "version": "1.0.4", + "version": "1.1.3", "description": "A collection of React hooks for integrating Web3-Onboard in to React and Next.js projects. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.", "keywords": [ "Ethereum", @@ -64,8 +64,8 @@ "typescript": "^4.5.5" }, "dependencies": { - "@subwallet_connect/common": "^1.0.1", - "@subwallet_connect/core": "^1.1.1", + "@subwallet_connect/common": "^1.0.2", + "@subwallet_connect/core": "^1.1.4", "use-sync-external-store": "^1.0.0" }, "peerDependencies": { diff --git a/packages/sequence/package.json b/packages/sequence/package.json index 9290e0276..eae7cb09f 100644 --- a/packages/sequence/package.json +++ b/packages/sequence/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet_connect/sequence", - "version": "1.0.0", + "version": "1.0.1", "description": "Sequence is the smartest Web3 wallet. Easy, fun and secure.", "keywords": [ "Ethereum", @@ -56,7 +56,7 @@ "typescript": "^4.5.5" }, "dependencies": { - "@web3-onboard/common": "^2.3.3", + "@subwallet_connect/common": "^1.0.2", "0xsequence": "^0.43.1" }, "peerDependencies": { diff --git a/packages/taho/package.json b/packages/taho/package.json index 8961ce478..c0b848504 100644 --- a/packages/taho/package.json +++ b/packages/taho/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet_connect/taho", - "version": "1.0.0", + "version": "1.0.1", "description": "Taho SDK wallet module for connecting to Web3-Onboard. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.", "keywords": [ "Ethereum", @@ -38,11 +38,13 @@ ], "repository": { "type": "git", - "url": "https://github.com/blocknative/web3-onboard.git", + "url": "git+https://github.com/blocknative/web3-onboard.git", "directory": "packages/core" }, "homepage": "https://onboard.blocknative.com", - "bugs": "https://github.com/blocknative/web3-onboard/issues", + "bugs": { + "url": "https://github.com/blocknative/web3-onboard/issues" + }, "module": "dist/index.js", "browser": "dist/index.js", "main": "dist/index.js", @@ -66,8 +68,9 @@ "window": "^4.2.7" }, "dependencies": { - "@subwallet_connect/common": "^1.0.1", + "@subwallet_connect/common": "^1.0.2", "tallyho-detect-provider": "^1.0.0", "tallyho-onboarding": "^1.0.2" - } + }, + "author": "" } diff --git a/packages/tallyho/package.json b/packages/tallyho/package.json index 344468484..560191be5 100644 --- a/packages/tallyho/package.json +++ b/packages/tallyho/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet_connect/tallyho", - "version": "1.0.0", + "version": "1.0.1", "description": "(DEPRECATED. Use @web3-onboard/taho instead) Tally Ho (now named Taho Wallet) SDK wallet module for connecting to Web3-Onboard. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.", "keywords": [ "Ethereum", @@ -36,11 +36,13 @@ ], "repository": { "type": "git", - "url": "https://github.com/blocknative/web3-onboard.git", + "url": "git+https://github.com/blocknative/web3-onboard.git", "directory": "packages/core" }, "homepage": "https://onboard.blocknative.com", - "bugs": "https://github.com/blocknative/web3-onboard/issues", + "bugs": { + "url": "https://github.com/blocknative/web3-onboard/issues" + }, "module": "dist/index.js", "browser": "dist/index.js", "main": "dist/index.js", @@ -64,8 +66,9 @@ "window": "^4.2.7" }, "dependencies": { - "@subwallet_connect/common": "^1.0.1", + "@subwallet_connect/common": "^1.0.2", "tallyho-detect-provider": "^1.0.0", "tallyho-onboarding": "^1.0.2" - } + }, + "author": "" } diff --git a/packages/torus/package.json b/packages/torus/package.json index 3475db7b0..55fc610f8 100644 --- a/packages/torus/package.json +++ b/packages/torus/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet_connect/torus", - "version": "1.0.0", + "version": "1.0.1", "description": "Torus SDK wallet module for connecting to Web3-Onboard. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardized spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.", "keywords": [ "Ethereum", @@ -34,11 +34,13 @@ ], "repository": { "type": "git", - "url": "https://github.com/blocknative/web3-onboard.git", + "url": "git+https://github.com/blocknative/web3-onboard.git", "directory": "packages/torus" }, "homepage": "https://onboard.blocknative.com", - "bugs": "https://github.com/blocknative/web3-onboard/issues", + "bugs": { + "url": "https://github.com/blocknative/web3-onboard/issues" + }, "module": "dist/index.js", "browser": "dist/index.js", "main": "dist/index.js", @@ -58,6 +60,7 @@ }, "dependencies": { "@toruslabs/torus-embed": "2.2.9", - "@subwallet_connect/common": "^1.0.1" - } + "@subwallet_connect/common": "^1.0.2" + }, + "author": "" } diff --git a/packages/transaction-preview/package.json b/packages/transaction-preview/package.json index 1a3b1b206..9a317294b 100644 --- a/packages/transaction-preview/package.json +++ b/packages/transaction-preview/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet_connect/transaction-preview", - "version": "1.0.1", + "version": "1.0.2", "description": "In app preview of Ethereum transactions", "keywords": [ "Ethereum", @@ -35,11 +35,13 @@ ], "repository": { "type": "git", - "url": "https://github.com/blocknative/web3-onboard.git", + "url": "git+https://github.com/blocknative/web3-onboard.git", "directory": "packages/transaction-preview" }, "homepage": "https://onboard.blocknative.com", - "bugs": "https://github.com/blocknative/web3-onboard/issues", + "bugs": { + "url": "https://github.com/blocknative/web3-onboard/issues" + }, "scripts": { "build": "rollup -c", "dev": "rollup -c -w", @@ -80,12 +82,13 @@ "typescript": "^4.5.5" }, "dependencies": { - "@subwallet_connect/common": "^1.0.1", + "@subwallet_connect/common": "^1.0.2", "bnc-sdk": "^4.6.7", "bowser": "^2.11.0", "joi": "17.9.1", "rxjs": "^7.5.2", "svelte": "^3.49.0", "svelte-i18n": "^3.3.13" - } + }, + "author": "" } diff --git a/packages/trezor/package.json b/packages/trezor/package.json index bfa44d2be..163db56d3 100644 --- a/packages/trezor/package.json +++ b/packages/trezor/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet_connect/trezor", - "version": "1.0.1", + "version": "1.0.2", "description": "Trezor hardware wallet module for connecting to Web3-Onboard. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.", "keywords": [ "Ethereum", @@ -35,11 +35,13 @@ ], "repository": { "type": "git", - "url": "https://github.com/blocknative/web3-onboard.git", + "url": "git+https://github.com/blocknative/web3-onboard.git", "directory": "packages/trezor" }, "homepage": "https://onboard.blocknative.com", - "bugs": "https://github.com/blocknative/web3-onboard/issues", + "bugs": { + "url": "https://github.com/blocknative/web3-onboard/issues" + }, "module": "dist/index.js", "browser": "dist/index.js", "main": "dist/index.js", @@ -60,12 +62,13 @@ "dependencies": { "@ethereumjs/tx": "^3.4.0", "@ethersproject/providers": "^5.5.0", - "@subwallet_connect/common": "^1.0.1", - "@subwallet_connect/hw-common": "^1.0.2", + "@subwallet_connect/common": "^1.0.2", + "@subwallet_connect/hw-common": "^1.0.3", "buffer": "^6.0.3", "eth-crypto": "^2.1.0", "ethereumjs-util": "^7.1.3", "hdkey": "^2.0.1", "@trezor/connect-web": "^9.0.11" - } + }, + "author": "" } diff --git a/packages/trust/package.json b/packages/trust/package.json index 13059185d..1fa524506 100644 --- a/packages/trust/package.json +++ b/packages/trust/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet_connect/trust", - "version": "1.0.0", + "version": "1.0.1", "description": "Trust Wallet SDK wallet module for connecting to Web3-Onboard. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardized spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.", "keywords": [ "Ethereum", @@ -37,11 +37,13 @@ ], "repository": { "type": "git", - "url": "https://github.com/blocknative/web3-onboard.git", + "url": "git+https://github.com/blocknative/web3-onboard.git", "directory": "packages/trust" }, "homepage": "https://www.blocknative.com/onboard", - "bugs": "https://github.com/blocknative/web3-onboard/issues", + "bugs": { + "url": "https://github.com/blocknative/web3-onboard/issues" + }, "module": "dist/index.js", "browser": "dist/index.js", "main": "dist/index.js", @@ -61,6 +63,7 @@ "typescript": "^4.5.5" }, "dependencies": { - "@subwallet_connect/common": "^1.0.1" - } + "@subwallet_connect/common": "^1.0.2" + }, + "author": "" } diff --git a/packages/uauth/package.json b/packages/uauth/package.json index 15350b861..0640347e2 100644 --- a/packages/uauth/package.json +++ b/packages/uauth/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet_connect/uauth", - "version": "1.0.0", + "version": "1.0.2", "description": "Unstoppable Domains module for connecting to Web3-Onboard. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.", "keywords": [ "Ethereum", @@ -38,11 +38,13 @@ ], "repository": { "type": "git", - "url": "https://github.com/blocknative/web3-onboard.git", + "url": "git+https://github.com/blocknative/web3-onboard.git", "directory": "packages/uauth" }, "homepage": "https://onboard.blocknative.com", - "bugs": "https://github.com/blocknative/web3-onboard/issues", + "bugs": { + "url": "https://github.com/blocknative/web3-onboard/issues" + }, "module": "dist/index.js", "browser": "dist/index.js", "main": "dist/index.js", @@ -68,8 +70,9 @@ "@walletconnect/ethereum-provider": "2.9.1", "@walletconnect/modal": "2.6.1", "@walletconnect/qrcode-modal": "^1.8.0", - "@subwallet_connect/common": "^1.0.1", + "@subwallet_connect/common": "^1.0.2", "joi": "17.9.1", "rxjs": "^7.5.2" - } + }, + "author": "" } diff --git a/packages/unstoppable-resolution/package.json b/packages/unstoppable-resolution/package.json index 212a15f0a..b27fc9151 100644 --- a/packages/unstoppable-resolution/package.json +++ b/packages/unstoppable-resolution/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet_connect/unstoppable-resolution", - "version": "1.0.1", + "version": "1.0.3", "description": "Adds Unstoppable Domain resolution for a wallet address, similar to ENS resolution", "keywords": [ "Unstoppable Domain", @@ -9,11 +9,13 @@ ], "repository": { "type": "git", - "url": "https://github.com/blocknative/web3-onboard.git", + "url": "git+https://github.com/blocknative/web3-onboard.git", "directory": "packages/unstoppable-resolution" }, "homepage": "https://onboard.blocknative.com", - "bugs": "https://github.com/blocknative/web3-onboard/issues", + "bugs": { + "url": "https://github.com/blocknative/web3-onboard/issues" + }, "module": "dist/index.js", "typings": "dist/index.d.ts", "browser": "dist/index.js", @@ -29,10 +31,11 @@ }, "license": "MIT", "devDependencies": { - "@subwallet_connect/common": "^1.0.1", + "@subwallet_connect/common": "^1.0.2", "typescript": "^4.5.5" }, "dependencies": { "@unstoppabledomains/resolution": "^8.0" - } + }, + "author": "" } diff --git a/packages/venly/package.json b/packages/venly/package.json index c38e88f59..9209c2753 100644 --- a/packages/venly/package.json +++ b/packages/venly/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet_connect/venly", - "version": "1.0.0", + "version": "1.0.1", "description": "Venly wallet module for connecting to Web3-Onboard. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.", "keywords": [ "Ethereum", @@ -22,11 +22,13 @@ ], "repository": { "type": "git", - "url": "https://github.com/blocknative/web3-onboard.git", + "url": "git+https://github.com/blocknative/web3-onboard.git", "directory": "packages/venly" }, "homepage": "https://onboard.blocknative.com", - "bugs": "https://github.com/blocknative/web3-onboard/issues", + "bugs": { + "url": "https://github.com/blocknative/web3-onboard/issues" + }, "module": "dist/index.js", "browser": "dist/index.js", "main": "dist/index.js", @@ -46,6 +48,7 @@ }, "dependencies": { "@venly/web3-provider": "^3.1.1", - "@subwallet_connect/common": "^1.0.1" - } + "@subwallet_connect/common": "^1.0.2" + }, + "author": "" } diff --git a/packages/walletconnect/package.json b/packages/walletconnect/package.json index 36d67ca03..f608cba6a 100644 --- a/packages/walletconnect/package.json +++ b/packages/walletconnect/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet_connect/walletconnect", - "version": "1.0.9", + "version": "1.1.0", "description": "WalletConnect SDK module for connecting to Web3-Onboard. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.", "keywords": [ "Ethereum", @@ -35,11 +35,13 @@ ], "repository": { "type": "git", - "url": "https://github.com/blocknative/web3-onboard.git", + "url": "git+https://github.com/blocknative/web3-onboard.git", "directory": "packages/walletconnect" }, "homepage": "https://onboard.blocknative.com", - "bugs": "https://github.com/blocknative/web3-onboard/issues", + "bugs": { + "url": "https://github.com/blocknative/web3-onboard/issues" + }, "module": "dist/index.js", "browser": "dist/index.js", "main": "dist/index.js", @@ -59,11 +61,12 @@ "@walletconnect/types": "^2.9.0" }, "dependencies": { - "@subwallet_connect/common": "^1.0.1", + "@subwallet_connect/common": "^1.0.2", "@walletconnect/ethereum-provider": "^2.11.0", "@walletconnect/modal": "^2.6.2", "@walletconnect/universal-provider": "^2.11.0", "joi": "17.9.1", "rxjs": "^7.5.2" - } + }, + "author": "" } diff --git a/packages/walletconnectPolkadot/package.json b/packages/walletconnectPolkadot/package.json index ffae4a6ae..9bc1baa54 100644 --- a/packages/walletconnectPolkadot/package.json +++ b/packages/walletconnectPolkadot/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet_connect/walletconnect-polkadot", - "version": "1.0.9", + "version": "1.1.0", "description": "WalletConnect SDK module for connecting to Web3-Onboard. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.", "keywords": [ "Ethereum", @@ -59,7 +59,7 @@ "@walletconnect/types": "^2.9.0" }, "dependencies": { - "@subwallet_connect/common": "^1.0.1", + "@subwallet_connect/common": "^1.0.2", "@walletconnect/universal-provider": "^2.11.0", "joi": "17.9.1", "rxjs": "^7.5.2" diff --git a/packages/walletlink/package.json b/packages/walletlink/package.json index 44d3da9df..271537ae8 100644 --- a/packages/walletlink/package.json +++ b/packages/walletlink/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet_connect/walletlink", - "version": "1.0.0", + "version": "1.0.1", "description": "(DEPRECATED. Use @web3-onboard/coinbase instead) WalletLink SDK wallet module for connecting to Web3-Onboard. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.", "keywords": [ "Ethereum", @@ -58,7 +58,7 @@ "typescript": "^4.5.5" }, "dependencies": { - "@subwallet_connect/common": "^1.0.1", + "@subwallet_connect/common": "^1.0.2", "walletlink": "^2.5.0" } } diff --git a/packages/web3auth/package.json b/packages/web3auth/package.json index 702cb125b..3d489a16f 100644 --- a/packages/web3auth/package.json +++ b/packages/web3auth/package.json @@ -1,6 +1,6 @@ { "name": "@subwallet_connect/web3auth", - "version": "1.0.0", + "version": "1.0.1", "description": "Web3Auth SDK wallet module for connecting to Web3-Onboard. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.", "keywords": [ "Ethereum", @@ -57,7 +57,7 @@ "typescript": "^4.5.5" }, "dependencies": { - "@subwallet_connect/common": "^1.0.1", + "@subwallet_connect/common": "^1.0.2", "@solana/web3.js": "^1.73.0", "@web3auth/base": "^5.0.1", "@web3auth/modal": "^5.0.1", diff --git a/packages/xdefi/package.json b/packages/xdefi/package.json index d5d5d2a84..a1f57e6a4 100644 --- a/packages/xdefi/package.json +++ b/packages/xdefi/package.json @@ -64,6 +64,6 @@ "window": "^4.2.7" }, "dependencies": { - "@subwallet_connect/common": "^1.0.1" + "@subwallet_connect/common": "^1.0.2" } } diff --git a/packages/zeal/package.json b/packages/zeal/package.json index 1c580b07b..85a241310 100644 --- a/packages/zeal/package.json +++ b/packages/zeal/package.json @@ -54,6 +54,6 @@ "window": "^4.2.7" }, "dependencies": { - "@subwallet_connect/common": "^1.0.1" + "@subwallet_connect/common": "^1.0.2" } }