@ox-content/napi 3.0.0-beta.4 → 3.0.0-beta.5

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 +1 -1
  2. package/package.json +8 -8
package/index.d.ts CHANGED
@@ -3392,7 +3392,7 @@ export declare function transformMediaEmbedsWithDiagnostics(html: string, option
3392
3392
  export declare function transformMermaid(html: string, mmdcPath: string): MermaidTransformResult
3393
3393
 
3394
3394
  /**
3395
- * Expand `<pm>` blocks in rendered HTML into npm/pnpm/yarn/bun install tabs.
3395
+ * Expand `<pm>` blocks in rendered HTML into vp/pnpm/bun/npm/yarn install tabs.
3396
3396
  *
3397
3397
  * The single npm-style command inside each `<pm>` element is converted to the
3398
3398
  * equivalent command for every package manager and rendered into the shared
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ox-content/napi",
3
- "version": "3.0.0-beta.4",
3
+ "version": "3.0.0-beta.5",
4
4
  "description": "Node.js bindings for Ox Content - High-performance Markdown parser",
5
5
  "keywords": [
6
6
  "markdown",
@@ -47,12 +47,12 @@
47
47
  ]
48
48
  },
49
49
  "optionalDependencies": {
50
- "@ox-content/binding-darwin-x64": "3.0.0-beta.4",
51
- "@ox-content/binding-darwin-arm64": "3.0.0-beta.4",
52
- "@ox-content/binding-linux-x64-gnu": "3.0.0-beta.4",
53
- "@ox-content/binding-linux-x64-musl": "3.0.0-beta.4",
54
- "@ox-content/binding-linux-arm64-gnu": "3.0.0-beta.4",
55
- "@ox-content/binding-linux-arm64-musl": "3.0.0-beta.4",
56
- "@ox-content/binding-win32-x64-msvc": "3.0.0-beta.4"
50
+ "@ox-content/binding-darwin-x64": "3.0.0-beta.5",
51
+ "@ox-content/binding-darwin-arm64": "3.0.0-beta.5",
52
+ "@ox-content/binding-linux-x64-gnu": "3.0.0-beta.5",
53
+ "@ox-content/binding-linux-x64-musl": "3.0.0-beta.5",
54
+ "@ox-content/binding-linux-arm64-gnu": "3.0.0-beta.5",
55
+ "@ox-content/binding-linux-arm64-musl": "3.0.0-beta.5",
56
+ "@ox-content/binding-win32-x64-msvc": "3.0.0-beta.5"
57
57
  }
58
58
  }