@lark-apaas/openclaw-scripts-diagnose-cli 0.1.7-alpha.0 → 0.1.7-beta.0

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 +2 -2
  2. package/package.json +1 -1
package/dist/index.cjs CHANGED
@@ -50,7 +50,7 @@ node_assert = __toESM(node_assert);
50
50
  * it terse and parseable.
51
51
  */
52
52
  function getVersion() {
53
- return "0.1.7-alpha.0";
53
+ return "0.1.7-beta.0";
54
54
  }
55
55
  //#endregion
56
56
  //#region src/rule-engine/base.ts
@@ -8186,7 +8186,7 @@ async function reportCliRun(opts) {
8186
8186
  //#region src/help.ts
8187
8187
  const BIN = "mclaw-diagnose";
8188
8188
  function versionBanner() {
8189
- return `v0.1.7-alpha.0`;
8189
+ return `v0.1.7-beta.0`;
8190
8190
  }
8191
8191
  const COMMANDS = [
8192
8192
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lark-apaas/openclaw-scripts-diagnose-cli",
3
- "version": "0.1.7-alpha.0",
3
+ "version": "0.1.7-beta.0",
4
4
  "description": "CLI for OpenClaw config diagnose and repair with JSON5 support",
5
5
  "main": "dist/index.cjs",
6
6
  "bin": {