@imtbl/passport 2.7.1-alpha.1 → 2.7.1-alpha.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/types/types.d.ts +1 -1
- package/package.json +7 -7
package/dist/types/types.d.ts
CHANGED
|
@@ -158,7 +158,7 @@ export declare enum MarketingConsentStatus {
|
|
|
158
158
|
Unsubscribed = "unsubscribed"
|
|
159
159
|
}
|
|
160
160
|
export type DirectLoginOptions = {
|
|
161
|
-
marketingConsentStatus
|
|
161
|
+
marketingConsentStatus: MarketingConsentStatus;
|
|
162
162
|
} & ({
|
|
163
163
|
directLoginMethod: 'email';
|
|
164
164
|
email: string;
|
package/package.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@imtbl/passport",
|
|
3
3
|
"description": "Passport module for Immutable SDK",
|
|
4
|
-
"version": "2.7.1-alpha.
|
|
4
|
+
"version": "2.7.1-alpha.3",
|
|
5
5
|
"author": "Immutable",
|
|
6
6
|
"bugs": "https://github.com/immutable/ts-immutable-sdk/issues",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@0xsequence/abi": "^2.0.25",
|
|
9
9
|
"@0xsequence/core": "^2.0.25",
|
|
10
|
-
"@imtbl/config": "2.7.1-alpha.
|
|
11
|
-
"@imtbl/generated-clients": "2.7.1-alpha.
|
|
12
|
-
"@imtbl/metrics": "2.7.1-alpha.
|
|
13
|
-
"@imtbl/toolkit": "2.7.1-alpha.
|
|
14
|
-
"@imtbl/x-client": "2.7.1-alpha.
|
|
15
|
-
"@imtbl/x-provider": "2.7.1-alpha.
|
|
10
|
+
"@imtbl/config": "2.7.1-alpha.3",
|
|
11
|
+
"@imtbl/generated-clients": "2.7.1-alpha.3",
|
|
12
|
+
"@imtbl/metrics": "2.7.1-alpha.3",
|
|
13
|
+
"@imtbl/toolkit": "2.7.1-alpha.3",
|
|
14
|
+
"@imtbl/x-client": "2.7.1-alpha.3",
|
|
15
|
+
"@imtbl/x-provider": "2.7.1-alpha.3",
|
|
16
16
|
"@magic-ext/oidc": "12.0.5",
|
|
17
17
|
"@magic-sdk/provider": "^29.0.5",
|
|
18
18
|
"@metamask/detect-provider": "^2.0.0",
|