@unocss/core 0.44.2 → 0.44.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.cjs CHANGED
@@ -414,7 +414,7 @@ function resolveConfig(userConfig = {}, defaults = {}) {
414
414
  };
415
415
  }
416
416
 
417
- const version = "0.44.2";
417
+ const version = "0.44.3";
418
418
 
419
419
  class UnoGenerator {
420
420
  constructor(userConfig = {}, defaults = {}) {
package/dist/index.mjs CHANGED
@@ -410,7 +410,7 @@ function resolveConfig(userConfig = {}, defaults = {}) {
410
410
  };
411
411
  }
412
412
 
413
- const version = "0.44.2";
413
+ const version = "0.44.3";
414
414
 
415
415
  class UnoGenerator {
416
416
  constructor(userConfig = {}, defaults = {}) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unocss/core",
3
- "version": "0.44.2",
3
+ "version": "0.44.3",
4
4
  "description": "The instant on-demand Atomic CSS engine.",
5
5
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
6
6
  "license": "MIT",