@unocss/cli 66.5.11 → 66.5.12

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,4 +1,4 @@
1
- import { i as version, r as handleError, t as build } from "./src-gL19Lj2z.mjs";
1
+ import { i as version, r as handleError, t as build } from "./src-Bsolyx0i.mjs";
2
2
  import process from "node:process";
3
3
  import { loadConfig } from "@unocss/config";
4
4
  import { toArray } from "@unocss/core";
package/dist/index.mjs CHANGED
@@ -1,3 +1,3 @@
1
- import { n as resolveOptions, t as build } from "./src-gL19Lj2z.mjs";
1
+ import { n as resolveOptions, t as build } from "./src-Bsolyx0i.mjs";
2
2
 
3
3
  export { build, resolveOptions };
@@ -208,7 +208,7 @@ async function applyTransformers(ctx, original, id, enforce = "default") {
208
208
 
209
209
  //#endregion
210
210
  //#region package.json
211
- var version = "66.5.11";
211
+ var version = "66.5.12";
212
212
 
213
213
  //#endregion
214
214
  //#region src/config.ts
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@unocss/cli",
3
3
  "type": "module",
4
- "version": "66.5.11",
4
+ "version": "66.5.12",
5
5
  "description": "CLI for UnoCSS",
6
6
  "author": {
7
7
  "name": "Johann Schopplich",
@@ -50,9 +50,9 @@
50
50
  "perfect-debounce": "^2.0.0",
51
51
  "tinyglobby": "^0.2.15",
52
52
  "unplugin-utils": "^0.3.1",
53
- "@unocss/config": "66.5.11",
54
- "@unocss/core": "66.5.11",
55
- "@unocss/preset-uno": "66.5.11"
53
+ "@unocss/config": "66.5.12",
54
+ "@unocss/core": "66.5.12",
55
+ "@unocss/preset-uno": "66.5.12"
56
56
  },
57
57
  "scripts": {
58
58
  "build": "tsdown --config-loader unrun",