Skip to content

Commit aef46dd

Browse files
authored
Revert "Update Arcana Auth SDK version (#1860)"
This reverts commit e851635.
1 parent e851635 commit aef46dd

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

packages/arcana-auth/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3-onboard/arcana-auth",
3-
"version": "2.0.0-alpha.2",
3+
"version": "2.0.0-alpha.1",
44
"license": "MIT",
55
"description": "Arcana wallet is a built-in, secure Web3 wallet that users can access instantly when logging into an app integrated with the Arcana Auth SDK. It offers a customizable interface that can be branded to match the app's style. Users don't need to generate or manage cryptographic keys or remember passphrases. The wallet uses advanced distributed key generation, giving users full control over their wallets while onboarding Web3 apps using familiar Web2 authentication methods. It is user-friendly, secure, and puts users in control of their Web3 experience.",
66
"private": false,
@@ -13,7 +13,7 @@
1313
"type-check": "tsc --noEmit"
1414
},
1515
"dependencies": {
16-
"@arcana/auth": "^1.0.7",
16+
"@arcana/auth": "^1.0.6",
1717
"@web3-onboard/common": "2.3.3"
1818
},
1919
"devDependencies": {

packages/arcana-auth/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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: 4 additions & 4 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.7":
158-
version "1.0.7"
159-
resolved "https://registry.yarnpkg.com/@arcana/auth/-/auth-1.0.7.tgz#58ed216b3e7a9cbea4ce64ce638b56f8739003e0"
160-
integrity sha512-QSbVntohr0iTRJ/+FHYulNAC1agooNJXJOotNTnR75hXUMy1w5DNluvxCpEwa0gToyaKWmjqw3zVW4D7UoWtRw==
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"

0 commit comments

Comments
 (0)