@vue-jsx-vapor/macros 2.4.5 → 2.4.6

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.
@@ -1,7 +1,7 @@
1
1
  import { Options } from "./options-Egmm6BVJ.cjs";
2
- import * as esbuild9 from "esbuild";
2
+ import * as esbuild1 from "esbuild";
3
3
 
4
4
  //#region src/esbuild.d.ts
5
- declare const _default: (options?: Options | undefined) => esbuild9.Plugin;
5
+ declare const _default: (options?: Options | undefined) => esbuild1.Plugin;
6
6
  //#endregion
7
7
  export { _default as default };
package/dist/nuxt.d.cts CHANGED
@@ -1,8 +1,8 @@
1
1
  import { Options } from "./options-Egmm6BVJ.cjs";
2
- import * as _nuxt_schema0 from "@nuxt/schema";
2
+ import * as _nuxt_schema2 from "@nuxt/schema";
3
3
 
4
4
  //#region src/nuxt.d.ts
5
5
  interface ModuleOptions extends Options {}
6
- declare const _default: _nuxt_schema0.NuxtModule<ModuleOptions, ModuleOptions, false>;
6
+ declare const _default: _nuxt_schema2.NuxtModule<ModuleOptions, ModuleOptions, false>;
7
7
  //#endregion
8
8
  export { ModuleOptions, _default as default };
@@ -1,7 +1,7 @@
1
1
  import { Options } from "./options-Egmm6BVJ.cjs";
2
- import * as unplugin13 from "unplugin";
2
+ import * as unplugin4 from "unplugin";
3
3
 
4
4
  //#region src/rolldown.d.ts
5
- declare const _default: (options?: Options | undefined) => unplugin13.RolldownPlugin<any> | unplugin13.RolldownPlugin<any>[];
5
+ declare const _default: (options?: Options | undefined) => unplugin4.RolldownPlugin<any> | unplugin4.RolldownPlugin<any>[];
6
6
  //#endregion
7
7
  export { _default as default };
package/dist/rollup.d.cts CHANGED
@@ -1,7 +1,7 @@
1
1
  import { Options } from "./options-Egmm6BVJ.cjs";
2
- import * as rollup2 from "rollup";
2
+ import * as rollup7 from "rollup";
3
3
 
4
4
  //#region src/rollup.d.ts
5
- declare const _default: (options?: Options | undefined) => rollup2.Plugin<any> | rollup2.Plugin<any>[];
5
+ declare const _default: (options?: Options | undefined) => rollup7.Plugin<any> | rollup7.Plugin<any>[];
6
6
  //#endregion
7
7
  export { _default as default };
package/dist/vite.d.cts CHANGED
@@ -1,7 +1,7 @@
1
1
  import { Options } from "./options-Egmm6BVJ.cjs";
2
- import * as vite6 from "vite";
2
+ import * as vite11 from "vite";
3
3
 
4
4
  //#region src/vite.d.ts
5
- declare const _default: (options?: Options | undefined) => vite6.Plugin<any> | vite6.Plugin<any>[];
5
+ declare const _default: (options?: Options | undefined) => vite11.Plugin<any> | vite11.Plugin<any>[];
6
6
  //#endregion
7
7
  export { _default as default };
@@ -1,7 +1,7 @@
1
1
  import { Options } from "./options-Egmm6BVJ.cjs";
2
- import * as webpack11 from "webpack";
2
+ import * as webpack14 from "webpack";
3
3
 
4
4
  //#region src/webpack.d.ts
5
- declare const _default: (options?: Options | undefined) => webpack11.WebpackPluginInstance;
5
+ declare const _default: (options?: Options | undefined) => webpack14.WebpackPluginInstance;
6
6
  //#endregion
7
7
  export { _default as default };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vue-jsx-vapor/macros",
3
- "version": "2.4.5",
3
+ "version": "2.4.6",
4
4
  "description": "Macros for Vue JSX Vapor",
5
5
  "type": "module",
6
6
  "keywords": [
@@ -94,6 +94,14 @@
94
94
  },
95
95
  "./*": "./*"
96
96
  },
97
+ "typesVersions": {
98
+ "*": {
99
+ "*": [
100
+ "./dist/*",
101
+ "./*"
102
+ ]
103
+ }
104
+ },
97
105
  "peerDependencies": {
98
106
  "@nuxt/kit": "^3",
99
107
  "@nuxt/schema": "^3",
@@ -123,19 +131,19 @@
123
131
  }
124
132
  },
125
133
  "dependencies": {
126
- "@vue-macros/common": "^3.0.0-beta.14",
127
- "@vue/compiler-sfc": "https://pkg.pr.new/@vue/compiler-sfc@280bc48",
134
+ "@vue-macros/common": "^3.0.0-beta.15",
135
+ "@vue/compiler-sfc": "https://pkg.pr.new/@vue/compiler-sfc@9e2eea9",
128
136
  "hash-sum": "^2.0.0",
129
- "ts-macro": "^0.1.33",
137
+ "ts-macro": "^0.1.34",
130
138
  "unplugin": "^2.3.5"
131
139
  },
132
140
  "devDependencies": {
133
- "@babel/types": "^7.27.4",
141
+ "@babel/types": "^7.27.7",
134
142
  "@nuxt/kit": "^3.17.5",
135
143
  "@nuxt/schema": "^3.17.5",
136
144
  "@types/hash-sum": "^1.0.2",
137
- "@vue-macros/test-utils": "^3.0.0-beta.14",
138
- "vue": "https://pkg.pr.new/vue@280bc48"
145
+ "@vue-macros/test-utils": "^3.0.0-beta.15",
146
+ "vue": "https://pkg.pr.new/vue@9e2eea9"
139
147
  },
140
148
  "scripts": {
141
149
  "build": "tsdown",