@vue-jsx-vapor/macros 2.4.1 → 2.4.2

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.
@@ -1,8 +1,8 @@
1
1
  import { Options } from "./options-BxlJkUDe.cjs";
2
- import * as esbuild1 from "esbuild";
2
+ import * as esbuild14 from "esbuild";
3
3
 
4
4
  //#region src/esbuild.d.ts
5
- declare const _default: (options?: Options | undefined) => esbuild1.Plugin;
5
+ declare const _default: (options?: Options | undefined) => esbuild14.Plugin;
6
6
 
7
7
  //#endregion
8
8
  export { _default as default };
package/dist/nuxt.d.cts CHANGED
@@ -1,9 +1,9 @@
1
1
  import { Options } from "./options-BxlJkUDe.cjs";
2
- import * as _nuxt_schema14 from "@nuxt/schema";
2
+ import * as _nuxt_schema0 from "@nuxt/schema";
3
3
 
4
4
  //#region src/nuxt.d.ts
5
5
  interface ModuleOptions extends Options {}
6
- declare const _default: _nuxt_schema14.NuxtModule<ModuleOptions, ModuleOptions, false>;
6
+ declare const _default: _nuxt_schema0.NuxtModule<ModuleOptions, ModuleOptions, false>;
7
7
 
8
8
  //#endregion
9
9
  export { ModuleOptions, _default as default };
package/dist/vite.d.cts CHANGED
@@ -1,8 +1,8 @@
1
1
  import { Options } from "./options-BxlJkUDe.cjs";
2
- import * as vite12 from "vite";
2
+ import * as vite9 from "vite";
3
3
 
4
4
  //#region src/vite.d.ts
5
- declare const _default: (options?: Options | undefined) => vite12.Plugin<any> | vite12.Plugin<any>[];
5
+ declare const _default: (options?: Options | undefined) => vite9.Plugin<any> | vite9.Plugin<any>[];
6
6
 
7
7
  //#endregion
8
8
  export { _default as default };
@@ -1,8 +1,8 @@
1
1
  import { Options } from "./options-BxlJkUDe.cjs";
2
- import * as webpack10 from "webpack";
2
+ import * as webpack12 from "webpack";
3
3
 
4
4
  //#region src/webpack.d.ts
5
- declare const _default: (options?: Options | undefined) => webpack10.WebpackPluginInstance;
5
+ declare const _default: (options?: Options | undefined) => webpack12.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": "@vue-jsx-vapor/macros",
3
- "version": "2.4.1",
3
+ "version": "2.4.2",
4
4
  "description": "Macros for Vue JSX Vapor",
5
5
  "type": "module",
6
6
  "keywords": [