@feathery/react 2.4.10 → 2.4.12
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/auth/internal/AuthIntegrationInterface.d.ts +1 -1
- package/dist/auth/internal/AuthIntegrationInterface.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/integrations/firebase.d.ts +1 -0
- package/dist/integrations/firebase.d.ts.map +1 -1
- package/dist/utils/init.d.ts.map +1 -1
- package/package.json +1 -1
- package/umd/index.js +1 -1
|
@@ -15,7 +15,7 @@ declare function initializeAuthClientListeners(): void;
|
|
|
15
15
|
* This function fires when the idle timer goes off. It either extends the auth
|
|
16
16
|
* session or performs logout actions
|
|
17
17
|
*/
|
|
18
|
-
declare function idleTimerAction(hasAuthed: boolean, logoutActions: () => void): void
|
|
18
|
+
declare function idleTimerAction(hasAuthed: boolean, logoutActions: () => void): Promise<void>;
|
|
19
19
|
declare const _default: {
|
|
20
20
|
isHrefMagicLink: typeof isHrefMagicLink;
|
|
21
21
|
inferLoginOnLoad: typeof inferLoginOnLoad;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AuthIntegrationInterface.d.ts","sourceRoot":"","sources":["../../../src/auth/internal/AuthIntegrationInterface.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"AuthIntegrationInterface.d.ts","sourceRoot":"","sources":["../../../src/auth/internal/AuthIntegrationInterface.ts"],"names":[],"mappings":"AAkBA,OAAO,cAAc,MAAM,4BAA4B,CAAC;AAUxD,iBAAS,eAAe,IAAI,OAAO,CAKlC;AAED,iBAAS,gBAAgB,CAAC,cAAc,EAAE,cAAc,4BAQvD;AAED,iBAAS,wBAAwB,IAAI,OAAO,CAE3C;AAED,iBAAe,eAAe,kBAW7B;AAED,iBAAS,OAAO,CAAC,QAAQ,EAAE,MAAM,EAAE,cAAc,EAAE,GAAG,OAqBrD;AAED,iBAAS,YAAY,CAAC,MAAM,EAAE;IAC5B,QAAQ,EAAE,MAAM,CAAC;IACjB,cAAc,EAAE,GAAG,CAAC;CACrB,GAAG,OAAO,CAAC,GAAG,CAAC,CAIf;AAED,iBAAS,aAAa,CAAC,KAAK,EAAE,MAAM,OAQnC;AAED,iBAAS,aAAa,CAAC,SAAS,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,GAAG,4BAGrD;AAED,iBAAS,6BAA6B,SA6BrC;AAED;;;GAGG;AACH,iBAAe,eAAe,CAAC,SAAS,EAAE,OAAO,EAAE,aAAa,EAAE,MAAM,IAAI,iBAW3E;;;;;;;;;;;;;AAED,wBAWE"}
|