@unocss/cli 0.52.0 → 0.52.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/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.c776e188.mjs';
4
+ import { b as build, v as version, h as handleError } from './shared/cli.bf8f797d.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.c776e188.mjs';
8
+ export { b as build, r as resolveOptions } from './shared/cli.bf8f797d.mjs';
9
9
  import '@rollup/pluginutils';
10
10
  import '@unocss/config';
11
11
  import 'magic-string';
@@ -152,7 +152,7 @@ async function applyTransformers(ctx, original, id, enforce = "default") {
152
152
  }
153
153
  }
154
154
 
155
- const version = "0.52.0";
155
+ const version = "0.52.1";
156
156
 
157
157
  const defaultConfig = {
158
158
  envMode: "build",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unocss/cli",
3
- "version": "0.52.0",
3
+ "version": "0.52.1",
4
4
  "description": "CLI for UnoCSS",
5
5
  "author": {
6
6
  "name": "Johann Schopplich",
@@ -49,9 +49,9 @@
49
49
  "magic-string": "^0.30.0",
50
50
  "pathe": "^1.1.0",
51
51
  "perfect-debounce": "^1.0.0",
52
- "@unocss/config": "0.52.0",
53
- "@unocss/core": "0.52.0",
54
- "@unocss/preset-uno": "0.52.0"
52
+ "@unocss/config": "0.52.1",
53
+ "@unocss/core": "0.52.1",
54
+ "@unocss/preset-uno": "0.52.1"
55
55
  },
56
56
  "scripts": {
57
57
  "build": "unbuild",