@unocss/cli 66.4.1 → 66.5.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
|
@@ -2,10 +2,10 @@ import process from 'node:process';
|
|
|
2
2
|
import { loadConfig } from '@unocss/config';
|
|
3
3
|
import { toArray } from '@unocss/core';
|
|
4
4
|
import { cac } from 'cac';
|
|
5
|
-
import { b as build, v as version, h as handleError } from './shared/cli.
|
|
5
|
+
import { b as build, v as version, h as handleError } from './shared/cli.XB03zkX0.mjs';
|
|
6
6
|
import 'node:fs';
|
|
7
7
|
import 'unplugin-utils';
|
|
8
|
-
import '@
|
|
8
|
+
import '@jridgewell/remapping';
|
|
9
9
|
import 'magic-string';
|
|
10
10
|
import 'colorette';
|
|
11
11
|
import 'consola';
|
package/dist/index.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import 'node:fs';
|
|
2
2
|
import 'node:process';
|
|
3
|
-
export { b as build, r as resolveOptions } from './shared/cli.
|
|
3
|
+
export { b as build, r as resolveOptions } from './shared/cli.XB03zkX0.mjs';
|
|
4
4
|
import '@unocss/core';
|
|
5
5
|
import 'colorette';
|
|
6
6
|
import 'consola';
|
|
@@ -9,6 +9,6 @@ import 'perfect-debounce';
|
|
|
9
9
|
import 'tinyglobby';
|
|
10
10
|
import '@unocss/config';
|
|
11
11
|
import 'unplugin-utils';
|
|
12
|
-
import '@
|
|
12
|
+
import '@jridgewell/remapping';
|
|
13
13
|
import 'magic-string';
|
|
14
14
|
import '@unocss/preset-uno';
|
|
@@ -3,7 +3,7 @@ import process from 'node:process';
|
|
|
3
3
|
import { createRecoveryConfigLoader } from '@unocss/config';
|
|
4
4
|
import { cssIdRE, createGenerator, BetterMap, toArray } from '@unocss/core';
|
|
5
5
|
import { createFilter } from 'unplugin-utils';
|
|
6
|
-
import remapping from '@
|
|
6
|
+
import remapping from '@jridgewell/remapping';
|
|
7
7
|
import MagicString from 'magic-string';
|
|
8
8
|
import { green, cyan, dim } from 'colorette';
|
|
9
9
|
import { consola } from 'consola';
|
|
@@ -200,7 +200,7 @@ async function applyTransformers(ctx, original, id, enforce = "default") {
|
|
|
200
200
|
}
|
|
201
201
|
}
|
|
202
202
|
|
|
203
|
-
const version = "66.
|
|
203
|
+
const version = "66.5.0";
|
|
204
204
|
|
|
205
205
|
const defaultConfig = {
|
|
206
206
|
envMode: "build",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unocss/cli",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "66.
|
|
4
|
+
"version": "66.5.0",
|
|
5
5
|
"description": "CLI for UnoCSS",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Johann Schopplich",
|
|
@@ -40,19 +40,19 @@
|
|
|
40
40
|
"node": ">=14"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@
|
|
43
|
+
"@jridgewell/remapping": "^2.3.5",
|
|
44
44
|
"cac": "^6.7.14",
|
|
45
45
|
"chokidar": "^3.6.0",
|
|
46
46
|
"colorette": "^2.0.20",
|
|
47
47
|
"consola": "^3.4.2",
|
|
48
|
-
"magic-string": "^0.30.
|
|
48
|
+
"magic-string": "^0.30.18",
|
|
49
49
|
"pathe": "^2.0.3",
|
|
50
50
|
"perfect-debounce": "^1.0.0",
|
|
51
51
|
"tinyglobby": "^0.2.14",
|
|
52
|
-
"unplugin-utils": "^0.
|
|
53
|
-
"@unocss/
|
|
54
|
-
"@unocss/
|
|
55
|
-
"@unocss/preset-uno": "66.
|
|
52
|
+
"unplugin-utils": "^0.3.0",
|
|
53
|
+
"@unocss/core": "66.5.0",
|
|
54
|
+
"@unocss/config": "66.5.0",
|
|
55
|
+
"@unocss/preset-uno": "66.5.0"
|
|
56
56
|
},
|
|
57
57
|
"scripts": {
|
|
58
58
|
"build": "unbuild",
|