@unocss/webpack 66.2.0 → 66.2.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.
- package/dist/index.d.cts +1 -0
- package/dist/index.d.ts +1 -0
- package/package.json +7 -7
package/dist/index.d.cts
CHANGED
|
@@ -11,5 +11,6 @@ interface WebpackPluginOptions<Theme extends object = object> extends UserConfig
|
|
|
11
11
|
}
|
|
12
12
|
declare function WebpackPlugin<Theme extends object>(configOrPath?: WebpackPluginOptions<Theme> | string, defaults?: UserConfigDefaults): webpack.WebpackPluginInstance;
|
|
13
13
|
|
|
14
|
+
// @ts-ignore
|
|
14
15
|
export = WebpackPlugin;
|
|
15
16
|
export type { WebpackPluginOptions };
|
package/dist/index.d.ts
CHANGED
|
@@ -11,5 +11,6 @@ interface WebpackPluginOptions<Theme extends object = object> extends UserConfig
|
|
|
11
11
|
}
|
|
12
12
|
declare function WebpackPlugin<Theme extends object>(configOrPath?: WebpackPluginOptions<Theme> | string, defaults?: UserConfigDefaults): webpack.WebpackPluginInstance;
|
|
13
13
|
|
|
14
|
+
// @ts-ignore
|
|
14
15
|
export = WebpackPlugin;
|
|
15
16
|
export type { WebpackPluginOptions };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unocss/webpack",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "66.2.
|
|
4
|
+
"version": "66.2.2",
|
|
5
5
|
"description": "The Webpack plugin for UnoCSS",
|
|
6
6
|
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -64,17 +64,17 @@
|
|
|
64
64
|
"chokidar": "^3.6.0",
|
|
65
65
|
"magic-string": "^0.30.17",
|
|
66
66
|
"pathe": "^2.0.3",
|
|
67
|
-
"tinyglobby": "^0.2.
|
|
68
|
-
"unplugin": "^2.3.
|
|
67
|
+
"tinyglobby": "^0.2.14",
|
|
68
|
+
"unplugin": "^2.3.5",
|
|
69
69
|
"unplugin-utils": "^0.2.4",
|
|
70
|
-
"webpack-sources": "^3.2
|
|
71
|
-
"@unocss/config": "66.2.
|
|
72
|
-
"@unocss/core": "66.2.
|
|
70
|
+
"webpack-sources": "^3.3.2",
|
|
71
|
+
"@unocss/config": "66.2.2",
|
|
72
|
+
"@unocss/core": "66.2.2"
|
|
73
73
|
},
|
|
74
74
|
"devDependencies": {
|
|
75
75
|
"@types/webpack": "^5.28.5",
|
|
76
76
|
"@types/webpack-sources": "^3.2.3",
|
|
77
|
-
"webpack": "^5.99.
|
|
77
|
+
"webpack": "^5.99.9"
|
|
78
78
|
},
|
|
79
79
|
"scripts": {
|
|
80
80
|
"build": "unbuild",
|