@nodefony/documentation 10.0.0-alpha.5 → 10.0.0-alpha.7

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.
@@ -1,4 +1,4 @@
1
- //#region \0@oxc-project+runtime@0.149.0/helpers/esm/decorate.js
1
+ //#region \0@oxc-project+runtime@0.150.0/helpers/esm/decorate.js
2
2
  function __decorate(decorators, target, key, desc) {
3
3
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
4
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
@@ -1,4 +1,4 @@
1
- //#region \0@oxc-project+runtime@0.149.0/helpers/esm/decorateMetadata.js
1
+ //#region \0@oxc-project+runtime@0.150.0/helpers/esm/decorateMetadata.js
2
2
  function __decorateMetadata(k, v) {
3
3
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
4
4
  }
@@ -1,4 +1,4 @@
1
- //#region \0@oxc-project+runtime@0.149.0/helpers/esm/decorateParam.js
1
+ //#region \0@oxc-project+runtime@0.150.0/helpers/esm/decorateParam.js
2
2
  function __decorateParam(paramIndex, decorator) {
3
3
  return function(target, key) {
4
4
  decorator(target, key, paramIndex);
package/dist/index.js CHANGED
@@ -7,8 +7,8 @@ import { rewriteInternalLinks } from "./nodefony/src/linkResolver.js";
7
7
  import { extractSearchText, foldText, searchDocs, splitSearchTerms } from "./nodefony/src/search.js";
8
8
  import { DocNotFoundError, DocUnsafeSlugError, DocumentationError } from "./nodefony/src/errors/DocumentationError.js";
9
9
  import DocumentationService, { ROOT_GROUPS, ROOT_PAGES } from "./nodefony/service/DocumentationService.js";
10
- import __decorateMetadata from "./_virtual/_@oxc-project_runtime@0.149.0/helpers/esm/decorateMetadata.js";
11
- import __decorate from "./_virtual/_@oxc-project_runtime@0.149.0/helpers/esm/decorate.js";
10
+ import __decorateMetadata from "./_virtual/_@oxc-project_runtime@0.150.0/helpers/esm/decorateMetadata.js";
11
+ import __decorate from "./_virtual/_@oxc-project_runtime@0.150.0/helpers/esm/decorate.js";
12
12
  import DocumentationController_default from "./nodefony/controller/DocumentationController.js";
13
13
  import { GitService, Kernel, Module, services } from "nodefony";
14
14
  import { controllers } from "@nodefony/framework";
@@ -1,7 +1,7 @@
1
1
  import { DocNotFoundError, DocUnsafeSlugError } from "../src/errors/DocumentationError.js";
2
- import __decorateMetadata from "../../_virtual/_@oxc-project_runtime@0.149.0/helpers/esm/decorateMetadata.js";
3
- import __decorate from "../../_virtual/_@oxc-project_runtime@0.149.0/helpers/esm/decorate.js";
4
- import __decorateParam from "../../_virtual/_@oxc-project_runtime@0.149.0/helpers/esm/decorateParam.js";
2
+ import __decorateMetadata from "../../_virtual/_@oxc-project_runtime@0.150.0/helpers/esm/decorateMetadata.js";
3
+ import __decorate from "../../_virtual/_@oxc-project_runtime@0.150.0/helpers/esm/decorate.js";
4
+ import __decorateParam from "../../_virtual/_@oxc-project_runtime@0.150.0/helpers/esm/decorateParam.js";
5
5
  import { Controller, Get, IsGranted, Param, Query, controller } from "@nodefony/framework";
6
6
  import { Context } from "@nodefony/http";
7
7
  //#region nodefony/controller/DocumentationController.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nodefony/documentation",
3
- "version": "10.0.0-alpha.5",
3
+ "version": "10.0.0-alpha.7",
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,19 +36,19 @@
36
36
  "esm"
37
37
  ],
38
38
  "devDependencies": {
39
- "@nodefony/framework": "^10.0.0-alpha.5",
40
- "@nodefony/http": "^10.0.0-alpha.5",
41
- "@types/node": "26.5.1",
42
- "@vitest/coverage-v8": "5.0.0",
43
- "nodefony": "^10.0.0-alpha.5",
39
+ "@nodefony/framework": "^10.0.0-alpha.7",
40
+ "@nodefony/http": "^10.0.0-alpha.7",
41
+ "@types/node": "26.6.1",
42
+ "@vitest/coverage-v8": "5.0.1",
43
+ "nodefony": "^10.0.0-alpha.7",
44
44
  "rimraf": "6.1.3",
45
- "vitest": "5.0.0"
45
+ "vitest": "5.0.1"
46
46
  },
47
47
  "peerDependencies": {
48
- "@nodefony/framework": "^10.0.0-alpha.5",
49
- "@nodefony/http": "^10.0.0-alpha.5",
50
- "nodefony": "^10.0.0-alpha.5",
51
- "zod": "^4.6.1"
48
+ "@nodefony/framework": "^10.0.0-alpha.7",
49
+ "@nodefony/http": "^10.0.0-alpha.7",
50
+ "nodefony": "^10.0.0-alpha.7",
51
+ "zod": "^4.6.5"
52
52
  },
53
53
  "repository": {
54
54
  "type": "git",