@unocss/cli 66.1.1 → 66.1.3
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,7 +2,7 @@ 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.ggfqAHfp.mjs';
|
|
6
6
|
import 'node:fs';
|
|
7
7
|
import 'unplugin-utils';
|
|
8
8
|
import '@ampproject/remapping';
|
package/dist/index.mjs
CHANGED
|
@@ -20,7 +20,7 @@ const SKIP_END_COMMENT = "@unocss-skip-end";
|
|
|
20
20
|
const SKIP_COMMENT_RE = new RegExp(`(//\\s*?${SKIP_START_COMMENT}\\s*?|\\/\\*\\s*?${SKIP_START_COMMENT}\\s*?\\*\\/|<!--\\s*?${SKIP_START_COMMENT}\\s*?-->)[\\s\\S]*?(//\\s*?${SKIP_END_COMMENT}\\s*?|\\/\\*\\s*?${SKIP_END_COMMENT}\\s*?\\*\\/|<!--\\s*?${SKIP_END_COMMENT}\\s*?-->)`, "g");
|
|
21
21
|
|
|
22
22
|
const defaultPipelineExclude = [cssIdRE];
|
|
23
|
-
const defaultPipelineInclude = [/\.(vue|svelte|[jt]sx|mdx?|astro|elm|php|phtml|html)($|\?)/];
|
|
23
|
+
const defaultPipelineInclude = [/\.(vue|svelte|[jt]sx|vine.ts|mdx?|astro|elm|php|phtml|html)($|\?)/];
|
|
24
24
|
|
|
25
25
|
function deprecationCheck(config) {
|
|
26
26
|
let warned = false;
|
|
@@ -215,7 +215,7 @@ async function applyTransformers(ctx, original, id, enforce = "default") {
|
|
|
215
215
|
}
|
|
216
216
|
}
|
|
217
217
|
|
|
218
|
-
const version = "66.1.
|
|
218
|
+
const version = "66.1.3";
|
|
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": "66.1.
|
|
4
|
+
"version": "66.1.3",
|
|
5
5
|
"description": "CLI for UnoCSS",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Johann Schopplich",
|
|
@@ -50,9 +50,9 @@
|
|
|
50
50
|
"perfect-debounce": "^1.0.0",
|
|
51
51
|
"tinyglobby": "^0.2.13",
|
|
52
52
|
"unplugin-utils": "^0.2.4",
|
|
53
|
-
"@unocss/config": "66.1.
|
|
54
|
-
"@unocss/core": "66.1.
|
|
55
|
-
"@unocss/preset-uno": "66.1.
|
|
53
|
+
"@unocss/config": "66.1.3",
|
|
54
|
+
"@unocss/core": "66.1.3",
|
|
55
|
+
"@unocss/preset-uno": "66.1.3"
|
|
56
56
|
},
|
|
57
57
|
"scripts": {
|
|
58
58
|
"build": "unbuild",
|