@ovineko/spa-guard-fastify 0.0.1-alpha-26 → 0.0.1-alpha-27
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/README.md +1 -1
- package/package.json +3 -5
package/README.md
CHANGED
|
@@ -8,7 +8,7 @@ Fastify plugin for spa-guard beacon endpoint and HTML cache handler with ETag/30
|
|
|
8
8
|
## Install
|
|
9
9
|
|
|
10
10
|
```sh
|
|
11
|
-
npm install @ovineko/spa-guard-fastify @ovineko/spa-guard-node fastify fastify-plugin
|
|
11
|
+
npm install @ovineko/spa-guard-fastify @ovineko/spa-guard @ovineko/spa-guard-node fastify fastify-plugin
|
|
12
12
|
```
|
|
13
13
|
|
|
14
14
|
## Usage
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ovineko/spa-guard-fastify",
|
|
3
|
-
"version": "0.0.1-alpha-
|
|
3
|
+
"version": "0.0.1-alpha-27",
|
|
4
4
|
"description": "Fastify plugin for spa-guard beacon endpoint and HTML cache handler with ETag/304",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"spa",
|
|
@@ -33,13 +33,11 @@
|
|
|
33
33
|
"files": [
|
|
34
34
|
"dist"
|
|
35
35
|
],
|
|
36
|
-
"dependencies": {
|
|
37
|
-
"@ovineko/spa-guard": "0.0.1-alpha-26"
|
|
38
|
-
},
|
|
39
36
|
"peerDependencies": {
|
|
40
37
|
"fastify": "^5 || ^4",
|
|
41
38
|
"fastify-plugin": "^5 || ^4",
|
|
42
|
-
"@ovineko/spa-guard
|
|
39
|
+
"@ovineko/spa-guard": "0.0.1-alpha-27",
|
|
40
|
+
"@ovineko/spa-guard-node": "0.0.1-alpha-27"
|
|
43
41
|
},
|
|
44
42
|
"engines": {
|
|
45
43
|
"node": ">=22.15.0"
|