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 +2 -2
- package/dist/esbuild.d.cts +2 -2
- package/dist/index.d.cts +1324 -1
- package/dist/index.d.ts +1324 -1
- package/dist/nuxt.d.cts +2 -2
- package/dist/nuxt.d.ts +2 -2
- package/dist/rolldown.d.cts +2 -2
- package/dist/rolldown.d.ts +2 -2
- package/dist/rollup.d.cts +2 -2
- package/dist/rollup.d.ts +2 -2
- package/dist/unplugin.d.cts +2 -2
- package/dist/unplugin.d.ts +2 -2
- package/dist/vite.d.cts +2 -2
- package/dist/vite.d.ts +2 -2
- package/dist/webpack.d.cts +2 -2
- package/jsx-runtime/index.d.cts +3 -1334
- package/jsx-runtime/index.d.ts +3 -1334
- package/package.json +6 -6
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": [
|
|
@@ -154,17 +154,17 @@
|
|
|
154
154
|
"dependencies": {
|
|
155
155
|
"@babel/core": "^7.27.3",
|
|
156
156
|
"@babel/plugin-transform-typescript": "^7.27.1",
|
|
157
|
-
"@vue-macros/jsx-directive": "^3.0.0-beta.
|
|
158
|
-
"@vue-macros/volar": "^3.0.0-beta.
|
|
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
162
|
"ts-macro": "^0.1.31",
|
|
163
163
|
"unplugin": "^2.3.5",
|
|
164
164
|
"unplugin-utils": "^0.2.4",
|
|
165
|
-
"@vue-jsx-vapor/babel": "2.4.
|
|
166
|
-
"@vue-jsx-vapor/
|
|
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
170
|
"@nuxt/kit": "^3.17.4",
|