vue-jsx-vapor 2.4.2 → 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.cts +1 -2
- package/dist/api.d.ts +3 -4
- package/dist/astro.cjs +2 -2
- package/dist/astro.d.cts +3 -2
- package/dist/astro.d.ts +3 -2
- package/dist/astro.js +2 -2
- package/dist/esbuild.cjs +2 -2
- package/dist/esbuild.d.cts +3 -4
- package/dist/esbuild.d.ts +1 -2
- package/dist/esbuild.js +2 -2
- package/dist/index.d.cts +1324 -2
- package/dist/index.d.ts +1324 -2
- package/dist/nuxt.cjs +4 -4
- package/dist/nuxt.d.cts +1 -2
- package/dist/nuxt.d.ts +3 -4
- package/dist/nuxt.js +4 -4
- package/dist/{options-Clei53Zq.d.ts → options-CUo88eyQ.d.ts} +2 -1
- package/dist/{options-DV8VvkGu.d.cts → options-DKC5DMaU.d.cts} +2 -1
- package/dist/options.d.cts +1 -1
- package/dist/options.d.ts +1 -1
- package/dist/{raw-xT5hUlRx.js → raw-VH0PoGzC.js} +1 -1
- package/dist/{raw-UXyMc4Bx.cjs → raw-uTw6gsXR.cjs} +1 -1
- package/dist/raw.cjs +1 -1
- package/dist/raw.d.cts +1 -2
- package/dist/raw.d.ts +1 -2
- package/dist/raw.js +1 -1
- package/dist/rolldown.cjs +2 -2
- package/dist/rolldown.d.cts +3 -4
- package/dist/rolldown.d.ts +3 -4
- package/dist/rolldown.js +2 -2
- package/dist/rollup.cjs +2 -2
- package/dist/rollup.d.cts +3 -4
- package/dist/rollup.d.ts +3 -4
- package/dist/rollup.js +2 -2
- package/dist/rspack.cjs +2 -2
- package/dist/rspack.d.cts +1 -2
- package/dist/rspack.d.ts +1 -2
- package/dist/rspack.js +2 -2
- package/dist/{unplugin-BzCjyz75.js → unplugin-b-OOl5Oa.js} +1 -1
- package/dist/{unplugin-CrQwiFff.cjs → unplugin-oQzm1mwM.cjs} +1 -1
- package/dist/unplugin.cjs +2 -2
- package/dist/unplugin.d.cts +3 -4
- package/dist/unplugin.d.ts +3 -4
- package/dist/unplugin.js +2 -2
- package/dist/{vite-BWFaZdea.cjs → vite-CI0weIMr.cjs} +1 -1
- package/dist/vite-DTXDaFaY.js +7 -0
- package/dist/vite.cjs +3 -3
- package/dist/vite.d.cts +3 -4
- package/dist/vite.d.ts +3 -4
- package/dist/vite.js +3 -3
- package/dist/volar.d.cts +1 -2
- package/dist/volar.d.ts +1 -2
- package/dist/{webpack-CkQ8I3Hu.cjs → webpack-BsqVuFup.cjs} +1 -1
- package/dist/{webpack-BrJvWfwB.js → webpack-DKzUUZiK.js} +1 -1
- package/dist/webpack.cjs +3 -3
- package/dist/webpack.d.cts +3 -4
- package/dist/webpack.d.ts +1 -2
- package/dist/webpack.js +3 -3
- package/jsx-runtime/index.d.cts +3 -1336
- package/jsx-runtime/index.d.ts +3 -1336
- package/package.json +13 -13
- package/dist/vite-BUgmDfUA.js +0 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vue-jsx-vapor",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.4",
|
|
4
4
|
"description": "Convert Vue JSX to Vapor",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"keywords": [
|
|
@@ -152,27 +152,27 @@
|
|
|
152
152
|
}
|
|
153
153
|
},
|
|
154
154
|
"dependencies": {
|
|
155
|
-
"@babel/core": "^7.
|
|
156
|
-
"@babel/plugin-transform-typescript": "^7.
|
|
157
|
-
"@vue-macros/jsx-directive": "^3.0.0-beta.
|
|
158
|
-
"@vue-macros/volar": "^3.0.0-beta.
|
|
155
|
+
"@babel/core": "^7.27.3",
|
|
156
|
+
"@babel/plugin-transform-typescript": "^7.27.1",
|
|
157
|
+
"@vue-macros/jsx-directive": "^3.0.0-beta.14",
|
|
158
|
+
"@vue-macros/volar": "^3.0.0-beta.14",
|
|
159
159
|
"@vue/babel-plugin-jsx": "^1.4.0",
|
|
160
160
|
"hash-sum": "^2.0.0",
|
|
161
161
|
"pathe": "^2.0.3",
|
|
162
|
-
"ts-macro": "^0.1.
|
|
163
|
-
"unplugin": "^2.
|
|
162
|
+
"ts-macro": "^0.1.31",
|
|
163
|
+
"unplugin": "^2.3.5",
|
|
164
164
|
"unplugin-utils": "^0.2.4",
|
|
165
|
-
"@vue-jsx-vapor/
|
|
166
|
-
"@vue-jsx-vapor/macros": "2.4.
|
|
167
|
-
"@vue-jsx-vapor/
|
|
165
|
+
"@vue-jsx-vapor/babel": "2.4.4",
|
|
166
|
+
"@vue-jsx-vapor/macros": "2.4.4",
|
|
167
|
+
"@vue-jsx-vapor/compiler": "2.4.4"
|
|
168
168
|
},
|
|
169
169
|
"devDependencies": {
|
|
170
|
-
"@nuxt/kit": "^3.
|
|
171
|
-
"@nuxt/schema": "^3.
|
|
170
|
+
"@nuxt/kit": "^3.17.4",
|
|
171
|
+
"@nuxt/schema": "^3.17.4",
|
|
172
172
|
"@types/babel__core": "^7.20.5",
|
|
173
173
|
"@types/hash-sum": "^1.0.2",
|
|
174
174
|
"csstype": "^3.1.3",
|
|
175
|
-
"vue": "https://pkg.pr.new/vue@
|
|
175
|
+
"vue": "https://pkg.pr.new/vue@280bc48"
|
|
176
176
|
},
|
|
177
177
|
"scripts": {
|
|
178
178
|
"build": "tsdown",
|