@nodefony/security 10.0.0-alpha.1 → 10.0.0-alpha.2
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 +9 -9
package/README.md
CHANGED
|
@@ -73,7 +73,7 @@ export default defineConfig((ctx) => ({
|
|
|
73
73
|
|
|
74
74
|
Toutes les sections (`cors`, `csrf`, `headers`, `rateLimit`, `jwt`, `apiKeys`, `webhooks`,
|
|
75
75
|
`audit`, `studio`…) ont des **défauts sûrs** et sont **désactivables** via `enabled`.
|
|
76
|
-
Voir [`nodefony/config/config.ts`](https://github.com/nodefony/nodefony-core/blob/
|
|
76
|
+
Voir [`nodefony/config/config.ts`](https://github.com/nodefony/nodefony-core/blob/main/src/packages/@nodefony/security/nodefony/config/config.ts) — chaque option y est
|
|
77
77
|
documentée (explication + défaut + reco).
|
|
78
78
|
|
|
79
79
|
### Sections
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nodefony/security",
|
|
3
|
-
"version": "10.0.0-alpha.
|
|
3
|
+
"version": "10.0.0-alpha.2",
|
|
4
4
|
"description": "Pare-feu applicatif par zones pour Nodefony : authentification, autorisation par rôles, protection CSRF, journal d'audit",
|
|
5
5
|
"author": "Christophe CAMENSULI <ccamensuli@gmail.com>",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -51,12 +51,12 @@
|
|
|
51
51
|
"zod": "^4.4.3"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"@nodefony/framework": "
|
|
55
|
-
"@nodefony/http": "
|
|
56
|
-
"@nodefony/user": "
|
|
54
|
+
"@nodefony/framework": "^10.0.0-alpha.2",
|
|
55
|
+
"@nodefony/http": "^10.0.0-alpha.2",
|
|
56
|
+
"@nodefony/user": "^10.0.0-alpha.2",
|
|
57
57
|
"@types/node": "26.4.1",
|
|
58
58
|
"@vitest/coverage-v8": "5.0.0",
|
|
59
|
-
"nodefony": "
|
|
59
|
+
"nodefony": "^10.0.0-alpha.2",
|
|
60
60
|
"rimraf": "6.1.3",
|
|
61
61
|
"vitest": "5.0.0"
|
|
62
62
|
},
|
|
@@ -64,10 +64,10 @@
|
|
|
64
64
|
"readmeFilename": "README.md",
|
|
65
65
|
"contributors": [],
|
|
66
66
|
"peerDependencies": {
|
|
67
|
-
"@nodefony/framework": "
|
|
68
|
-
"@nodefony/http": "
|
|
69
|
-
"@nodefony/user": "
|
|
70
|
-
"nodefony": "
|
|
67
|
+
"@nodefony/framework": "^10.0.0-alpha.2",
|
|
68
|
+
"@nodefony/http": "^10.0.0-alpha.2",
|
|
69
|
+
"@nodefony/user": "^10.0.0-alpha.2",
|
|
70
|
+
"nodefony": "^10.0.0-alpha.2"
|
|
71
71
|
},
|
|
72
72
|
"files": [
|
|
73
73
|
"dist",
|