@unocss/cli 66.6.7 → 66.6.8

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 { n as handleError, r as version, t as build } from "./src-CwdqtLdP.mjs";
1
+ import { n as handleError, r as version, t as build } from "./src-8qD2Z7Td.mjs";
2
2
  import process from "node:process";
3
3
  import { green } from "colorette";
4
4
  import { resolve } from "pathe";
package/dist/index.mjs CHANGED
@@ -1,2 +1,2 @@
1
- import { t as build } from "./src-CwdqtLdP.mjs";
1
+ import { t as build } from "./src-8qD2Z7Td.mjs";
2
2
  export { build };
@@ -193,7 +193,7 @@ async function applyTransformers(ctx, original, id, enforce = "default") {
193
193
  }
194
194
  //#endregion
195
195
  //#region package.json
196
- var version = "66.6.7";
196
+ var version = "66.6.8";
197
197
  //#endregion
198
198
  //#region src/debug.ts
199
199
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@unocss/cli",
3
3
  "type": "module",
4
- "version": "66.6.7",
4
+ "version": "66.6.8",
5
5
  "description": "CLI for UnoCSS",
6
6
  "author": {
7
7
  "name": "Johann Schopplich",
@@ -37,20 +37,20 @@
37
37
  },
38
38
  "dependencies": {
39
39
  "@jridgewell/remapping": "^2.3.5",
40
- "cac": "^6.7.14",
40
+ "cac": "^7.0.0",
41
41
  "chokidar": "^5.0.0",
42
42
  "colorette": "^2.0.20",
43
43
  "consola": "^3.4.2",
44
44
  "magic-string": "^0.30.21",
45
45
  "pathe": "^2.0.3",
46
46
  "perfect-debounce": "^2.1.0",
47
- "tinyglobby": "^0.2.15",
47
+ "tinyglobby": "^0.2.16",
48
48
  "unplugin-utils": "^0.3.1",
49
- "@unocss/config": "66.6.7",
50
- "@unocss/core": "66.6.7",
51
- "@unocss/preset-wind4": "66.6.7",
52
- "@unocss/transformer-directives": "66.6.7",
53
- "@unocss/preset-wind3": "66.6.7"
49
+ "@unocss/config": "66.6.8",
50
+ "@unocss/preset-wind3": "66.6.8",
51
+ "@unocss/core": "66.6.8",
52
+ "@unocss/preset-wind4": "66.6.8",
53
+ "@unocss/transformer-directives": "66.6.8"
54
54
  },
55
55
  "scripts": {
56
56
  "build": "tsdown --config-loader unrun",