Skip to content

Commit 170cd0c

Browse files
leightktAdamj1232
andauthored
update arcana package and yarn (#1858)
* update arcana package and yarn * fix spacing in config * try update spacing * reset spacing on config * update ci branch for test * add ts-ignore * reset config to develop * add file extension to icon --------- Co-authored-by: Adam Carpenter <[email protected]>
1 parent c3d99f8 commit 170cd0c

File tree

4 files changed

+13
-11
lines changed

4 files changed

+13
-11
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

packages/arcana-auth/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
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"

packages/arcana-auth/src/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { createEIP1193Provider, WalletInit } from '@web3-onboard/common'
2-
import icon from './icon'
2+
import icon from './icon.js'
33
import type { ConstructorParams } from '@arcana/auth/types'
44

55
export 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),

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -154,10 +154,10 @@
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

1216712167
uint8arrays@^3.0.0, uint8arrays@^3.1.0:
1216812168
version "3.1.1"

0 commit comments

Comments
 (0)