@unocss/core 0.61.3 → 0.61.4
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.mjs +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -602,7 +602,7 @@ function definePreset(preset) {
|
|
|
602
602
|
return preset;
|
|
603
603
|
}
|
|
604
604
|
|
|
605
|
-
const version = "0.61.
|
|
605
|
+
const version = "0.61.4";
|
|
606
606
|
|
|
607
607
|
var __defProp = Object.defineProperty;
|
|
608
608
|
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|