@unocss/core 0.35.0 → 0.35.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.cjs CHANGED
@@ -457,7 +457,7 @@ function resolveConfig(userConfig = {}, defaults = {}) {
457
457
  };
458
458
  }
459
459
 
460
- const version = "0.35.0";
460
+ const version = "0.35.3";
461
461
 
462
462
  class UnoGenerator {
463
463
  constructor(userConfig = {}, defaults = {}) {
package/dist/index.mjs CHANGED
@@ -453,7 +453,7 @@ function resolveConfig(userConfig = {}, defaults = {}) {
453
453
  };
454
454
  }
455
455
 
456
- const version = "0.35.0";
456
+ const version = "0.35.3";
457
457
 
458
458
  class UnoGenerator {
459
459
  constructor(userConfig = {}, defaults = {}) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unocss/core",
3
- "version": "0.35.0",
3
+ "version": "0.35.3",
4
4
  "description": "The instant on-demand Atomic CSS engine.",
5
5
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
6
6
  "license": "MIT",
@@ -26,8 +26,8 @@
26
26
  "exports": {
27
27
  ".": {
28
28
  "types": "./dist/index.d.ts",
29
- "import": "./dist/index.mjs",
30
- "require": "./dist/index.cjs"
29
+ "require": "./dist/index.cjs",
30
+ "import": "./dist/index.mjs"
31
31
  }
32
32
  },
33
33
  "main": "dist/index.cjs",