File tree Expand file tree Collapse file tree 4 files changed +13
-11
lines changed Expand file tree Collapse file tree 4 files changed +13
-11
lines changed Original file line number Diff line number Diff line change @@ -904,7 +904,7 @@ workflows:
904904 - build-blocto :
905905 << : *deploy_production_filters
906906 - build-staging-blocto :
907- << : *deploy_staging_filters
907+ << : *deploy_staging_filters
908908 venly :
909909 jobs :
910910 - build-venly :
Original file line number Diff line number Diff line change 1313 "type-check" : " tsc --noEmit"
1414 },
1515 "dependencies" : {
16- "@arcana/auth" : " ^1.0.6"
16+ "@arcana/auth" : " ^1.0.6" ,
17+ "@web3-onboard/common" : " 2.3.3"
1718 },
1819 "devDependencies" : {
1920 "typescript" : " ^5.1.6"
Original file line number Diff line number Diff line change 11import { createEIP1193Provider , WalletInit } from '@web3-onboard/common'
2- import icon from './icon'
2+ import icon from './icon.js '
33import type { ConstructorParams } from '@arcana/auth/types'
44
55export default function ( opts : {
@@ -17,6 +17,7 @@ export default function (opts: {
1717 const instance = new AuthProvider ( opts . clientID , opts . params )
1818 await instance . init ( )
1919 return new Promise ( ( resolve , reject ) => {
20+ // @ts -ignore
2021 instance . provider . once ( 'connect' , ( ) => {
2122 resolve ( {
2223 provider : createEIP1193Provider ( instance . provider ) ,
Original file line number Diff line number Diff line change 154154 resolved "https://registry.yarnpkg.com/@apocentre/alias-sampling/-/alias-sampling-0.5.3.tgz#897ff181b48ad7b2bcb4ecf29400214888244f08"
155155 integrity sha512-7UDWIIF9hIeJqfKXkNIzkVandlwLf1FWTSdrb9iXvOP8oF544JRXQjCbiTmCv2c9n44n/FIWtehhBfNuAx2CZA==
156156
157- "@arcana/auth@^1.0.3 ":
158- version "1.0.3 "
159- resolved "https://registry.yarnpkg.com/@arcana/auth/-/auth-1.0.3 .tgz#10008e95e9c43b5bafaf9a35ae8261c028975619 "
160- integrity sha512-Ab6UoxqlsruzWZ3XPBL8jdfrW2GmU7F4dec7Qic/L6jePQTxjOkSkXqrTnZ8Zo4Ew3A/6r6j/8HcjbgFAyBoBQ ==
157+ "@arcana/auth@^1.0.6 ":
158+ version "1.0.6 "
159+ resolved "https://registry.yarnpkg.com/@arcana/auth/-/auth-1.0.6 .tgz#6b84a37e600b56c54651634debc11c8a01d3e129 "
160+ integrity sha512-wJ/qP6bZcJR/U3YUtGWNF359grRjPoILrRYn4jix7zlguhY34Yc27NFhsDwq7yrgnPQYa4lLz6uOZf0pDOHbgA ==
161161 dependencies:
162162 "@metamask/safe-event-emitter" "^2.0.0"
163163 eth-rpc-errors "^4.0.3"
@@ -12159,10 +12159,10 @@ typescript@^4.6.2:
1215912159 resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.4.tgz#caa78bbc3a59e6a5c510d35703f6a09877ce45e9"
1216012160 integrity sha512-9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg==
1216112161
12162- typescript@^5.0.4 :
12163- version "5.0.4 "
12164- resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.4 .tgz#b217fd20119bd61a94d4011274e0ab369058da3b "
12165- integrity sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw ==
12162+ typescript@^5.1.6 :
12163+ version "5.1.6 "
12164+ resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.1.6 .tgz#02f8ac202b6dad2c0dd5e0913745b47a37998274 "
12165+ integrity sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA ==
1216612166
1216712167uint8arrays@^3.0.0, uint8arrays@^3.1.0:
1216812168 version "3.1.1"
You can’t perform that action at this time.
0 commit comments