@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.
- package/dist/{chunk-LYIATXVB.js → chunk-66KR5VAA.js} +2 -2
- package/dist/{chunk-GX53Q5PJ.js → chunk-6C6OARM7.js} +1 -1
- package/dist/{chunk-GI4YEEMG.js → chunk-AQ5RZR63.js} +2 -2
- package/dist/{chunk-5DL34VAS.js → chunk-KUC22DET.js} +1 -1
- package/dist/chunk-MLKGABMK.js +9 -0
- package/dist/{chunk-76Z5U6HR.js → chunk-R2J3MNUG.js} +1 -1
- package/dist/{chunk-ANPHYFKF.js → chunk-RR4LFTYF.js} +2 -2
- package/dist/common/index.js +3 -3
- package/dist/eslint/index.js +1 -1
- package/dist/fastify/index.js +1 -1
- package/dist/i18n/index.js +1 -1
- package/dist/node/index.d.ts +0 -1
- package/dist/node/index.js +15 -65980
- package/dist/react/index.js +6 -6
- package/dist/react-error-boundary/index.js +7 -7
- package/dist/react-router/index.js +7 -7
- package/dist/runtime/debug/index.js +1 -1
- package/dist/runtime/index.js +4 -4
- package/dist/schema/index.js +1 -1
- package/dist/schema/parse.js +1 -1
- package/dist/vite-plugin/index.js +3 -3
- package/package.json +1 -1
- package/dist/chunk-4VNS5WPM.js +0 -42
|
@@ -5,10 +5,10 @@ import {
|
|
|
5
5
|
import {
|
|
6
6
|
attemptReload,
|
|
7
7
|
isChunkError
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-R2J3MNUG.js";
|
|
9
9
|
import {
|
|
10
10
|
getOptions
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-KUC22DET.js";
|
|
12
12
|
import {
|
|
13
13
|
emitEvent,
|
|
14
14
|
isDefaultRetryEnabled,
|
|
@@ -9,12 +9,12 @@ import {
|
|
|
9
9
|
sendBeacon,
|
|
10
10
|
shouldForceRetry,
|
|
11
11
|
shouldIgnoreMessages
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-R2J3MNUG.js";
|
|
13
13
|
import {
|
|
14
14
|
defaultErrorFallbackHtml,
|
|
15
15
|
defaultLoadingFallbackHtml,
|
|
16
16
|
getOptions
|
|
17
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-KUC22DET.js";
|
|
18
18
|
import {
|
|
19
19
|
getRetryInfoForBeacon
|
|
20
20
|
} from "./chunk-MDTTXXMB.js";
|
package/dist/common/index.js
CHANGED
|
@@ -10,11 +10,11 @@ import {
|
|
|
10
10
|
sendBeacon,
|
|
11
11
|
shouldForceRetry,
|
|
12
12
|
shouldIgnoreMessages
|
|
13
|
-
} from "../chunk-
|
|
13
|
+
} from "../chunk-R2J3MNUG.js";
|
|
14
14
|
import {
|
|
15
15
|
getOptions,
|
|
16
16
|
options_exports
|
|
17
|
-
} from "../chunk-
|
|
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-
|
|
37
|
+
} from "../chunk-MLKGABMK.js";
|
|
38
38
|
|
|
39
39
|
// src/common/events/index.ts
|
|
40
40
|
var events_exports = {};
|
package/dist/eslint/index.js
CHANGED
package/dist/fastify/index.js
CHANGED
package/dist/i18n/index.js
CHANGED
package/dist/node/index.d.ts
CHANGED
|
@@ -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;
|