@lark-apaas/openclaw-scripts-diagnose-cli 0.1.15-alpha.7 → 0.1.15-alpha.8
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.15-alpha.
|
|
55
|
+
return "0.1.15-alpha.8";
|
|
56
56
|
}
|
|
57
57
|
//#endregion
|
|
58
58
|
//#region src/rule-engine/base.ts
|
|
@@ -10602,7 +10602,7 @@ async function reportCliRun(opts) {
|
|
|
10602
10602
|
//#region src/help.ts
|
|
10603
10603
|
const BIN = "mclaw-diagnose";
|
|
10604
10604
|
function versionBanner() {
|
|
10605
|
-
return `v0.1.15-alpha.
|
|
10605
|
+
return `v0.1.15-alpha.8`;
|
|
10606
10606
|
}
|
|
10607
10607
|
const COMMANDS = [
|
|
10608
10608
|
{
|
package/package.json
CHANGED