@lark-apaas/openclaw-scripts-diagnose-cli 0.1.6-alpha.2 → 0.1.6-alpha.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.
Files changed (2) hide show
  1. package/dist/index.cjs +3 -3
  2. package/package.json +1 -1
package/dist/index.cjs CHANGED
@@ -53,7 +53,7 @@ let json_diff = require("json-diff");
53
53
  * it terse and parseable.
54
54
  */
55
55
  function getVersion() {
56
- return "0.1.6-alpha.2";
56
+ return "0.1.6-alpha.3";
57
57
  }
58
58
  //#endregion
59
59
  //#region src/rule-engine/base.ts
@@ -4525,7 +4525,7 @@ async function reportCliRun(opts) {
4525
4525
  //#region src/help.ts
4526
4526
  const BIN = "mclaw-diagnose";
4527
4527
  function versionBanner() {
4528
- return `v0.1.6-alpha.2`;
4528
+ return `v0.1.6-alpha.3`;
4529
4529
  }
4530
4530
  const COMMANDS = [
4531
4531
  {
@@ -5276,7 +5276,7 @@ async function main() {
5276
5276
  agentsMdPath: getFlag(args, "agents-md"),
5277
5277
  feishuAppSecret: getFlag(args, "feishu-app-secret")
5278
5278
  });
5279
- console.error(`lark-cli-init: result=${JSON.stringify(result)}`);
5279
+ console.log(JSON.stringify(result));
5280
5280
  await reportRun("lark-cli-init", rc, void 0, args.join(" "), Date.now() - t0, {
5281
5281
  success: result.ok,
5282
5282
  result,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lark-apaas/openclaw-scripts-diagnose-cli",
3
- "version": "0.1.6-alpha.2",
3
+ "version": "0.1.6-alpha.3",
4
4
  "description": "CLI for OpenClaw config diagnose and repair with JSON5 support",
5
5
  "main": "dist/index.cjs",
6
6
  "bin": {