@tern-secure/auth 1.1.0-canary.v20251202162458 → 1.1.0-canary.v20251202172616
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/ternsecure.browser.js +2 -2
- package/dist/ternsecure.js +2 -2
- package/dist/ternsecure.mjs +2 -2
- package/dist/types/resources/SignIn.d.ts +1 -1
- package/package.json +3 -3
- /package/dist/{492_ternsecure_70c009_1.1.0-canary.v20251202162458.js → 492_ternsecure_b3ae3a_1.1.0-canary.v20251202172616.js} +0 -0
- /package/dist/{687_ternsecure_70c009_1.1.0-canary.v20251202162458.js → 687_ternsecure_b3ae3a_1.1.0-canary.v20251202172616.js} +0 -0
- /package/dist/{68_ternsecure_70c009_1.1.0-canary.v20251202162458.js → 68_ternsecure_b3ae3a_1.1.0-canary.v20251202172616.js} +0 -0
- /package/dist/{framework_ternsecure_70c009_1.1.0-canary.v20251202162458.js → framework_ternsecure_b3ae3a_1.1.0-canary.v20251202172616.js} +0 -0
- /package/dist/{signin_ternsecure_70c009_1.1.0-canary.v20251202162458.css → signin_ternsecure_b3ae3a_1.1.0-canary.v20251202172616.css} +0 -0
- /package/dist/{signin_ternsecure_70c009_1.1.0-canary.v20251202162458.js → signin_ternsecure_b3ae3a_1.1.0-canary.v20251202172616.js} +0 -0
- /package/dist/{signup_ternsecure_70c009_1.1.0-canary.v20251202162458.css → signup_ternsecure_b3ae3a_1.1.0-canary.v20251202172616.css} +0 -0
- /package/dist/{signup_ternsecure_70c009_1.1.0-canary.v20251202162458.js → signup_ternsecure_b3ae3a_1.1.0-canary.v20251202172616.js} +0 -0
- /package/dist/{ui-common_ternsecure_70c009_1.1.0-canary.v20251202162458.js → ui-common_ternsecure_b3ae3a_1.1.0-canary.v20251202172616.js} +0 -0
- /package/dist/{userbutton_ternsecure_70c009_1.1.0-canary.v20251202162458.js → userbutton_ternsecure_b3ae3a_1.1.0-canary.v20251202172616.js} +0 -0
- /package/dist/{vendors_ternsecure_70c009_1.1.0-canary.v20251202162458.js → vendors_ternsecure_b3ae3a_1.1.0-canary.v20251202172616.js} +0 -0
|
@@ -36,7 +36,7 @@ export declare class SignIn extends TernSecureBase implements SignInResource {
|
|
|
36
36
|
withCredential: (params: SignInPasswordParams) => Promise<void>;
|
|
37
37
|
authenticateWithSocialProvider: (provider: SupportedProvider, options?: SocialProviderOptions) => Promise<SignInResponse>;
|
|
38
38
|
completeMfaSignIn: (_mfaToken: string, _mfaContext?: any) => Promise<SignInResponse>;
|
|
39
|
-
sendPasswordResetEmail: (email: string) => Promise<
|
|
39
|
+
sendPasswordResetEmail: (email: string) => Promise<SignInResource>;
|
|
40
40
|
private resendEmailVerification;
|
|
41
41
|
attemptEmailVerification: (options?: {
|
|
42
42
|
url?: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tern-secure/auth",
|
|
3
|
-
"version": "1.1.0-canary.
|
|
3
|
+
"version": "1.1.0-canary.v20251202172616",
|
|
4
4
|
"description": "Firebase authentication client ready to use functions",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
"tailwindcss-animate": "^1.0.7",
|
|
32
32
|
"tslib": "2.8.1",
|
|
33
33
|
"tw-animate-css": "^1.3.3",
|
|
34
|
-
"@tern-secure/shared": "1.3.0-canary.
|
|
35
|
-
"@tern-secure/types": "1.1.0-canary.
|
|
34
|
+
"@tern-secure/shared": "1.3.0-canary.v20251202172616",
|
|
35
|
+
"@tern-secure/types": "1.1.0-canary.v20251202172616"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@radix-ui/react-avatar": "^1.1.11",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|