@ox-content/unplugin 0.12.0 → 0.14.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.
package/dist/esbuild.d.ts CHANGED
@@ -1,8 +1,8 @@
1
1
  import { a as OxContentOptions, d as ResolvedOptions, f as TocEntry, p as TransformResult, t as unplugin } from "./index.js";
2
- import * as unplugin0 from "unplugin";
2
+ import * as unplugin5 from "unplugin";
3
3
 
4
4
  //#region src/esbuild.d.ts
5
5
 
6
- declare const _default: (options?: OxContentOptions | undefined) => unplugin0.EsbuildPlugin;
6
+ declare const _default: (options?: OxContentOptions | undefined) => unplugin5.EsbuildPlugin;
7
7
  //#endregion
8
8
  export { type OxContentOptions, type ResolvedOptions, type TocEntry, type TransformResult, _default as default, unplugin };
package/dist/rollup.d.ts CHANGED
@@ -1,8 +1,8 @@
1
1
  import { a as OxContentOptions, d as ResolvedOptions, f as TocEntry, p as TransformResult, t as unplugin } from "./index.js";
2
- import * as unplugin4 from "unplugin";
2
+ import * as unplugin0 from "unplugin";
3
3
 
4
4
  //#region src/rollup.d.ts
5
5
 
6
- declare const _default: (options?: OxContentOptions | undefined) => unplugin4.RollupPlugin<any> | unplugin4.RollupPlugin<any>[];
6
+ declare const _default: (options?: OxContentOptions | undefined) => unplugin0.RollupPlugin<any> | unplugin0.RollupPlugin<any>[];
7
7
  //#endregion
8
8
  export { type OxContentOptions, type ResolvedOptions, type TocEntry, type TransformResult, _default as default, unplugin };
package/dist/vite.d.ts CHANGED
@@ -1,8 +1,8 @@
1
1
  import { a as OxContentOptions, d as ResolvedOptions, f as TocEntry, p as TransformResult, t as unplugin } from "./index.js";
2
- import * as unplugin1 from "unplugin";
2
+ import * as unplugin3 from "unplugin";
3
3
 
4
4
  //#region src/vite.d.ts
5
5
 
6
- declare const _default: (options?: OxContentOptions | undefined) => unplugin1.VitePlugin<any> | unplugin1.VitePlugin<any>[];
6
+ declare const _default: (options?: OxContentOptions | undefined) => unplugin3.VitePlugin<any> | unplugin3.VitePlugin<any>[];
7
7
  //#endregion
8
8
  export { type OxContentOptions, type ResolvedOptions, type TocEntry, type TransformResult, _default as default, unplugin };
package/dist/webpack.d.ts CHANGED
@@ -1,8 +1,8 @@
1
1
  import { a as OxContentOptions, d as ResolvedOptions, f as TocEntry, p as TransformResult, t as unplugin } from "./index.js";
2
- import * as unplugin3 from "unplugin";
2
+ import * as unplugin2 from "unplugin";
3
3
 
4
4
  //#region src/webpack.d.ts
5
5
 
6
- declare const _default: (options?: OxContentOptions | undefined) => unplugin3.WebpackPluginInstance;
6
+ declare const _default: (options?: OxContentOptions | undefined) => unplugin2.WebpackPluginInstance;
7
7
  //#endregion
8
8
  export { type OxContentOptions, type ResolvedOptions, type TocEntry, type TransformResult, _default as default, unplugin };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ox-content/unplugin",
3
- "version": "0.12.0",
3
+ "version": "0.14.0",
4
4
  "description": "Universal plugin for Ox Content - Markdown processing for webpack, rollup, esbuild, vite, and more",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -44,7 +44,7 @@
44
44
  "remark-rehype": "^11.1.1",
45
45
  "unified": "^11.0.5",
46
46
  "unplugin": "^2.1.2",
47
- "@ox-content/napi": "0.12.0"
47
+ "@ox-content/napi": "0.14.0"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@types/markdown-it": "^14.1.2",