@unocss/cli 65.4.2 → 65.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,9 +2,9 @@ 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.DageB5sV.mjs';
|
|
6
6
|
import 'node:fs';
|
|
7
|
-
import '
|
|
7
|
+
import 'unplugin-utils';
|
|
8
8
|
import '@ampproject/remapping';
|
|
9
9
|
import 'magic-string';
|
|
10
10
|
import 'colorette';
|
package/dist/index.mjs
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
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.DageB5sV.mjs';
|
|
4
4
|
import '@unocss/core';
|
|
5
5
|
import 'colorette';
|
|
6
6
|
import 'consola';
|
|
7
7
|
import 'pathe';
|
|
8
8
|
import 'perfect-debounce';
|
|
9
9
|
import 'tinyglobby';
|
|
10
|
-
import '@rollup/pluginutils';
|
|
11
10
|
import '@unocss/config';
|
|
11
|
+
import 'unplugin-utils';
|
|
12
12
|
import '@ampproject/remapping';
|
|
13
13
|
import 'magic-string';
|
|
14
14
|
import '@unocss/preset-uno';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { promises, existsSync } from 'node:fs';
|
|
2
2
|
import process$1 from 'node:process';
|
|
3
|
-
import { createFilter } from '@rollup/pluginutils';
|
|
4
3
|
import { createRecoveryConfigLoader } from '@unocss/config';
|
|
5
4
|
import { cssIdRE, createGenerator, BetterMap, toArray } from '@unocss/core';
|
|
5
|
+
import { createFilter } from 'unplugin-utils';
|
|
6
6
|
import remapping from '@ampproject/remapping';
|
|
7
7
|
import MagicString from 'magic-string';
|
|
8
|
-
import {
|
|
8
|
+
import { green, cyan, dim } from 'colorette';
|
|
9
9
|
import { consola } from 'consola';
|
|
10
10
|
import { resolve, dirname, relative, normalize, basename } from 'pathe';
|
|
11
11
|
import { debounce } from 'perfect-debounce';
|
|
@@ -215,7 +215,7 @@ async function applyTransformers(ctx, original, id, enforce = "default") {
|
|
|
215
215
|
}
|
|
216
216
|
}
|
|
217
217
|
|
|
218
|
-
const version = "65.
|
|
218
|
+
const version = "65.5.0";
|
|
219
219
|
|
|
220
220
|
const defaultConfig = {
|
|
221
221
|
envMode: "build",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unocss/cli",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "65.
|
|
4
|
+
"version": "65.5.0",
|
|
5
5
|
"description": "CLI for UnoCSS",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Johann Schopplich",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"homepage": "https://unocss.dev",
|
|
14
14
|
"repository": {
|
|
15
15
|
"type": "git",
|
|
16
|
-
"url": "https://github.com/unocss/unocss",
|
|
16
|
+
"url": "git+https://github.com/unocss/unocss",
|
|
17
17
|
"directory": "packages-engine/cli"
|
|
18
18
|
},
|
|
19
19
|
"bugs": {
|
|
@@ -41,18 +41,18 @@
|
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
43
|
"@ampproject/remapping": "^2.3.0",
|
|
44
|
-
"@rollup/pluginutils": "^5.1.4",
|
|
45
44
|
"cac": "^6.7.14",
|
|
46
45
|
"chokidar": "^3.6.0",
|
|
47
46
|
"colorette": "^2.0.20",
|
|
48
47
|
"consola": "^3.4.0",
|
|
49
48
|
"magic-string": "^0.30.17",
|
|
50
|
-
"pathe": "^
|
|
49
|
+
"pathe": "^2.0.3",
|
|
51
50
|
"perfect-debounce": "^1.0.0",
|
|
52
51
|
"tinyglobby": "^0.2.10",
|
|
53
|
-
"
|
|
54
|
-
"@unocss/
|
|
55
|
-
"@unocss/
|
|
52
|
+
"unplugin-utils": "^0.2.4",
|
|
53
|
+
"@unocss/core": "65.5.0",
|
|
54
|
+
"@unocss/preset-uno": "65.5.0",
|
|
55
|
+
"@unocss/config": "65.5.0"
|
|
56
56
|
},
|
|
57
57
|
"scripts": {
|
|
58
58
|
"build": "unbuild",
|