File tree Expand file tree Collapse file tree 15 files changed +30
-30
lines changed Expand file tree Collapse file tree 15 files changed +30
-30
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @web3-onboard/common" ,
3
- "version" : " 2.0.0-alpha.4 " ,
3
+ "version" : " 2.0.0" ,
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.0.0-alpha.6 " ,
3
+ "version" : " 2.0.0" ,
4
4
"scripts" : {
5
5
"build" : " rollup -c" ,
6
6
"dev" : " rollup -c -w" ,
40
40
"typescript" : " ^4.5.5"
41
41
},
42
42
"dependencies" : {
43
- "@web3-onboard/common" : " ^2.0.0-alpha.4 " ,
43
+ "@web3-onboard/common" : " ^2.0.0" ,
44
44
"bowser" : " ^2.11.0" ,
45
45
"ethers" : " 5.5.3" ,
46
46
"eventemitter3" : " ^4.0.7" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @web3-onboard/fortmatic" ,
3
- "version" : " 2.0.0-alpha.4 " ,
3
+ "version" : " 2.0.0" ,
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.0-alpha.4 " ,
23
+ "@web3-onboard/common" : " ^2.0.0" ,
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.0-alpha.4 " ,
3
+ "version" : " 2.0.0" ,
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.0-alpha.4 " ,
24
+ "@web3-onboard/common" : " ^2.0.0" ,
25
25
"@gnosis.pm/safe-apps-provider" : " ^0.9.2" ,
26
26
"@gnosis.pm/safe-apps-sdk" : " ^6.1.1"
27
27
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @web3-onboard/injected-wallets" ,
3
- "version" : " 2.0.0-alpha.5 " ,
3
+ "version" : " 2.0.0" ,
4
4
"description" : " Injected wallets module for web3-onboard" ,
5
5
"module" : " dist/index.js" ,
6
6
"browser" : " dist/index.js" ,
30
30
"window" : " ^4.2.7"
31
31
},
32
32
"dependencies" : {
33
- "@web3-onboard/common" : " ^2.0.0-alpha.4 " ,
33
+ "@web3-onboard/common" : " ^2.0.0" ,
34
34
"joi" : " ^17.4.2" ,
35
35
"lodash.uniqby" : " ^4.7.0"
36
36
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @web3-onboard/keepkey" ,
3
- "version" : " 2.0.0-alpha.4 " ,
3
+ "version" : " 2.0.0" ,
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.0-alpha.4 " ,
27
+ "@web3-onboard/common" : " ^2.0.0" ,
28
28
"@ethersproject/providers" : " ^5.5.0" ,
29
29
"@shapeshiftoss/hdwallet-core" : " ^1.15.2" ,
30
30
"@shapeshiftoss/hdwallet-keepkey-webusb" : " ^1.15.2" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @web3-onboard/keystone" ,
3
- "version" : " 2.0.0-alpha.4 " ,
3
+ "version" : " 2.0.0" ,
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.0-alpha.4 " ,
21
+ "@web3-onboard/common" : " ^2.0.0" ,
22
22
"@ethereumjs/common" : " ^2.6.1" ,
23
23
"@ethereumjs/tx" : " ^3.4.0" ,
24
24
"@ethersproject/providers" : " ^5.5.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @web3-onboard/ledger" ,
3
- "version" : " 2.0.0-alpha.4 " ,
3
+ "version" : " 2.0.0" ,
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.0-alpha.4 " ,
24
+ "@web3-onboard/common" : " ^2.0.0" ,
25
25
"@ethereumjs/common" : " ^2.6.1" ,
26
26
"@ethereumjs/tx" : " ^3.4.0" ,
27
27
"@ethersproject/providers" : " ^5.5.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @web3-onboard/mew" ,
3
- "version" : " 2.0.0-alpha.4 " ,
3
+ "version" : " 2.0.0" ,
4
4
"description" : " MEW module for web3-onboard" ,
5
5
"module" : " dist/index.js" ,
6
6
"browser" : " dist/index.js" ,
23
23
"@myetherwallet/mewconnect-web-client" : " ^2.2.0-beta.14"
24
24
},
25
25
"dependencies" : {
26
- "@web3-onboard/common" : " ^2.0.0-alpha.4 " ,
26
+ "@web3-onboard/common" : " ^2.0.0" ,
27
27
"rxjs" : " ^7.5.2"
28
28
}
29
29
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @web3-onboard/portis" ,
3
- "version" : " 2.0.0-alpha.4 " ,
3
+ "version" : " 2.0.0" ,
4
4
"description" : " Portis 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.0-alpha.4 " ,
23
+ "@web3-onboard/common" : " ^2.0.0" ,
24
24
"@portis/web3" : " ^4.0.6"
25
25
}
26
26
}
You can’t perform that action at this time.
0 commit comments