unocss 0.65.4 → 65.4.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.
@@ -3,4 +3,4 @@ export * from '@unocss/webpack';
3
3
 
4
4
  declare function UnocssWebpackPlugin<Theme extends object>(configOrPath?: WebpackPluginOptions<Theme> | string): any;
5
5
 
6
- export = UnocssWebpackPlugin;
6
+ export { UnocssWebpackPlugin as default };
package/dist/webpack.d.ts CHANGED
@@ -3,4 +3,4 @@ export * from '@unocss/webpack';
3
3
 
4
4
  declare function UnocssWebpackPlugin<Theme extends object>(configOrPath?: WebpackPluginOptions<Theme> | string): any;
5
5
 
6
- export = UnocssWebpackPlugin;
6
+ export { UnocssWebpackPlugin as default };
package/package.json CHANGED
@@ -1,15 +1,16 @@
1
1
  {
2
2
  "name": "unocss",
3
3
  "type": "module",
4
- "version": "0.65.4",
4
+ "version": "65.4.2",
5
5
  "description": "The instant on-demand Atomic CSS engine.",
6
6
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
7
7
  "license": "MIT",
8
8
  "funding": "https://github.com/sponsors/antfu",
9
- "homepage": "https://github.com/unocss/unocss#readme",
9
+ "homepage": "https://unocss.dev",
10
10
  "repository": {
11
11
  "type": "git",
12
- "url": "https://github.com/unocss/unocss"
12
+ "url": "https://github.com/unocss/unocss",
13
+ "directory": "packages-presets/unocss"
13
14
  },
14
15
  "sponsor": {
15
16
  "url": "https://github.com/sponsors/antfu"
@@ -111,7 +112,7 @@
111
112
  },
112
113
  "peerDependencies": {
113
114
  "vite": "^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0 || ^6.0.0-0",
114
- "@unocss/webpack": "0.65.4"
115
+ "@unocss/webpack": "65.4.2"
115
116
  },
116
117
  "peerDependenciesMeta": {
117
118
  "@unocss/webpack": {
@@ -122,27 +123,27 @@
122
123
  }
123
124
  },
124
125
  "dependencies": {
125
- "@unocss/astro": "0.65.4",
126
- "@unocss/core": "0.65.4",
127
- "@unocss/preset-attributify": "0.65.4",
128
- "@unocss/postcss": "0.65.4",
129
- "@unocss/preset-icons": "0.65.4",
130
- "@unocss/cli": "0.65.4",
131
- "@unocss/preset-mini": "0.65.4",
132
- "@unocss/preset-tagify": "0.65.4",
133
- "@unocss/preset-typography": "0.65.4",
134
- "@unocss/preset-uno": "0.65.4",
135
- "@unocss/preset-web-fonts": "0.65.4",
136
- "@unocss/preset-wind": "0.65.4",
137
- "@unocss/transformer-compile-class": "0.65.4",
138
- "@unocss/transformer-variant-group": "0.65.4",
139
- "@unocss/transformer-attributify-jsx": "0.65.4",
140
- "@unocss/transformer-directives": "0.65.4",
141
- "@unocss/vite": "0.65.4"
126
+ "@unocss/astro": "65.4.2",
127
+ "@unocss/cli": "65.4.2",
128
+ "@unocss/postcss": "65.4.2",
129
+ "@unocss/core": "65.4.2",
130
+ "@unocss/preset-icons": "65.4.2",
131
+ "@unocss/preset-mini": "65.4.2",
132
+ "@unocss/preset-attributify": "65.4.2",
133
+ "@unocss/preset-tagify": "65.4.2",
134
+ "@unocss/preset-typography": "65.4.2",
135
+ "@unocss/preset-web-fonts": "65.4.2",
136
+ "@unocss/transformer-attributify-jsx": "65.4.2",
137
+ "@unocss/preset-uno": "65.4.2",
138
+ "@unocss/preset-wind": "65.4.2",
139
+ "@unocss/transformer-directives": "65.4.2",
140
+ "@unocss/transformer-variant-group": "65.4.2",
141
+ "@unocss/transformer-compile-class": "65.4.2",
142
+ "@unocss/vite": "65.4.2"
142
143
  },
143
144
  "devDependencies": {
144
- "vite": "^6.0.5",
145
- "@unocss/webpack": "0.65.4"
145
+ "vite": "^6.0.7",
146
+ "@unocss/webpack": "65.4.2"
146
147
  },
147
148
  "scripts": {
148
149
  "build": "unbuild",