@weapp-tailwindcss/cli 5.3.1 → 5.3.2
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/bin.cjs
CHANGED
package/dist/bin.js
CHANGED
package/dist/index.cjs
CHANGED
package/dist/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as runCli } from "./src-
|
|
1
|
+
import { t as runCli } from "./src-Bp82pk-X.js";
|
|
2
2
|
export { runCli };
|
|
@@ -446,7 +446,7 @@ async function runTailwindCli(rawArgv) {
|
|
|
446
446
|
}
|
|
447
447
|
//#endregion
|
|
448
448
|
//#region package.json
|
|
449
|
-
var version = "5.3.
|
|
449
|
+
var version = "5.3.2";
|
|
450
450
|
//#endregion
|
|
451
451
|
//#region src/constants.ts
|
|
452
452
|
const WEAPP_TW_REQUIRED_NODE_VERSION_RANGE = "^22.18.0 || >=24.11.0";
|
|
@@ -475,7 +475,7 @@ async function runTailwindCli(rawArgv) {
|
|
|
475
475
|
}
|
|
476
476
|
//#endregion
|
|
477
477
|
//#region package.json
|
|
478
|
-
var version = "5.3.
|
|
478
|
+
var version = "5.3.2";
|
|
479
479
|
//#endregion
|
|
480
480
|
//#region src/constants.ts
|
|
481
481
|
const WEAPP_TW_REQUIRED_NODE_VERSION_RANGE = "^22.18.0 || >=24.11.0";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@weapp-tailwindcss/cli",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "5.3.
|
|
4
|
+
"version": "5.3.2",
|
|
5
5
|
"description": "Cross-platform Tailwind CSS CLI for Web and mini-program builds. 面向 Web 与小程序构建的跨端 Tailwind CSS CLI。",
|
|
6
6
|
"author": "ice breaker <1324318532@qq.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"lightningcss": "^1.33.0",
|
|
56
56
|
"semver": "~7.8.5",
|
|
57
57
|
"@weapp-tailwindcss/logger": "2.0.2",
|
|
58
|
-
"weapp-tailwindcss": "5.3.
|
|
58
|
+
"weapp-tailwindcss": "5.3.2"
|
|
59
59
|
},
|
|
60
60
|
"scripts": {
|
|
61
61
|
"build": "tsdown",
|