@ox-content/napi 0.3.0-alpha.11 → 0.3.0-alpha.12

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 +7 -7
package/index.d.ts CHANGED
@@ -416,7 +416,7 @@ export interface TocEntry {
416
416
  /**
417
417
  * Transforms Markdown source into HTML, frontmatter, and TOC.
418
418
  *
419
- * This is the main entry point for unplugin-ox-content.
419
+ * This is the main entry point for @ox-content/unplugin.
420
420
  */
421
421
  export declare function transform(source: string, options?: JsTransformOptions | undefined | null): TransformResult
422
422
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ox-content/napi",
3
- "version": "0.3.0-alpha.11",
3
+ "version": "0.3.0-alpha.12",
4
4
  "description": "Node.js bindings for Ox Content - High-performance Markdown parser",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -24,7 +24,7 @@
24
24
  "build:debug": "napi build"
25
25
  },
26
26
  "devDependencies": {
27
- "@napi-rs/cli": "^3.0.0"
27
+ "@napi-rs/cli": "^3.5.1"
28
28
  },
29
29
  "repository": {
30
30
  "type": "git",
@@ -45,10 +45,10 @@
45
45
  "author": "ubugeeei",
46
46
  "license": "MIT",
47
47
  "optionalDependencies": {
48
- "@ox-content/binding-darwin-x64": "0.3.0-alpha.11",
49
- "@ox-content/binding-darwin-arm64": "0.3.0-alpha.11",
50
- "@ox-content/binding-linux-x64-gnu": "0.3.0-alpha.11",
51
- "@ox-content/binding-linux-arm64-gnu": "0.3.0-alpha.11",
52
- "@ox-content/binding-win32-x64-msvc": "0.3.0-alpha.11"
48
+ "@ox-content/binding-darwin-x64": "0.3.0-alpha.12",
49
+ "@ox-content/binding-darwin-arm64": "0.3.0-alpha.12",
50
+ "@ox-content/binding-linux-x64-gnu": "0.3.0-alpha.12",
51
+ "@ox-content/binding-linux-arm64-gnu": "0.3.0-alpha.12",
52
+ "@ox-content/binding-win32-x64-msvc": "0.3.0-alpha.12"
53
53
  }
54
54
  }