@unocss/webpack 65.4.2 → 65.4.3

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,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;
15
+ export type { WebpackPluginOptions };
package/dist/index.d.ts 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;
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": "65.4.2",
4
+ "version": "65.4.3",
5
5
  "description": "The Webpack plugin for UnoCSS",
6
6
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
7
7
  "license": "MIT",
@@ -67,8 +67,8 @@
67
67
  "tinyglobby": "^0.2.10",
68
68
  "unplugin": "^2.1.2",
69
69
  "webpack-sources": "^3.2.3",
70
- "@unocss/core": "65.4.2",
71
- "@unocss/config": "65.4.2"
70
+ "@unocss/config": "65.4.3",
71
+ "@unocss/core": "65.4.3"
72
72
  },
73
73
  "devDependencies": {
74
74
  "@types/webpack": "^5.28.5",