@ovineko/spa-guard 0.0.1-alpha-15 → 0.0.1-alpha-16

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.
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  dismissSpinner
3
- } from "./chunk-GX53Q5PJ.js";
3
+ } from "./chunk-6C6OARM7.js";
4
4
  import {
5
5
  getOptions
6
- } from "./chunk-5DL34VAS.js";
6
+ } from "./chunk-KUC22DET.js";
7
7
  import {
8
8
  getLogger
9
9
  } from "./chunk-MDTTXXMB.js";
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  defaultSpinnerHtml,
3
3
  getOptions
4
- } from "./chunk-5DL34VAS.js";
4
+ } from "./chunk-KUC22DET.js";
5
5
 
6
6
  // src/common/spinner.ts
7
7
  var SPINNER_ID = "__spa-guard-spinner";
@@ -5,10 +5,10 @@ import {
5
5
  import {
6
6
  attemptReload,
7
7
  isChunkError
8
- } from "./chunk-76Z5U6HR.js";
8
+ } from "./chunk-R2J3MNUG.js";
9
9
  import {
10
10
  getOptions
11
- } from "./chunk-5DL34VAS.js";
11
+ } from "./chunk-KUC22DET.js";
12
12
  import {
13
13
  emitEvent,
14
14
  isDefaultRetryEnabled,
@@ -3,7 +3,7 @@ import {
3
3
  } from "./chunk-EDRTFPCN.js";
4
4
  import {
5
5
  __export
6
- } from "./chunk-4VNS5WPM.js";
6
+ } from "./chunk-MLKGABMK.js";
7
7
 
8
8
  // src/common/options.ts
9
9
  var options_exports = {};
@@ -0,0 +1,9 @@
1
+ var __defProp = Object.defineProperty;
2
+ var __export = (target, all) => {
3
+ for (var name in all)
4
+ __defProp(target, name, { get: all[name], enumerable: true });
5
+ };
6
+
7
+ export {
8
+ __export
9
+ };
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  getOptions
3
- } from "./chunk-5DL34VAS.js";
3
+ } from "./chunk-KUC22DET.js";
4
4
  import {
5
5
  FORCE_RETRY_MAGIC,
6
6
  clearLastReloadTime,
@@ -9,12 +9,12 @@ import {
9
9
  sendBeacon,
10
10
  shouldForceRetry,
11
11
  shouldIgnoreMessages
12
- } from "./chunk-76Z5U6HR.js";
12
+ } from "./chunk-R2J3MNUG.js";
13
13
  import {
14
14
  defaultErrorFallbackHtml,
15
15
  defaultLoadingFallbackHtml,
16
16
  getOptions
17
- } from "./chunk-5DL34VAS.js";
17
+ } from "./chunk-KUC22DET.js";
18
18
  import {
19
19
  getRetryInfoForBeacon
20
20
  } from "./chunk-MDTTXXMB.js";
@@ -10,11 +10,11 @@ import {
10
10
  sendBeacon,
11
11
  shouldForceRetry,
12
12
  shouldIgnoreMessages
13
- } from "../chunk-76Z5U6HR.js";
13
+ } from "../chunk-R2J3MNUG.js";
14
14
  import {
15
15
  getOptions,
16
16
  options_exports
17
- } from "../chunk-5DL34VAS.js";
17
+ } from "../chunk-KUC22DET.js";
18
18
  import {
19
19
  ForceRetryError,
20
20
  disableDefaultRetry,
@@ -34,7 +34,7 @@ import "../chunk-EDRTFPCN.js";
34
34
  import "../chunk-RP52SPBK.js";
35
35
  import {
36
36
  __export
37
- } from "../chunk-4VNS5WPM.js";
37
+ } from "../chunk-MLKGABMK.js";
38
38
 
39
39
  // src/common/events/index.ts
40
40
  var events_exports = {};
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  name
3
3
  } from "../chunk-RP52SPBK.js";
4
- import "../chunk-4VNS5WPM.js";
4
+ import "../chunk-MLKGABMK.js";
5
5
 
6
6
  // src/eslint/rules/no-direct-error-boundary.ts
7
7
  var BANNED_SOURCE = "react-error-boundary";
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  name
10
10
  } from "../chunk-RP52SPBK.js";
11
- import "../chunk-4VNS5WPM.js";
11
+ import "../chunk-MLKGABMK.js";
12
12
 
13
13
  // src/fastify/index.ts
14
14
  import fp from "fastify-plugin";
@@ -2,7 +2,7 @@ import {
2
2
  matchLang,
3
3
  translations
4
4
  } from "../chunk-HLRUA3T2.js";
5
- import "../chunk-4VNS5WPM.js";
5
+ import "../chunk-MLKGABMK.js";
6
6
  export {
7
7
  matchLang,
8
8
  translations
@@ -55,5 +55,4 @@ export declare function escapeAttr(str: string): string;
55
55
  *
56
56
  * English without custom translations is a no-op (returns unchanged HTML).
57
57
  */
58
- export declare function patchHtmlI18n2(options: PatchHtmlI18nOptions): string;
59
58
  export declare function patchHtmlI18n(options: PatchHtmlI18nOptions): string;