@unocss/cli 0.53.5 → 0.53.6

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
@@ -1,7 +1,7 @@
1
1
  import { cac } from 'cac';
2
2
  import { loadConfig } from '@unocss/config';
3
3
  import { toArray } from '@unocss/core';
4
- import { b as build, v as version, h as handleError } from './shared/cli.df6993bb.mjs';
4
+ import { b as build, v as version, h as handleError } from './shared/cli.0324d034.mjs';
5
5
  import 'node:fs';
6
6
  import 'pathe';
7
7
  import 'fast-glob';
package/dist/index.mjs CHANGED
@@ -5,7 +5,7 @@ import 'consola';
5
5
  import 'colorette';
6
6
  import 'perfect-debounce';
7
7
  import '@unocss/core';
8
- export { b as build, r as resolveOptions } from './shared/cli.df6993bb.mjs';
8
+ export { b as build, r as resolveOptions } from './shared/cli.0324d034.mjs';
9
9
  import '@rollup/pluginutils';
10
10
  import '@unocss/config';
11
11
  import 'magic-string';
@@ -203,7 +203,7 @@ function restoreSkipCode(code, map) {
203
203
  return code;
204
204
  }
205
205
 
206
- const version = "0.53.5";
206
+ const version = "0.53.6";
207
207
 
208
208
  const defaultConfig = {
209
209
  envMode: "build",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unocss/cli",
3
- "version": "0.53.5",
3
+ "version": "0.53.6",
4
4
  "description": "CLI for UnoCSS",
5
5
  "author": {
6
6
  "name": "Johann Schopplich",
@@ -49,9 +49,9 @@
49
49
  "magic-string": "^0.30.1",
50
50
  "pathe": "^1.1.1",
51
51
  "perfect-debounce": "^1.0.0",
52
- "@unocss/config": "0.53.5",
53
- "@unocss/core": "0.53.5",
54
- "@unocss/preset-uno": "0.53.5"
52
+ "@unocss/config": "0.53.6",
53
+ "@unocss/core": "0.53.6",
54
+ "@unocss/preset-uno": "0.53.6"
55
55
  },
56
56
  "scripts": {
57
57
  "build": "unbuild",