@faable/auth-js 1.3.4 → 1.3.5

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.
@@ -0,0 +1,5 @@
1
+ import { FaableAuthClient } from "../FaableAuthClient";
2
+ import { Session, User } from "../lib/types";
3
+ import { AuthError } from "../lib/errors";
4
+ import { createClient } from "../createClient";
5
+ export { Session, User, FaableAuthClient, AuthError, createClient };
@@ -1,4 +1,4 @@
1
1
  declare const win: (Window & typeof globalThis) | undefined;
2
2
  export declare const document: Document;
3
3
  export { win as window };
4
- export declare const fetch: any;
4
+ export declare const fetch: typeof globalThis.fetch;
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @faable/auth-js v1.3.4
2
+ * @faable/auth-js v1.3.5
3
3
  * (c) 2025
4
4
  * @license SEE LICENSE.md
5
5
  */