@unocss/webpack 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/index.d.cts CHANGED
@@ -11,6 +11,5 @@ 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
15
14
  export = WebpackPlugin;
16
15
  export type { WebpackPluginOptions };
package/dist/index.d.mts CHANGED
@@ -11,4 +11,5 @@ 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
- export { type WebpackPluginOptions, WebpackPlugin as default };
14
+ export { WebpackPlugin as default };
15
+ export type { WebpackPluginOptions };
package/dist/index.d.ts CHANGED
@@ -11,6 +11,5 @@ 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
15
14
  export = WebpackPlugin;
16
15
  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.3.3",
4
+ "version": "66.4.0",
5
5
  "description": "The Webpack plugin for UnoCSS",
6
6
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
7
7
  "license": "MIT",
@@ -68,13 +68,13 @@
68
68
  "unplugin": "^2.3.5",
69
69
  "unplugin-utils": "^0.2.4",
70
70
  "webpack-sources": "^3.3.3",
71
- "@unocss/config": "66.3.3",
72
- "@unocss/core": "66.3.3"
71
+ "@unocss/config": "66.4.0",
72
+ "@unocss/core": "66.4.0"
73
73
  },
74
74
  "devDependencies": {
75
75
  "@types/webpack": "^5.28.5",
76
76
  "@types/webpack-sources": "^3.2.3",
77
- "webpack": "^5.99.9"
77
+ "webpack": "^5.101.0"
78
78
  },
79
79
  "scripts": {
80
80
  "build": "unbuild",