@unocss/core 0.62.2 → 0.62.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.mjs +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -639,7 +639,7 @@ function definePreset(preset) {
|
|
|
639
639
|
return preset;
|
|
640
640
|
}
|
|
641
641
|
|
|
642
|
-
const version = "0.62.
|
|
642
|
+
const version = "0.62.3";
|
|
643
643
|
|
|
644
644
|
var __defProp = Object.defineProperty;
|
|
645
645
|
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|