@unocss/core 0.55.4 → 0.55.6

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
@@ -613,7 +613,7 @@ function mergeAutocompleteShorthands(shorthands) {
613
613
  );
614
614
  }
615
615
 
616
- const version = "0.55.4";
616
+ const version = "0.55.6";
617
617
 
618
618
  var __defProp = Object.defineProperty;
619
619
  var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
package/dist/index.mjs CHANGED
@@ -611,7 +611,7 @@ function mergeAutocompleteShorthands(shorthands) {
611
611
  );
612
612
  }
613
613
 
614
- const version = "0.55.4";
614
+ const version = "0.55.6";
615
615
 
616
616
  var __defProp = Object.defineProperty;
617
617
  var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unocss/core",
3
- "version": "0.55.4",
3
+ "version": "0.55.6",
4
4
  "description": "The instant on-demand Atomic CSS engine.",
5
5
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
6
6
  "license": "MIT",