@unocss/postcss 0.59.4 → 0.60.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.cjs CHANGED
@@ -1,4 +1,4 @@
1
- 'use strict';Object.defineProperty(exports, '__esModule', {value: true});
1
+ 'use strict';
2
2
 
3
3
  function unocss(options = {}) {
4
4
  let promise;
@@ -16,4 +16,4 @@ function unocss(options = {}) {
16
16
  unocss.postcss = true;
17
17
  unocss.default = unocss;
18
18
 
19
- exports.default = unocss;
19
+ module.exports = unocss;
package/dist/index.d.cts CHANGED
@@ -26,4 +26,5 @@ declare namespace unocss {
26
26
  export { _a as default };
27
27
  }
28
28
 
29
- export { type UnoPostcssPluginOptions, unocss as default };
29
+ export = unocss;
30
+ export { type UnoPostcssPluginOptions };
package/dist/index.d.ts CHANGED
@@ -26,4 +26,5 @@ declare namespace unocss {
26
26
  export { _a as default };
27
27
  }
28
28
 
29
- export { type UnoPostcssPluginOptions, unocss as default };
29
+ export = unocss;
30
+ export { type UnoPostcssPluginOptions };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@unocss/postcss",
3
3
  "type": "module",
4
- "version": "0.59.4",
4
+ "version": "0.60.0",
5
5
  "description": "PostCSS plugin for UnoCSS",
6
6
  "author": "sibbng <sibbngheid@gmail.com>",
7
7
  "license": "MIT",
@@ -58,9 +58,9 @@
58
58
  "fast-glob": "^3.3.2",
59
59
  "magic-string": "^0.30.10",
60
60
  "postcss": "^8.4.38",
61
- "@unocss/config": "0.59.4",
62
- "@unocss/core": "0.59.4",
63
- "@unocss/rule-utils": "0.59.4"
61
+ "@unocss/config": "0.60.0",
62
+ "@unocss/core": "0.60.0",
63
+ "@unocss/rule-utils": "0.60.0"
64
64
  },
65
65
  "scripts": {
66
66
  "build": "unbuild",