@nodefony/documentation 10.0.0-alpha.2 → 10.0.0-alpha.3
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 +7 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nodefony/documentation",
|
|
3
|
-
"version": "10.0.0-alpha.
|
|
3
|
+
"version": "10.0.0-alpha.3",
|
|
4
4
|
"description": "Plan de données de documentation de Nodefony : index des pages co-localisées dans chaque module, résolution des variables dynamiques, exposition en lecture pour la console d'administration",
|
|
5
5
|
"contributors": [],
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -36,18 +36,18 @@
|
|
|
36
36
|
"esm"
|
|
37
37
|
],
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@nodefony/framework": "^10.0.0-alpha.
|
|
40
|
-
"@nodefony/http": "^10.0.0-alpha.
|
|
39
|
+
"@nodefony/framework": "^10.0.0-alpha.3",
|
|
40
|
+
"@nodefony/http": "^10.0.0-alpha.3",
|
|
41
41
|
"@types/node": "26.4.1",
|
|
42
42
|
"@vitest/coverage-v8": "5.0.0",
|
|
43
|
-
"nodefony": "^10.0.0-alpha.
|
|
43
|
+
"nodefony": "^10.0.0-alpha.3",
|
|
44
44
|
"rimraf": "6.1.3",
|
|
45
45
|
"vitest": "5.0.0"
|
|
46
46
|
},
|
|
47
47
|
"peerDependencies": {
|
|
48
|
-
"@nodefony/framework": "^10.0.0-alpha.
|
|
49
|
-
"@nodefony/http": "^10.0.0-alpha.
|
|
50
|
-
"nodefony": "^10.0.0-alpha.
|
|
48
|
+
"@nodefony/framework": "^10.0.0-alpha.3",
|
|
49
|
+
"@nodefony/http": "^10.0.0-alpha.3",
|
|
50
|
+
"nodefony": "^10.0.0-alpha.3",
|
|
51
51
|
"zod": "^4.4.3"
|
|
52
52
|
},
|
|
53
53
|
"repository": {
|