@unocss/cli 0.53.0 → 0.53.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.5c7ff2fe.mjs';
4
+ import { b as build, v as version, h as handleError } from './shared/cli.355e215c.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.5c7ff2fe.mjs';
8
+ export { b as build, r as resolveOptions } from './shared/cli.355e215c.mjs';
9
9
  import '@rollup/pluginutils';
10
10
  import '@unocss/config';
11
11
  import 'magic-string';
@@ -171,7 +171,7 @@ async function applyTransformers(ctx, original, id, enforce = "default") {
171
171
  }
172
172
  }
173
173
 
174
- const version = "0.53.0";
174
+ const version = "0.53.1";
175
175
 
176
176
  const defaultConfig = {
177
177
  envMode: "build",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unocss/cli",
3
- "version": "0.53.0",
3
+ "version": "0.53.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.1",
51
51
  "perfect-debounce": "^1.0.0",
52
- "@unocss/config": "0.53.0",
53
- "@unocss/core": "0.53.0",
54
- "@unocss/preset-uno": "0.53.0"
52
+ "@unocss/config": "0.53.1",
53
+ "@unocss/core": "0.53.1",
54
+ "@unocss/preset-uno": "0.53.1"
55
55
  },
56
56
  "scripts": {
57
57
  "build": "unbuild",