@ox-content/napi 2.57.0 → 2.60.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 +2 -0
  2. package/package.json +6 -6
package/index.d.ts CHANGED
@@ -379,6 +379,8 @@ export interface JsDocsMarkdownOptions {
379
379
  typeDeclarationFormat?: 'none' | 'list' | 'table'
380
380
  /** Emit the stats summary line on index pages (default: true). */
381
381
  renderStats?: boolean
382
+ /** Emit the generated-by attribution on root index pages (default: true). */
383
+ renderGeneratedBy?: boolean
382
384
  /**
383
385
  * TypeDoc-style group order for module index sections and nav groups. Unlisted
384
386
  * groups are sorted alphabetically at `*` (or at the end when `*` is absent).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ox-content/napi",
3
- "version": "2.57.0",
3
+ "version": "2.60.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.57.0",
49
- "@ox-content/binding-darwin-arm64": "2.57.0",
50
- "@ox-content/binding-linux-x64-gnu": "2.57.0",
51
- "@ox-content/binding-linux-arm64-gnu": "2.57.0",
52
- "@ox-content/binding-win32-x64-msvc": "2.57.0"
48
+ "@ox-content/binding-darwin-x64": "2.60.0",
49
+ "@ox-content/binding-darwin-arm64": "2.60.0",
50
+ "@ox-content/binding-linux-x64-gnu": "2.60.0",
51
+ "@ox-content/binding-linux-arm64-gnu": "2.60.0",
52
+ "@ox-content/binding-win32-x64-msvc": "2.60.0"
53
53
  }
54
54
  }