@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
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- const require_src = require("./src-B7L6v_JY.cjs");
2
+ const require_src = require("./src-keQZGzde.cjs");
3
3
  let node_process = require("node:process");
4
4
  node_process = require_src.__toESM(node_process, 1);
5
5
  //#region src/bin.ts
package/dist/bin.js CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- import { t as runCli } from "./src-Cq9mSbsd.js";
2
+ import { t as runCli } from "./src-Bp82pk-X.js";
3
3
  import process from "node:process";
4
4
  //#region src/bin.ts
5
5
  process.title = "node (@weapp-tailwindcss/cli)";
package/dist/index.cjs CHANGED
@@ -1,3 +1,3 @@
1
1
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
2
- const require_src = require("./src-B7L6v_JY.cjs");
2
+ const require_src = require("./src-keQZGzde.cjs");
3
3
  exports.runCli = require_src.runCli;
package/dist/index.js CHANGED
@@ -1,2 +1,2 @@
1
- import { t as runCli } from "./src-Cq9mSbsd.js";
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.1";
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.1";
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.1",
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.1"
58
+ "weapp-tailwindcss": "5.3.2"
59
59
  },
60
60
  "scripts": {
61
61
  "build": "tsdown",