@supabase/gotrue-js 2.23.0 → 2.24.0

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.
@@ -30,7 +30,7 @@ const DEFAULT_OPTIONS = {
30
30
  flowType: 'implicit',
31
31
  };
32
32
  /** Current session will be checked for refresh at this interval. */
33
- const AUTO_REFRESH_TICK_DURATION = 10 * 1000;
33
+ const AUTO_REFRESH_TICK_DURATION = 30 * 1000;
34
34
  /**
35
35
  * A token refresh will be attempted this many ticks before the current session expires. */
36
36
  const AUTO_REFRESH_TICK_THRESHOLD = 3;
@@ -1,2 +1,2 @@
1
- export declare const version = "2.23.0";
1
+ export declare const version = "2.24.0";
2
2
  //# sourceMappingURL=version.d.ts.map
@@ -2,5 +2,5 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.version = void 0;
4
4
  // Generated by genversion.
5
- exports.version = '2.23.0';
5
+ exports.version = '2.24.0';
6
6
  //# sourceMappingURL=version.js.map
@@ -25,7 +25,7 @@ const DEFAULT_OPTIONS = {
25
25
  flowType: 'implicit',
26
26
  };
27
27
  /** Current session will be checked for refresh at this interval. */
28
- const AUTO_REFRESH_TICK_DURATION = 10 * 1000;
28
+ const AUTO_REFRESH_TICK_DURATION = 30 * 1000;
29
29
  /**
30
30
  * A token refresh will be attempted this many ticks before the current session expires. */
31
31
  const AUTO_REFRESH_TICK_THRESHOLD = 3;
@@ -1,2 +1,2 @@
1
- export declare const version = "2.23.0";
1
+ export declare const version = "2.24.0";
2
2
  //# sourceMappingURL=version.d.ts.map
@@ -1,3 +1,3 @@
1
1
  // Generated by genversion.
2
- export const version = '2.23.0';
2
+ export const version = '2.24.0';
3
3
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@supabase/gotrue-js",
3
- "version": "2.23.0",
3
+ "version": "2.24.0",
4
4
  "description": "Isomorphic GoTrue client",
5
5
  "keywords": [
6
6
  "gotrue",
@@ -83,7 +83,7 @@ const DEFAULT_OPTIONS: Omit<Required<GoTrueClientOptions>, 'fetch' | 'storage'>
83
83
  }
84
84
 
85
85
  /** Current session will be checked for refresh at this interval. */
86
- const AUTO_REFRESH_TICK_DURATION = 10 * 1000
86
+ const AUTO_REFRESH_TICK_DURATION = 30 * 1000
87
87
 
88
88
  /**
89
89
  * A token refresh will be attempted this many ticks before the current session expires. */
@@ -1,2 +1,2 @@
1
1
  // Generated by genversion.
2
- export const version = '2.23.0'
2
+ export const version = '2.24.0'