File tree Expand file tree Collapse file tree 4 files changed +14
-12
lines changed Expand file tree Collapse file tree 4 files changed +14
-12
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @web3-onboard/core" ,
3
- "version" : " 2.4.0-alpha.3 " ,
3
+ "version" : " 2.4.0-alpha.4 " ,
4
4
"repository" : " blocknative/web3-onboard" ,
5
5
"scripts" : {
6
6
"build" : " rollup -c" ,
Original file line number Diff line number Diff line change @@ -171,13 +171,15 @@ const initOptions = Joi.object({
171
171
} )
172
172
173
173
const connectOptions = Joi . object ( {
174
- autoSelect : [
175
- Joi . object ( {
176
- label : Joi . string ( ) . required ( ) ,
177
- disableModals : Joi . boolean ( )
178
- } ) ,
179
- Joi . string ( )
180
- ]
174
+ autoSelect : Joi . alternatives ( )
175
+ . try (
176
+ Joi . object ( {
177
+ label : Joi . string ( ) . required ( ) ,
178
+ disableModals : Joi . boolean ( )
179
+ } ) ,
180
+ Joi . string ( )
181
+ )
182
+ . required ( )
181
183
} )
182
184
183
185
const disconnectOptions = Joi . object ( {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @web3-onboard/react" ,
3
- "version" : " 2.2.3-alpha.1 " ,
3
+ "version" : " 2.2.3-alpha.2 " ,
4
4
"description" : " Collection of React Hooks for web3-onboard" ,
5
5
"repository" : " blocknative/web3-onboard" ,
6
6
"module" : " dist/index.js" ,
24
24
"typescript" : " ^4.5.5"
25
25
},
26
26
"dependencies" : {
27
- "@web3-onboard/core" : " ^2.4.0-alpha.3 " ,
27
+ "@web3-onboard/core" : " ^2.4.0-alpha.4 " ,
28
28
"@web3-onboard/common" : " ^2.1.4" ,
29
29
"use-sync-external-store" : " 1.0.0"
30
30
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @web3-onboard/vue" ,
3
- "version" : " 2.1.3-alpha.1 " ,
3
+ "version" : " 2.1.3-alpha.2 " ,
4
4
"description" : " Vue Composable for web3-onboard" ,
5
5
"repository" : " blocknative/web3-onboard" ,
6
6
"module" : " dist/index.js" ,
25
25
"@vueuse/core" : " ^8.4.2" ,
26
26
"@vueuse/rxjs" : " ^8.2.0" ,
27
27
"@web3-onboard/common" : " ^2.1.4" ,
28
- "@web3-onboard/core" : " ^2.4.0-alpha.3 " ,
28
+ "@web3-onboard/core" : " ^2.4.0-alpha.4 " ,
29
29
"vue-demi" : " ^0.12.4"
30
30
},
31
31
"peerDependencies" : {
You can’t perform that action at this time.
0 commit comments