@unocss/vite 66.3.3 → 66.4.0

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/client.d.mts CHANGED
@@ -1,2 +1,2 @@
1
1
 
2
- export { }
2
+ export { };
package/dist/client.d.ts CHANGED
@@ -1,2 +1,2 @@
1
1
 
2
- export { }
2
+ export { };
package/dist/index.d.mts CHANGED
@@ -81,4 +81,5 @@ interface UnocssVitePluginAPI {
81
81
  }
82
82
  declare function UnocssPlugin<Theme extends object>(configOrPath?: VitePluginConfig<Theme> | string, defaults?: UserConfigDefaults): Plugin[];
83
83
 
84
- export { ChunkModeBuildPlugin, GlobalModeBuildPlugin, GlobalModeDevPlugin, GlobalModePlugin, PerModuleModePlugin, type UnocssVitePluginAPI, type VitePluginConfig, VueScopedPlugin, UnocssPlugin as default, defineConfig };
84
+ export { ChunkModeBuildPlugin, GlobalModeBuildPlugin, GlobalModeDevPlugin, GlobalModePlugin, PerModuleModePlugin, VueScopedPlugin, UnocssPlugin as default, defineConfig };
85
+ export type { UnocssVitePluginAPI, VitePluginConfig };
package/dist/index.d.ts CHANGED
@@ -81,4 +81,5 @@ interface UnocssVitePluginAPI {
81
81
  }
82
82
  declare function UnocssPlugin<Theme extends object>(configOrPath?: VitePluginConfig<Theme> | string, defaults?: UserConfigDefaults): Plugin[];
83
83
 
84
- export { ChunkModeBuildPlugin, GlobalModeBuildPlugin, GlobalModeDevPlugin, GlobalModePlugin, PerModuleModePlugin, type UnocssVitePluginAPI, type VitePluginConfig, VueScopedPlugin, UnocssPlugin as default, defineConfig };
84
+ export { ChunkModeBuildPlugin, GlobalModeBuildPlugin, GlobalModeDevPlugin, GlobalModePlugin, PerModuleModePlugin, VueScopedPlugin, UnocssPlugin as default, defineConfig };
85
+ export type { UnocssVitePluginAPI, VitePluginConfig };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@unocss/vite",
3
3
  "type": "module",
4
- "version": "66.3.3",
4
+ "version": "66.4.0",
5
5
  "description": "The Vite plugin for UnoCSS",
6
6
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
7
7
  "license": "MIT",
@@ -55,12 +55,12 @@
55
55
  "pathe": "^2.0.3",
56
56
  "tinyglobby": "^0.2.14",
57
57
  "unplugin-utils": "^0.2.4",
58
- "@unocss/config": "66.3.3",
59
- "@unocss/core": "66.3.3",
60
- "@unocss/inspector": "66.3.3"
58
+ "@unocss/config": "66.4.0",
59
+ "@unocss/core": "66.4.0",
60
+ "@unocss/inspector": "66.4.0"
61
61
  },
62
62
  "devDependencies": {
63
- "vite": "^7.0.2"
63
+ "vite": "^7.0.6"
64
64
  },
65
65
  "scripts": {
66
66
  "build": "unbuild",