@getsupertab/supertab-js 3.8.0 → 3.8.1

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.
@@ -261,6 +261,7 @@ declare interface AuthData {
261
261
 
262
262
  declare class AuthProvider {
263
263
  private authConfig;
264
+ private refreshPromise;
264
265
  constructor(authConfig: AuthConfig);
265
266
  get authData(): AuthData | null;
266
267
  set authData(authData: AuthData);
@@ -1,4 +1,4 @@
1
- import { S as e } from "./supertab-BEEp9nTQ.js";
1
+ import { S as e } from "./supertab-CmqdzhDi.js";
2
2
  export {
3
3
  e as Supertab
4
4
  };
package/package.json CHANGED
@@ -22,7 +22,7 @@
22
22
  "engines": {
23
23
  "node": ">=22.13.1"
24
24
  },
25
- "version": "3.8.0",
25
+ "version": "3.8.1",
26
26
  "type": "module",
27
27
  "scripts": {
28
28
  "dev": "vite --config .vite/vite.dev.config.ts",