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 1
1
{
2
2
"name" : " @web3-onboard/coinbase" ,
3
- "version" : " 2.0.2-alpha.1 " ,
3
+ "version" : " 2.0.2" ,
4
4
"description" : " Coinbase Wallet module for web3-onboard" ,
5
5
"module" : " dist/index.js" ,
6
6
"browser" : " dist/index.js" ,
20
20
"typescript" : " ^4.5.5"
21
21
},
22
22
"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 "
25
25
}
26
26
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @web3-onboard/common" ,
3
- "version" : " 2.0.9-alpha.1 " ,
3
+ "version" : " 2.0.9" ,
4
4
"scripts" : {
5
5
"build" : " rollup -c" ,
6
6
"dev" : " rollup -c -w" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @web3-onboard/core" ,
3
- "version" : " 2.2.8-alpha.1 " ,
3
+ "version" : " 2.2.8" ,
4
4
"scripts" : {
5
5
"build" : " rollup -c" ,
6
6
"dev" : " rollup -c -w" ,
18
18
"type" : " module" ,
19
19
"license" : " MIT" ,
20
20
"devDependencies" : {
21
+ "@rollup-extras/plugin-copy" : " ~1.2.2" ,
21
22
"@rollup/plugin-json" : " ^4.1.0" ,
22
23
"@rollup/plugin-node-resolve" : " ^11.0.0" ,
23
24
"@rollup/plugin-replace" : " ^3.0.0" ,
24
25
"@rollup/plugin-typescript" : " ^8.0.0" ,
25
- "@rollup-extras/plugin-copy" : " ~1.2.2" ,
26
26
"@tsconfig/svelte" : " ^2.0.0" ,
27
27
"@types/lodash.merge" : " ^4.6.6" ,
28
28
"@types/lodash.partition" : " ^4.6.6" ,
41
41
"typescript" : " ^4.5.5"
42
42
},
43
43
"dependencies" : {
44
- "@web3-onboard/common" : " ^2.0.7-alpha.1 " ,
44
+ "@web3-onboard/common" : " ^2.0.7" ,
45
45
"bowser" : " ^2.11.0" ,
46
46
"ethers" : " 5.5.3" ,
47
47
"eventemitter3" : " ^4.0.7" ,
48
48
"joi" : " 17.6.0" ,
49
49
"lodash.merge" : " ^4.6.2" ,
50
50
"lodash.partition" : " ^4.6.0" ,
51
51
"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 "
54
54
}
55
55
}
Original file line number Diff line number Diff line change 22
22
"webpack-dev-server" : " 4.7.4"
23
23
},
24
24
"dependencies" : {
25
+ "@web3-onboard/coinbase" : " ^2.0.0" ,
25
26
"@web3-onboard/core" : " ^2.2.7" ,
26
27
"@web3-onboard/fortmatic" : " ^2.0.2" ,
27
28
"@web3-onboard/gnosis" : " ^2.0.1" ,
28
29
"@web3-onboard/injected-wallets" : " ^2.0.5" ,
29
30
"@web3-onboard/keepkey" : " ^2.0.1" ,
30
31
"@web3-onboard/keystone" : " ^2.0.1" ,
31
32
"@web3-onboard/ledger" : " ^2.0.1" ,
33
+ "@web3-onboard/magic" : " ^2.0.1" ,
32
34
"@web3-onboard/portis" : " ^2.0.0" ,
33
35
"@web3-onboard/torus" : " ^2.0.1" ,
34
36
"@web3-onboard/trezor" : " ^2.0.2" ,
35
37
"@web3-onboard/walletconnect" : " ^2.0.1" ,
36
- "@web3-onboard/coinbase" : " ^2.0.0" ,
37
- "@web3-onboard/magic" : " ^2.0.1" ,
38
38
"vconsole" : " ^3.9.5"
39
39
},
40
40
"license" : " MIT" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @web3-onboard/fortmatic" ,
3
- "version" : " 2.0.2-alpha.1 " ,
3
+ "version" : " 2.0.2" ,
4
4
"description" : " Fortmatic module for web3-onboard" ,
5
5
"module" : " dist/index.js" ,
6
6
"browser" : " dist/index.js" ,
20
20
"typescript" : " ^4.5.5"
21
21
},
22
22
"dependencies" : {
23
- "@web3-onboard/common" : " ^2.0.7-alpha.1 " ,
23
+ "@web3-onboard/common" : " ^2.0.7" ,
24
24
"fortmatic" : " ^2.2.1"
25
25
}
26
26
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @web3-onboard/gnosis" ,
3
- "version" : " 2.0.1-alpha.1 " ,
3
+ "version" : " 2.0.1" ,
4
4
"description" : " Gnosis module for web3-onboard" ,
5
5
"module" : " dist/index.js" ,
6
6
"browser" : " dist/index.js" ,
21
21
"typescript" : " ^4.5.5"
22
22
},
23
23
"dependencies" : {
24
- "@web3-onboard/common" : " ^2.0.7-alpha.1" ,
25
24
"@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"
27
27
}
28
28
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @web3-onboard/injected-wallets" ,
3
- "version" : " 2.0.6-alpha.1 " ,
3
+ "version" : " 2.0.6" ,
4
4
"description" : " Injected wallets module for web3-onboard" ,
5
5
"module" : " dist/index.js" ,
6
6
"browser" : " dist/index.js" ,
20
20
"@ethersproject/providers" : " ^5.5.0" ,
21
21
"@types/lodash.uniqby" : " ^4.7.6" ,
22
22
"@types/node" : " ^17.0.21" ,
23
- "typescript" : " ^4.5.5" ,
24
23
"ts-node" : " ^10.2.1" ,
24
+ "typescript" : " ^4.5.5" ,
25
25
"window" : " ^4.2.7"
26
26
},
27
27
"dependencies" : {
28
- "@web3-onboard/common" : " ^2.0.7-alpha.1 " ,
28
+ "@web3-onboard/common" : " ^2.0.7" ,
29
29
"joi" : " ^17.4.2" ,
30
30
"lodash.uniqby" : " ^4.7.0"
31
31
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @web3-onboard/keepkey" ,
3
- "version" : " 2.0.3-alpha.1 " ,
3
+ "version" : " 2.0.3" ,
4
4
"description" : " KeepKey module for web3-onboard" ,
5
5
"module" : " dist/index.js" ,
6
6
"browser" : " dist/index.js" ,
24
24
"typescript" : " ^4.5.5"
25
25
},
26
26
"dependencies" : {
27
- "@web3-onboard/common" : " ^2.0.7-alpha.1" ,
28
27
"@ethersproject/providers" : " ^5.5.0" ,
29
28
"@shapeshiftoss/hdwallet-core" : " ^1.15.2" ,
30
29
"@shapeshiftoss/hdwallet-keepkey-webusb" : " ^1.15.2" ,
30
+ "@web3-onboard/common" : " ^2.0.7" ,
31
31
"ethereumjs-util" : " ^7.1.3"
32
32
}
33
33
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @web3-onboard/keystone" ,
3
- "version" : " 2.0.3-alpha.1 " ,
3
+ "version" : " 2.0.3" ,
4
4
"description" : " Keystone module for web3-onboard" ,
5
5
"module" : " dist/index.js" ,
6
6
"typings" : " dist/index.d.ts" ,
18
18
"typescript" : " ^4.5.5"
19
19
},
20
20
"dependencies" : {
21
- "@web3-onboard/common" : " ^2.0.7-alpha.1" ,
22
21
"@ethereumjs/tx" : " ^3.4.0" ,
23
22
"@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"
25
25
}
26
26
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @web3-onboard/ledger" ,
3
- "version" : " 2.0.4-alpha.1 " ,
3
+ "version" : " 2.0.4" ,
4
4
"description" : " Ledger module for web3-onboard" ,
5
5
"module" : " dist/index.js" ,
6
6
"browser" : " dist/index.js" ,
21
21
"typescript" : " ^4.5.5"
22
22
},
23
23
"dependencies" : {
24
- "@web3-onboard/common" : " ^2.0.7-alpha.1" ,
25
24
"@ethereumjs/tx" : " ^3.4.0" ,
26
25
"@ethersproject/providers" : " ^5.5.0" ,
27
26
"@ledgerhq/hw-app-eth" : " ^6.19.0" ,
28
27
"@ledgerhq/hw-transport-u2f" : " ^5.36.0-deprecated" ,
29
28
"@ledgerhq/hw-transport-webusb" : " ^6.19.0" ,
30
29
"@metamask/eth-sig-util" : " ^4.0.0" ,
30
+ "@web3-onboard/common" : " ^2.0.7" ,
31
31
"buffer" : " ^6.0.3" ,
32
32
"ethereumjs-util" : " ^7.1.3"
33
33
}
You can’t perform that action at this time.
0 commit comments