@unocss/core 0.43.0 → 0.43.1

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
@@ -486,7 +486,7 @@ function resolveConfig(userConfig = {}, defaults = {}) {
486
486
  };
487
487
  }
488
488
 
489
- const version = "0.43.0";
489
+ const version = "0.43.1";
490
490
 
491
491
  class UnoGenerator {
492
492
  constructor(userConfig = {}, defaults = {}) {
package/dist/index.mjs CHANGED
@@ -482,7 +482,7 @@ function resolveConfig(userConfig = {}, defaults = {}) {
482
482
  };
483
483
  }
484
484
 
485
- const version = "0.43.0";
485
+ const version = "0.43.1";
486
486
 
487
487
  class UnoGenerator {
488
488
  constructor(userConfig = {}, defaults = {}) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unocss/core",
3
- "version": "0.43.0",
3
+ "version": "0.43.1",
4
4
  "description": "The instant on-demand Atomic CSS engine.",
5
5
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
6
6
  "license": "MIT",