@ox-content/napi 2.36.0 → 2.37.0

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.
Files changed (2) hide show
  1. package/index.d.ts +6 -0
  2. package/package.json +6 -6
package/index.d.ts CHANGED
@@ -330,6 +330,12 @@ export interface JsDocsMarkdownModule {
330
330
  file: string
331
331
  /** Module-level description from the entry file's `@module` / leading JSDoc. */
332
332
  description?: string
333
+ /**
334
+ * Absolute source path of the entry point (from `extractDocsFromEntryPoints`'
335
+ * `sourcePath`). Optional; when provided, the TypeDoc path strategy places a
336
+ * re-exported symbol's canonical page under its defining module.
337
+ */
338
+ sourcePath?: string
333
339
  entries: Array<JsDocsMarkdownEntry>
334
340
  }
335
341
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ox-content/napi",
3
- "version": "2.36.0",
3
+ "version": "2.37.0",
4
4
  "description": "Node.js bindings for Ox Content - High-performance Markdown parser",
5
5
  "keywords": [
6
6
  "markdown",
@@ -45,10 +45,10 @@
45
45
  ]
46
46
  },
47
47
  "optionalDependencies": {
48
- "@ox-content/binding-darwin-x64": "2.36.0",
49
- "@ox-content/binding-darwin-arm64": "2.36.0",
50
- "@ox-content/binding-linux-x64-gnu": "2.36.0",
51
- "@ox-content/binding-linux-arm64-gnu": "2.36.0",
52
- "@ox-content/binding-win32-x64-msvc": "2.36.0"
48
+ "@ox-content/binding-darwin-x64": "2.37.0",
49
+ "@ox-content/binding-darwin-arm64": "2.37.0",
50
+ "@ox-content/binding-linux-x64-gnu": "2.37.0",
51
+ "@ox-content/binding-linux-arm64-gnu": "2.37.0",
52
+ "@ox-content/binding-win32-x64-msvc": "2.37.0"
53
53
  }
54
54
  }