@unocss/core 0.48.2 → 0.48.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.cjs CHANGED
@@ -433,7 +433,7 @@ function resolveConfig(userConfig = {}, defaults = {}) {
433
433
  };
434
434
  }
435
435
 
436
- const version = "0.48.2";
436
+ const version = "0.48.4";
437
437
 
438
438
  class UnoGenerator {
439
439
  constructor(userConfig = {}, defaults = {}) {
package/dist/index.mjs CHANGED
@@ -429,7 +429,7 @@ function resolveConfig(userConfig = {}, defaults = {}) {
429
429
  };
430
430
  }
431
431
 
432
- const version = "0.48.2";
432
+ const version = "0.48.4";
433
433
 
434
434
  class UnoGenerator {
435
435
  constructor(userConfig = {}, defaults = {}) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unocss/core",
3
- "version": "0.48.2",
3
+ "version": "0.48.4",
4
4
  "description": "The instant on-demand Atomic CSS engine.",
5
5
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
6
6
  "license": "MIT",