@lark-apaas/openclaw-scripts-diagnose-cli 0.1.21-alpha.1 → 0.1.21-alpha.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/index.cjs +2 -2
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -52,7 +52,7 @@ node_assert = __toESM(node_assert);
|
|
|
52
52
|
* it terse and parseable.
|
|
53
53
|
*/
|
|
54
54
|
function getVersion() {
|
|
55
|
-
return "0.1.21-alpha.
|
|
55
|
+
return "0.1.21-alpha.2";
|
|
56
56
|
}
|
|
57
57
|
//#endregion
|
|
58
58
|
//#region src/rule-engine/base.ts
|
|
@@ -11419,7 +11419,7 @@ async function reportCliRun(opts) {
|
|
|
11419
11419
|
//#region src/help.ts
|
|
11420
11420
|
const BIN = "mclaw-diagnose";
|
|
11421
11421
|
function versionBanner() {
|
|
11422
|
-
return `v0.1.21-alpha.
|
|
11422
|
+
return `v0.1.21-alpha.2`;
|
|
11423
11423
|
}
|
|
11424
11424
|
const COMMANDS = [
|
|
11425
11425
|
{
|
package/package.json
CHANGED