@unocss/cli 0.60.3 → 0.60.4

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/cli.mjs CHANGED
@@ -2,7 +2,7 @@ import process from 'node:process';
2
2
  import { cac } from 'cac';
3
3
  import { loadConfig } from '@unocss/config';
4
4
  import { toArray } from '@unocss/core';
5
- import { b as build, v as version, h as handleError } from './shared/cli.BaBiPj_j.mjs';
5
+ import { b as build, v as version, h as handleError } from './shared/cli.C6R_EPDV.mjs';
6
6
  import 'node:fs';
7
7
  import 'pathe';
8
8
  import 'fast-glob';
package/dist/index.mjs CHANGED
@@ -6,7 +6,7 @@ import 'consola';
6
6
  import 'colorette';
7
7
  import 'perfect-debounce';
8
8
  import '@unocss/core';
9
- export { b as build, r as resolveOptions } from './shared/cli.BaBiPj_j.mjs';
9
+ export { b as build, r as resolveOptions } from './shared/cli.C6R_EPDV.mjs';
10
10
  import '@rollup/pluginutils';
11
11
  import '@unocss/config';
12
12
  import 'magic-string';
@@ -213,7 +213,7 @@ function restoreSkipCode(code, map) {
213
213
  return code;
214
214
  }
215
215
 
216
- const version = "0.60.3";
216
+ const version = "0.60.4";
217
217
 
218
218
  const defaultConfig = {
219
219
  envMode: "build",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@unocss/cli",
3
3
  "type": "module",
4
- "version": "0.60.3",
4
+ "version": "0.60.4",
5
5
  "description": "CLI for UnoCSS",
6
6
  "author": {
7
7
  "name": "Johann Schopplich",
@@ -50,9 +50,9 @@
50
50
  "magic-string": "^0.30.10",
51
51
  "pathe": "^1.1.2",
52
52
  "perfect-debounce": "^1.0.0",
53
- "@unocss/config": "0.60.3",
54
- "@unocss/core": "0.60.3",
55
- "@unocss/preset-uno": "0.60.3"
53
+ "@unocss/config": "0.60.4",
54
+ "@unocss/core": "0.60.4",
55
+ "@unocss/preset-uno": "0.60.4"
56
56
  },
57
57
  "scripts": {
58
58
  "build": "unbuild",