@vizejs/unplugin 0.32.0 → 0.33.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 { VizeUnpluginOptions } from "./types-K4_NiprT.js";
2
- import * as esbuild1 from "esbuild";
2
+ import * as esbuild3 from "esbuild";
3
3
 
4
4
  //#region src/esbuild.d.ts
5
- declare const _default: (options?: VizeUnpluginOptions | undefined) => esbuild1.Plugin;
5
+ declare const _default: (options?: VizeUnpluginOptions | undefined) => esbuild3.Plugin;
6
6
 
7
7
  //#endregion
8
8
  export { _default as default };
package/dist/rollup.d.ts CHANGED
@@ -1,9 +1,9 @@
1
1
  import { VizeUnpluginOptions } from "./types-K4_NiprT.js";
2
- import * as rollup3 from "rollup";
3
- import * as rollup4 from "rollup";
2
+ import * as rollup5 from "rollup";
3
+ import * as rollup6 from "rollup";
4
4
 
5
5
  //#region src/rollup.d.ts
6
- declare const _default: (options?: VizeUnpluginOptions | undefined) => rollup3.Plugin<any> | rollup4.Plugin<any>[];
6
+ declare const _default: (options?: VizeUnpluginOptions | undefined) => rollup5.Plugin<any> | rollup6.Plugin<any>[];
7
7
 
8
8
  //#endregion
9
9
  export { _default as default };
package/dist/webpack.d.ts CHANGED
@@ -1,8 +1,8 @@
1
1
  import { VizeUnpluginOptions } from "./types-K4_NiprT.js";
2
- import * as webpack6 from "webpack";
2
+ import * as webpack1 from "webpack";
3
3
 
4
4
  //#region src/webpack.d.ts
5
- declare const _default: (options?: VizeUnpluginOptions | undefined) => webpack6.WebpackPluginInstance;
5
+ declare const _default: (options?: VizeUnpluginOptions | undefined) => webpack1.WebpackPluginInstance;
6
6
 
7
7
  //#endregion
8
8
  export { _default as default };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vizejs/unplugin",
3
- "version": "0.32.0",
3
+ "version": "0.33.0",
4
4
  "description": "Experimental unplugin-based Vue SFC integration for rollup, webpack, and esbuild powered by Vize",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -53,7 +53,7 @@
53
53
  "dependencies": {
54
54
  "oxc-transform": "^0.116.0",
55
55
  "unplugin": "^3.0.0",
56
- "@vizejs/native": "0.32.0"
56
+ "@vizejs/native": "0.33.0"
57
57
  },
58
58
  "devDependencies": {
59
59
  "@types/node": "^22.0.0",