@unocss/core 0.54.1 → 0.54.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
@@ -567,7 +567,7 @@ function mergeAutocompleteShorthands(shorthands) {
567
567
  );
568
568
  }
569
569
 
570
- const version = "0.54.1";
570
+ const version = "0.54.3";
571
571
 
572
572
  class UnoGenerator {
573
573
  constructor(userConfig = {}, defaults = {}) {
package/dist/index.mjs CHANGED
@@ -563,7 +563,7 @@ function mergeAutocompleteShorthands(shorthands) {
563
563
  );
564
564
  }
565
565
 
566
- const version = "0.54.1";
566
+ const version = "0.54.3";
567
567
 
568
568
  class UnoGenerator {
569
569
  constructor(userConfig = {}, defaults = {}) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unocss/core",
3
- "version": "0.54.1",
3
+ "version": "0.54.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
- "require": "./dist/index.cjs",
30
- "import": "./dist/index.mjs"
29
+ "import": "./dist/index.mjs",
30
+ "require": "./dist/index.cjs"
31
31
  }
32
32
  },
33
33
  "main": "dist/index.cjs",