vue-jsx-vapor 2.4.3 → 2.4.4

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/api.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  import { Options } from "./options-CUo88eyQ.js";
2
- import * as _babel_core14 from "@babel/core";
2
+ import * as _babel_core15 from "@babel/core";
3
3
 
4
4
  //#region src/core/index.d.ts
5
- declare function transformVueJsxVapor(code: string, id: string, options?: Options, needSourceMap?: boolean): _babel_core14.BabelFileResult | null;
5
+ declare function transformVueJsxVapor(code: string, id: string, options?: Options, needSourceMap?: boolean): _babel_core15.BabelFileResult | null;
6
6
  //#endregion
7
7
  export { Options, transformVueJsxVapor };
@@ -1,7 +1,7 @@
1
1
  import { Options } from "./options-DKC5DMaU.cjs";
2
- import * as esbuild2 from "esbuild";
2
+ import * as esbuild3 from "esbuild";
3
3
 
4
4
  //#region src/esbuild.d.ts
5
- declare const _default: (options?: Options | undefined) => esbuild2.Plugin;
5
+ declare const _default: (options?: Options | undefined) => esbuild3.Plugin;
6
6
  //#endregion
7
7
  export { _default as default };