@unocss/cli 66.6.5 → 66.6.6-beta.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,4 +1,4 @@
1
- import { n as handleError, r as version, t as build } from "./src-D8_gVOla.mjs";
1
+ import { n as handleError, r as version, t as build } from "./src--FBLDsr1.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,3 +1,3 @@
1
- import { t as build } from "./src-D8_gVOla.mjs";
1
+ import { t as build } from "./src--FBLDsr1.mjs";
2
2
 
3
3
  export { build };
@@ -207,7 +207,7 @@ async function applyTransformers(ctx, original, id, enforce = "default") {
207
207
 
208
208
  //#endregion
209
209
  //#region package.json
210
- var version = "66.6.5";
210
+ var version = "66.6.6-beta.1";
211
211
 
212
212
  //#endregion
213
213
  //#region src/debug.ts
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@unocss/cli",
3
3
  "type": "module",
4
- "version": "66.6.5",
4
+ "version": "66.6.6-beta.1",
5
5
  "description": "CLI for UnoCSS",
6
6
  "author": {
7
7
  "name": "Johann Schopplich",
@@ -46,11 +46,11 @@
46
46
  "perfect-debounce": "^2.1.0",
47
47
  "tinyglobby": "^0.2.15",
48
48
  "unplugin-utils": "^0.3.1",
49
- "@unocss/core": "66.6.5",
50
- "@unocss/transformer-directives": "66.6.5",
51
- "@unocss/preset-wind4": "66.6.5",
52
- "@unocss/config": "66.6.4",
53
- "@unocss/preset-wind3": "66.6.5"
49
+ "@unocss/config": "66.6.6-beta.1",
50
+ "@unocss/core": "66.6.6-beta.1",
51
+ "@unocss/preset-wind3": "66.6.6-beta.1",
52
+ "@unocss/preset-wind4": "66.6.6-beta.1",
53
+ "@unocss/transformer-directives": "66.6.6-beta.1"
54
54
  },
55
55
  "scripts": {
56
56
  "build": "tsdown --config-loader unrun",