vue-jsx-vapor 3.1.0 → 3.1.1

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.
Files changed (2) hide show
  1. package/dist/rollup.d.ts +2 -2
  2. package/package.json +4 -4
package/dist/rollup.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  import { t as Options } from "./options-gD_zG4x2.js";
2
- import * as unplugin1 from "unplugin";
2
+ import * as unplugin0 from "unplugin";
3
3
 
4
4
  //#region src/rollup.d.ts
5
- declare const _default: (options?: Options | undefined) => unplugin1.RollupPlugin<any>[];
5
+ declare const _default: (options?: Options | undefined) => unplugin0.RollupPlugin<any>[];
6
6
  //#endregion
7
7
  export { _default as default };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "vue-jsx-vapor",
3
3
  "type": "module",
4
- "version": "3.1.0",
4
+ "version": "3.1.1",
5
5
  "description": "Vapor Mode of Vue JSX",
6
6
  "license": "MIT",
7
7
  "homepage": "https://github.com/vuejs/vue-jsx-vapor#readme",
@@ -167,9 +167,9 @@
167
167
  "ts-macro": "^0.3.6",
168
168
  "unplugin": "^2.3.11",
169
169
  "unplugin-utils": "^0.2.5",
170
- "@vue-jsx-vapor/macros": "3.1.0",
171
- "@vue-jsx-vapor/runtime": "3.1.0",
172
- "@vue-jsx-vapor/compiler-rs": "3.1.0"
170
+ "@vue-jsx-vapor/macros": "3.1.1",
171
+ "@vue-jsx-vapor/runtime": "3.1.1",
172
+ "@vue-jsx-vapor/compiler-rs": "3.1.1"
173
173
  },
174
174
  "devDependencies": {
175
175
  "@nuxt/kit": "^3.20.2",