@unocss/core 0.45.9 → 0.45.12

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