@unocss/cli 66.7.0-beta.1 → 66.7.0

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-0GM1yfOA.mjs";
1
+ import { n as handleError, r as version, t as build } from "./src-uJ02cLnZ.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-0GM1yfOA.mjs";
1
+ import { t as build } from "./src-uJ02cLnZ.mjs";
2
2
  export { build };
@@ -192,7 +192,7 @@ async function applyTransformers(ctx, original, id, enforce = "default") {
192
192
  }
193
193
  //#endregion
194
194
  //#region package.json
195
- var version = "66.7.0-beta.1";
195
+ var version = "66.7.0";
196
196
  //#endregion
197
197
  //#region src/debug.ts
198
198
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@unocss/cli",
3
3
  "type": "module",
4
- "version": "66.7.0-beta.1",
4
+ "version": "66.7.0",
5
5
  "description": "CLI for UnoCSS",
6
6
  "author": {
7
7
  "name": "Johann Schopplich",
@@ -43,11 +43,11 @@
43
43
  "perfect-debounce": "^2.1.0",
44
44
  "tinyglobby": "^0.2.16",
45
45
  "unplugin-utils": "^0.3.1",
46
- "@unocss/core": "66.7.0-beta.1",
47
- "@unocss/preset-wind4": "66.7.0-beta.1",
48
- "@unocss/preset-wind3": "66.7.0-beta.1",
49
- "@unocss/transformer-directives": "66.7.0-beta.1",
50
- "@unocss/config": "66.7.0-beta.1"
46
+ "@unocss/config": "66.7.0",
47
+ "@unocss/core": "66.7.0",
48
+ "@unocss/preset-wind3": "66.7.0",
49
+ "@unocss/transformer-directives": "66.7.0",
50
+ "@unocss/preset-wind4": "66.7.0"
51
51
  },
52
52
  "scripts": {
53
53
  "build": "tsdown --config-loader unrun",