@unocss/postcss 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
@@ -26,6 +26,5 @@ declare namespace unocss {
26
26
  export { _a as default };
27
27
  }
28
28
 
29
- // @ts-ignore
30
29
  export = unocss;
31
30
  export type { UnoPostcssPluginOptions };
package/dist/index.d.mts 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 as default };
30
+ export type { UnoPostcssPluginOptions };
package/dist/index.d.ts CHANGED
@@ -26,6 +26,5 @@ declare namespace unocss {
26
26
  export { _a as default };
27
27
  }
28
28
 
29
- // @ts-ignore
30
29
  export = unocss;
31
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": "66.3.3",
4
+ "version": "66.4.0",
5
5
  "description": "PostCSS plugin for UnoCSS",
6
6
  "author": "sibbng <sibbngheid@gmail.com>",
7
7
  "license": "MIT",
@@ -57,9 +57,9 @@
57
57
  "css-tree": "^3.1.0",
58
58
  "postcss": "^8.5.6",
59
59
  "tinyglobby": "^0.2.14",
60
- "@unocss/config": "66.3.3",
61
- "@unocss/core": "66.3.3",
62
- "@unocss/rule-utils": "66.3.3"
60
+ "@unocss/config": "66.4.0",
61
+ "@unocss/core": "66.4.0",
62
+ "@unocss/rule-utils": "66.4.0"
63
63
  },
64
64
  "scripts": {
65
65
  "build": "unbuild",