@unocss/core 0.49.1 → 0.49.2

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
@@ -444,7 +444,7 @@ function resolveConfig(userConfig = {}, defaults = {}) {
444
444
  };
445
445
  }
446
446
 
447
- const version = "0.49.1";
447
+ const version = "0.49.2";
448
448
 
449
449
  class UnoGenerator {
450
450
  constructor(userConfig = {}, defaults = {}) {
package/dist/index.mjs CHANGED
@@ -440,7 +440,7 @@ function resolveConfig(userConfig = {}, defaults = {}) {
440
440
  };
441
441
  }
442
442
 
443
- const version = "0.49.1";
443
+ const version = "0.49.2";
444
444
 
445
445
  class UnoGenerator {
446
446
  constructor(userConfig = {}, defaults = {}) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unocss/core",
3
- "version": "0.49.1",
3
+ "version": "0.49.2",
4
4
  "description": "The instant on-demand Atomic CSS engine.",
5
5
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
6
6
  "license": "MIT",