@ovineko/spa-guard 0.0.1-alpha-8 → 0.0.1-alpha-10
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/package.json +3 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ovineko/spa-guard",
|
|
3
|
-
"version": "0.0.1-alpha-
|
|
3
|
+
"version": "0.0.1-alpha-10",
|
|
4
4
|
"description": "Chunk load error handling for SPAs with automatic recovery, beacon reporting, and deployment monitoring",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"spa",
|
|
@@ -93,13 +93,13 @@
|
|
|
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"
|
|
97
98
|
},
|
|
98
99
|
"peerDependencies": {
|
|
99
100
|
"eslint": "^9 || ^10",
|
|
100
101
|
"fastify": "^5 || ^4",
|
|
101
102
|
"fastify-plugin": "^5 || ^4",
|
|
102
|
-
"happy-dom": "^20",
|
|
103
103
|
"react": "^19",
|
|
104
104
|
"react-router": "^7",
|
|
105
105
|
"typebox": "^1",
|
|
@@ -115,9 +115,6 @@
|
|
|
115
115
|
"fastify-plugin": {
|
|
116
116
|
"optional": true
|
|
117
117
|
},
|
|
118
|
-
"happy-dom": {
|
|
119
|
-
"optional": true
|
|
120
|
-
},
|
|
121
118
|
"react": {
|
|
122
119
|
"optional": true
|
|
123
120
|
},
|