File tree Expand file tree Collapse file tree 17 files changed +46
-46
lines changed Expand file tree Collapse file tree 17 files changed +46
-46
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @web3-onboard/coinbase" ,
3- "version" : " 2.0.2-alpha.1 " ,
3+ "version" : " 2.0.2" ,
44 "description" : " Coinbase Wallet module for web3-onboard" ,
55 "module" : " dist/index.js" ,
66 "browser" : " dist/index.js" ,
2020 "typescript" : " ^4.5.5"
2121 },
2222 "dependencies" : {
23- "@web3-onboard/common " : " ^2 .0.7-alpha.1 " ,
24- "@coinbase/wallet-sdk " : " ^3 .0.5 "
23+ "@coinbase/wallet-sdk " : " ^3 .0.5 " ,
24+ "@web3-onboard/common " : " ^2 .0.7 "
2525 }
2626}
Original file line number Diff line number Diff line change 11{
22 "name" : " @web3-onboard/common" ,
3- "version" : " 2.0.9-alpha.1 " ,
3+ "version" : " 2.0.9" ,
44 "scripts" : {
55 "build" : " rollup -c" ,
66 "dev" : " rollup -c -w" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @web3-onboard/core" ,
3- "version" : " 2.2.8-alpha.1 " ,
3+ "version" : " 2.2.8" ,
44 "scripts" : {
55 "build" : " rollup -c" ,
66 "dev" : " rollup -c -w" ,
1818 "type" : " module" ,
1919 "license" : " MIT" ,
2020 "devDependencies" : {
21+ "@rollup-extras/plugin-copy" : " ~1.2.2" ,
2122 "@rollup/plugin-json" : " ^4.1.0" ,
2223 "@rollup/plugin-node-resolve" : " ^11.0.0" ,
2324 "@rollup/plugin-replace" : " ^3.0.0" ,
2425 "@rollup/plugin-typescript" : " ^8.0.0" ,
25- "@rollup-extras/plugin-copy" : " ~1.2.2" ,
2626 "@tsconfig/svelte" : " ^2.0.0" ,
2727 "@types/lodash.merge" : " ^4.6.6" ,
2828 "@types/lodash.partition" : " ^4.6.6" ,
4141 "typescript" : " ^4.5.5"
4242 },
4343 "dependencies" : {
44- "@web3-onboard/common" : " ^2.0.7-alpha.1 " ,
44+ "@web3-onboard/common" : " ^2.0.7" ,
4545 "bowser" : " ^2.11.0" ,
4646 "ethers" : " 5.5.3" ,
4747 "eventemitter3" : " ^4.0.7" ,
4848 "joi" : " 17.6.0" ,
4949 "lodash.merge" : " ^4.6.2" ,
5050 "lodash.partition" : " ^4.6.0" ,
5151 "rxjs" : " ^7.5.2" ,
52- "svelte-i18n " : " ^3.3.13 " ,
53- "svelte" : " ^3.46.4 "
52+ "svelte" : " ^3.46.4 " ,
53+ "svelte-i18n " : " ^3.3.13 "
5454 }
5555}
Original file line number Diff line number Diff line change 2222 "webpack-dev-server" : " 4.7.4"
2323 },
2424 "dependencies" : {
25+ "@web3-onboard/coinbase" : " ^2.0.0" ,
2526 "@web3-onboard/core" : " ^2.2.7" ,
2627 "@web3-onboard/fortmatic" : " ^2.0.2" ,
2728 "@web3-onboard/gnosis" : " ^2.0.1" ,
2829 "@web3-onboard/injected-wallets" : " ^2.0.5" ,
2930 "@web3-onboard/keepkey" : " ^2.0.1" ,
3031 "@web3-onboard/keystone" : " ^2.0.1" ,
3132 "@web3-onboard/ledger" : " ^2.0.1" ,
33+ "@web3-onboard/magic" : " ^2.0.1" ,
3234 "@web3-onboard/portis" : " ^2.0.0" ,
3335 "@web3-onboard/torus" : " ^2.0.1" ,
3436 "@web3-onboard/trezor" : " ^2.0.2" ,
3537 "@web3-onboard/walletconnect" : " ^2.0.1" ,
36- "@web3-onboard/coinbase" : " ^2.0.0" ,
37- "@web3-onboard/magic" : " ^2.0.1" ,
3838 "vconsole" : " ^3.9.5"
3939 },
4040 "license" : " MIT" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @web3-onboard/fortmatic" ,
3- "version" : " 2.0.2-alpha.1 " ,
3+ "version" : " 2.0.2" ,
44 "description" : " Fortmatic module for web3-onboard" ,
55 "module" : " dist/index.js" ,
66 "browser" : " dist/index.js" ,
2020 "typescript" : " ^4.5.5"
2121 },
2222 "dependencies" : {
23- "@web3-onboard/common" : " ^2.0.7-alpha.1 " ,
23+ "@web3-onboard/common" : " ^2.0.7" ,
2424 "fortmatic" : " ^2.2.1"
2525 }
2626}
Original file line number Diff line number Diff line change 11{
22 "name" : " @web3-onboard/gnosis" ,
3- "version" : " 2.0.1-alpha.1 " ,
3+ "version" : " 2.0.1" ,
44 "description" : " Gnosis module for web3-onboard" ,
55 "module" : " dist/index.js" ,
66 "browser" : " dist/index.js" ,
2121 "typescript" : " ^4.5.5"
2222 },
2323 "dependencies" : {
24- "@web3-onboard/common" : " ^2.0.7-alpha.1" ,
2524 "@gnosis.pm/safe-apps-provider" : " ^0.9.2" ,
26- "@gnosis.pm/safe-apps-sdk" : " ^6.1.1"
25+ "@gnosis.pm/safe-apps-sdk" : " ^6.1.1" ,
26+ "@web3-onboard/common" : " ^2.0.7"
2727 }
2828}
Original file line number Diff line number Diff line change 11{
22 "name" : " @web3-onboard/injected-wallets" ,
3- "version" : " 2.0.6-alpha.1 " ,
3+ "version" : " 2.0.6" ,
44 "description" : " Injected wallets module for web3-onboard" ,
55 "module" : " dist/index.js" ,
66 "browser" : " dist/index.js" ,
2020 "@ethersproject/providers" : " ^5.5.0" ,
2121 "@types/lodash.uniqby" : " ^4.7.6" ,
2222 "@types/node" : " ^17.0.21" ,
23- "typescript" : " ^4.5.5" ,
2423 "ts-node" : " ^10.2.1" ,
24+ "typescript" : " ^4.5.5" ,
2525 "window" : " ^4.2.7"
2626 },
2727 "dependencies" : {
28- "@web3-onboard/common" : " ^2.0.7-alpha.1 " ,
28+ "@web3-onboard/common" : " ^2.0.7" ,
2929 "joi" : " ^17.4.2" ,
3030 "lodash.uniqby" : " ^4.7.0"
3131 }
Original file line number Diff line number Diff line change 11{
22 "name" : " @web3-onboard/keepkey" ,
3- "version" : " 2.0.3-alpha.1 " ,
3+ "version" : " 2.0.3" ,
44 "description" : " KeepKey module for web3-onboard" ,
55 "module" : " dist/index.js" ,
66 "browser" : " dist/index.js" ,
2424 "typescript" : " ^4.5.5"
2525 },
2626 "dependencies" : {
27- "@web3-onboard/common" : " ^2.0.7-alpha.1" ,
2827 "@ethersproject/providers" : " ^5.5.0" ,
2928 "@shapeshiftoss/hdwallet-core" : " ^1.15.2" ,
3029 "@shapeshiftoss/hdwallet-keepkey-webusb" : " ^1.15.2" ,
30+ "@web3-onboard/common" : " ^2.0.7" ,
3131 "ethereumjs-util" : " ^7.1.3"
3232 }
3333}
Original file line number Diff line number Diff line change 11{
22 "name" : " @web3-onboard/keystone" ,
3- "version" : " 2.0.3-alpha.1 " ,
3+ "version" : " 2.0.3" ,
44 "description" : " Keystone module for web3-onboard" ,
55 "module" : " dist/index.js" ,
66 "typings" : " dist/index.d.ts" ,
1818 "typescript" : " ^4.5.5"
1919 },
2020 "dependencies" : {
21- "@web3-onboard/common" : " ^2.0.7-alpha.1" ,
2221 "@ethereumjs/tx" : " ^3.4.0" ,
2322 "@ethersproject/providers" : " ^5.5.0" ,
24- "@keystonehq/eth-keyring" : " ^0.11.2-alpha.2"
23+ "@keystonehq/eth-keyring" : " ^0.11.2-alpha.2" ,
24+ "@web3-onboard/common" : " ^2.0.7"
2525 }
2626}
Original file line number Diff line number Diff line change 11{
22 "name" : " @web3-onboard/ledger" ,
3- "version" : " 2.0.4-alpha.1 " ,
3+ "version" : " 2.0.4" ,
44 "description" : " Ledger module for web3-onboard" ,
55 "module" : " dist/index.js" ,
66 "browser" : " dist/index.js" ,
2121 "typescript" : " ^4.5.5"
2222 },
2323 "dependencies" : {
24- "@web3-onboard/common" : " ^2.0.7-alpha.1" ,
2524 "@ethereumjs/tx" : " ^3.4.0" ,
2625 "@ethersproject/providers" : " ^5.5.0" ,
2726 "@ledgerhq/hw-app-eth" : " ^6.19.0" ,
2827 "@ledgerhq/hw-transport-u2f" : " ^5.36.0-deprecated" ,
2928 "@ledgerhq/hw-transport-webusb" : " ^6.19.0" ,
3029 "@metamask/eth-sig-util" : " ^4.0.0" ,
30+ "@web3-onboard/common" : " ^2.0.7" ,
3131 "buffer" : " ^6.0.3" ,
3232 "ethereumjs-util" : " ^7.1.3"
3333 }
You can’t perform that action at this time.
0 commit comments