vue-jsx-vapor 3.1.0 → 3.1.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/rolldown.d.cts +2 -2
- package/dist/rollup.d.cts +2 -2
- package/dist/unplugin.d.cts +2 -2
- package/package.json +5 -5
package/dist/rolldown.d.cts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { t as Options } from "./options-V1045xYK.cjs";
|
|
2
|
-
import * as
|
|
2
|
+
import * as unplugin1 from "unplugin";
|
|
3
3
|
|
|
4
4
|
//#region src/rolldown.d.ts
|
|
5
|
-
declare const _default: (options?: Options | undefined) =>
|
|
5
|
+
declare const _default: (options?: Options | undefined) => unplugin1.RollupPlugin<any> | unplugin1.RollupPlugin<any>[];
|
|
6
6
|
export = _default;
|
package/dist/rollup.d.cts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { t as Options } from "./options-V1045xYK.cjs";
|
|
2
|
-
import * as
|
|
2
|
+
import * as unplugin0 from "unplugin";
|
|
3
3
|
|
|
4
4
|
//#region src/rollup.d.ts
|
|
5
|
-
declare const _default: (options?: Options | undefined) =>
|
|
5
|
+
declare const _default: (options?: Options | undefined) => unplugin0.RollupPlugin<any>[];
|
|
6
6
|
export = _default;
|
package/dist/unplugin.d.cts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { t as Options } from "./options-V1045xYK.cjs";
|
|
2
|
-
import * as
|
|
2
|
+
import * as unplugin0 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:
|
|
7
|
+
declare const unplugin: unplugin0.UnpluginInstance<Options | undefined, true>;
|
|
8
8
|
//#endregion
|
|
9
9
|
export { type Options, unplugin as default, unplugin, unpluginFactory };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vue-jsx-vapor",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "3.1.
|
|
4
|
+
"version": "3.1.2",
|
|
5
5
|
"description": "Vapor Mode of Vue JSX",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"homepage": "https://github.com/vuejs/vue-jsx-vapor#readme",
|
|
@@ -137,7 +137,7 @@
|
|
|
137
137
|
"esbuild": "*",
|
|
138
138
|
"rollup": "^3",
|
|
139
139
|
"vite": ">=3",
|
|
140
|
-
"vue": "^3
|
|
140
|
+
"vue": "^3",
|
|
141
141
|
"webpack": "^4 || ^5"
|
|
142
142
|
},
|
|
143
143
|
"peerDependenciesMeta": {
|
|
@@ -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/
|
|
171
|
-
"@vue-jsx-vapor/runtime": "3.1.
|
|
172
|
-
"@vue-jsx-vapor/
|
|
170
|
+
"@vue-jsx-vapor/compiler-rs": "3.1.2",
|
|
171
|
+
"@vue-jsx-vapor/runtime": "3.1.2",
|
|
172
|
+
"@vue-jsx-vapor/macros": "3.1.2"
|
|
173
173
|
},
|
|
174
174
|
"devDependencies": {
|
|
175
175
|
"@nuxt/kit": "^3.20.2",
|