@nodefony/http 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 +3 -3
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@ Module **central** de Nodefony : tous les serveurs (HTTP / HTTPS / HTTP2 / WS /
|
|
|
4
4
|
**contextes**. C'est le différenciateur du framework — HTTP et WebSocket partagent le même
|
|
5
5
|
pipeline de contexte/controller.
|
|
6
6
|
|
|
7
|
-
> Docs IA (dans le dépôt) : [`CLAUDE.md`](https://github.com/nodefony/nodefony-core/blob/
|
|
7
|
+
> Docs IA (dans le dépôt) : [`CLAUDE.md`](https://github.com/nodefony/nodefony-core/blob/main/src/packages/@nodefony/http/CLAUDE.md) · [`MEMORY.md`](https://github.com/nodefony/nodefony-core/blob/main/src/packages/@nodefony/http/MEMORY.md) · [`docs/`](./docs).
|
|
8
8
|
> Règle dure : ce module ne peut PAS importer `@nodefony/framework` (cycle) — accès au resolver
|
|
9
9
|
> via `(context as any)?.resolver`.
|
|
10
10
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nodefony/http",
|
|
3
|
-
"version": "10.0.0-alpha.
|
|
3
|
+
"version": "10.0.0-alpha.2",
|
|
4
4
|
"description": "Serveurs HTTP, HTTPS, HTTP/2 et WebSocket natifs pour Nodefony : sessions, contextes de requête, certificats TLS",
|
|
5
5
|
"author": "Christophe CAMENSULI <ccamensuli@gmail.com>",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"@types/xml2js": "0.4.14",
|
|
76
76
|
"@vitest/coverage-v8": "5.0.0",
|
|
77
77
|
"chai": "6.2.2",
|
|
78
|
-
"nodefony": "
|
|
78
|
+
"nodefony": "^10.0.0-alpha.2",
|
|
79
79
|
"rimraf": "6.1.3",
|
|
80
80
|
"tsx": "4.23.13",
|
|
81
81
|
"vitest": "5.0.0"
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"readmeFilename": "README.md",
|
|
85
85
|
"contributors": [],
|
|
86
86
|
"peerDependencies": {
|
|
87
|
-
"nodefony": "
|
|
87
|
+
"nodefony": "^10.0.0-alpha.2",
|
|
88
88
|
"zod": "^4.4.3"
|
|
89
89
|
},
|
|
90
90
|
"files": [
|