@ox-content/napi 3.0.0-beta.4 → 3.0.0-beta.6
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/index.d.ts +1 -1
- 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
|
|
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.
|
|
3
|
+
"version": "3.0.0-beta.6",
|
|
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.
|
|
51
|
-
"@ox-content/binding-darwin-arm64": "3.0.0-beta.
|
|
52
|
-
"@ox-content/binding-linux-x64-gnu": "3.0.0-beta.
|
|
53
|
-
"@ox-content/binding-linux-x64-musl": "3.0.0-beta.
|
|
54
|
-
"@ox-content/binding-linux-arm64-gnu": "3.0.0-beta.
|
|
55
|
-
"@ox-content/binding-linux-arm64-musl": "3.0.0-beta.
|
|
56
|
-
"@ox-content/binding-win32-x64-msvc": "3.0.0-beta.
|
|
50
|
+
"@ox-content/binding-darwin-x64": "3.0.0-beta.6",
|
|
51
|
+
"@ox-content/binding-darwin-arm64": "3.0.0-beta.6",
|
|
52
|
+
"@ox-content/binding-linux-x64-gnu": "3.0.0-beta.6",
|
|
53
|
+
"@ox-content/binding-linux-x64-musl": "3.0.0-beta.6",
|
|
54
|
+
"@ox-content/binding-linux-arm64-gnu": "3.0.0-beta.6",
|
|
55
|
+
"@ox-content/binding-linux-arm64-musl": "3.0.0-beta.6",
|
|
56
|
+
"@ox-content/binding-win32-x64-msvc": "3.0.0-beta.6"
|
|
57
57
|
}
|
|
58
58
|
}
|