@unocss/core 0.58.0 → 0.58.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/README.md CHANGED
@@ -9,4 +9,3 @@ Please refer to the [documentation](https://unocss.dev/tools/core).
9
9
  ## License
10
10
 
11
11
  MIT License © 2021-PRESENT [Anthony Fu](https://github.com/antfu)
12
-
package/dist/index.cjs CHANGED
@@ -590,7 +590,7 @@ function definePreset(preset) {
590
590
  return preset;
591
591
  }
592
592
 
593
- const version = "0.58.0";
593
+ const version = "0.58.1";
594
594
 
595
595
  var __defProp = Object.defineProperty;
596
596
  var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
package/dist/index.d.cts CHANGED
@@ -685,7 +685,7 @@ interface UserOnlyOptions<Theme extends object = object> {
685
685
  */
686
686
  interface CliOptions {
687
687
  cli?: {
688
- entry?: CliEntryItem | CliEntryItem[];
688
+ entry?: Arrayable<CliEntryItem>;
689
689
  };
690
690
  }
691
691
  interface UnocssPluginContext<Config extends UserConfig = UserConfig> {
package/dist/index.d.mts CHANGED
@@ -685,7 +685,7 @@ interface UserOnlyOptions<Theme extends object = object> {
685
685
  */
686
686
  interface CliOptions {
687
687
  cli?: {
688
- entry?: CliEntryItem | CliEntryItem[];
688
+ entry?: Arrayable<CliEntryItem>;
689
689
  };
690
690
  }
691
691
  interface UnocssPluginContext<Config extends UserConfig = UserConfig> {
package/dist/index.d.ts CHANGED
@@ -685,7 +685,7 @@ interface UserOnlyOptions<Theme extends object = object> {
685
685
  */
686
686
  interface CliOptions {
687
687
  cli?: {
688
- entry?: CliEntryItem | CliEntryItem[];
688
+ entry?: Arrayable<CliEntryItem>;
689
689
  };
690
690
  }
691
691
  interface UnocssPluginContext<Config extends UserConfig = UserConfig> {
package/dist/index.mjs CHANGED
@@ -588,7 +588,7 @@ function definePreset(preset) {
588
588
  return preset;
589
589
  }
590
590
 
591
- const version = "0.58.0";
591
+ const version = "0.58.1";
592
592
 
593
593
  var __defProp = Object.defineProperty;
594
594
  var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unocss/core",
3
- "version": "0.58.0",
3
+ "version": "0.58.1",
4
4
  "description": "The instant on-demand Atomic CSS engine.",
5
5
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
6
6
  "license": "MIT",