@ovineko/spa-guard 0.0.1-alpha-9 → 0.0.1-alpha-11

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,13 +1,13 @@
1
1
  import {
2
2
  parseBeacon
3
3
  } from "../chunk-WE7SWL5H.js";
4
+ import "../chunk-KZEBQNOZ.js";
4
5
  import {
5
6
  BeaconError
6
7
  } from "../chunk-3SCN2UE4.js";
7
8
  import {
8
9
  name
9
10
  } from "../chunk-RP52SPBK.js";
10
- import "../chunk-KZEBQNOZ.js";
11
11
  import "../chunk-MLKGABMK.js";
12
12
 
13
13
  // src/fastify/index.ts
@@ -2,13 +2,13 @@ import {
2
2
  DefaultErrorFallback,
3
3
  handleErrorWithSpaGuard
4
4
  } from "../chunk-RR4LFTYF.js";
5
+ import "../chunk-HUAI4DRW.js";
5
6
  import {
6
7
  useSpaGuardState
7
8
  } from "../chunk-AQ5RZR63.js";
8
9
  import "../chunk-66KR5VAA.js";
9
10
  import "../chunk-6C6OARM7.js";
10
11
  import "../chunk-MCR7F3CG.js";
11
- import "../chunk-HUAI4DRW.js";
12
12
  import {
13
13
  isChunkError
14
14
  } from "../chunk-R2J3MNUG.js";
@@ -2,13 +2,13 @@ import {
2
2
  DefaultErrorFallback,
3
3
  handleErrorWithSpaGuard
4
4
  } from "../chunk-RR4LFTYF.js";
5
+ import "../chunk-HUAI4DRW.js";
5
6
  import {
6
7
  useSpaGuardState
7
8
  } from "../chunk-AQ5RZR63.js";
8
9
  import "../chunk-66KR5VAA.js";
9
10
  import "../chunk-6C6OARM7.js";
10
11
  import "../chunk-MCR7F3CG.js";
11
- import "../chunk-HUAI4DRW.js";
12
12
  import {
13
13
  isChunkError
14
14
  } from "../chunk-R2J3MNUG.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ovineko/spa-guard",
3
- "version": "0.0.1-alpha-9",
3
+ "version": "0.0.1-alpha-11",
4
4
  "description": "Chunk load error handling for SPAs with automatic recovery, beacon reporting, and deployment monitoring",
5
5
  "keywords": [
6
6
  "spa",
@@ -93,16 +93,16 @@
93
93
  ],
94
94
  "dependencies": {
95
95
  "@fastify/accept-negotiator": "2.0.1",
96
- "html-minifier-terser": "7.2.0"
96
+ "html-minifier-terser": "7.2.0",
97
+ "happy-dom": "20.7.0",
98
+ "typebox": "1.1.1"
97
99
  },
98
100
  "peerDependencies": {
99
101
  "eslint": "^9 || ^10",
100
102
  "fastify": "^5 || ^4",
101
103
  "fastify-plugin": "^5 || ^4",
102
- "happy-dom": "20.7.0",
103
104
  "react": "^19",
104
105
  "react-router": "^7",
105
- "typebox": "^1",
106
106
  "vite": "^8 || ^7"
107
107
  },
108
108
  "peerDependenciesMeta": {
@@ -121,9 +121,6 @@
121
121
  "react-router": {
122
122
  "optional": true
123
123
  },
124
- "typebox": {
125
- "optional": true
126
- },
127
124
  "vite": {
128
125
  "optional": true
129
126
  }