vue-jsx-vapor 3.0.1 → 3.0.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.
package/dist/rollup.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  import { t as Options } from "./options-D6zn5V49.js";
2
- import * as unplugin2 from "unplugin";
2
+ import * as unplugin1 from "unplugin";
3
3
 
4
4
  //#region src/rollup.d.ts
5
- declare const _default: (options?: Options | undefined) => unplugin2.RollupPlugin<any>[];
5
+ declare const _default: (options?: Options | undefined) => unplugin1.RollupPlugin<any>[];
6
6
  //#endregion
7
7
  export { _default as default };
@@ -1,9 +1,9 @@
1
1
  import { t as Options } from "./options-D6zn5V49.js";
2
- import * as unplugin1 from "unplugin";
2
+ import * as unplugin2 from "unplugin";
3
3
  import { UnpluginFactory } from "unplugin";
4
4
 
5
5
  //#region src/unplugin.d.ts
6
6
  declare const unpluginFactory: UnpluginFactory<Options | undefined, true>;
7
- declare const unplugin: unplugin1.UnpluginInstance<Options | undefined, true>;
7
+ declare const unplugin: unplugin2.UnpluginInstance<Options | undefined, true>;
8
8
  //#endregion
9
9
  export { type Options, unplugin as default, unplugin, unpluginFactory };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue-jsx-vapor",
3
- "version": "3.0.1",
3
+ "version": "3.0.2",
4
4
  "description": "Vapor Mode of Vue JSX",
5
5
  "type": "module",
6
6
  "keywords": [
@@ -172,9 +172,9 @@
172
172
  "ts-macro": "^0.3.6",
173
173
  "unplugin": "^2.3.10",
174
174
  "unplugin-utils": "^0.2.5",
175
- "@vue-jsx-vapor/macros": "3.0.1",
176
- "@vue-jsx-vapor/runtime": "3.0.1",
177
- "@vue-jsx-vapor/compiler-rs": "3.0.1"
175
+ "@vue-jsx-vapor/macros": "3.0.2",
176
+ "@vue-jsx-vapor/compiler-rs": "3.0.2",
177
+ "@vue-jsx-vapor/runtime": "3.0.2"
178
178
  },
179
179
  "devDependencies": {
180
180
  "@nuxt/kit": "^3.19.2",