@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 +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -613,7 +613,7 @@ function mergeAutocompleteShorthands(shorthands) {
|
|
|
613
613
|
);
|
|
614
614
|
}
|
|
615
615
|
|
|
616
|
-
const version = "0.55.
|
|
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.
|
|
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;
|