@lark-apaas/openclaw-scripts-diagnose-cli 0.1.1-beta.1 → 0.1.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.
Files changed (2) hide show
  1. package/dist/index.cjs +1 -1
  2. package/package.json +1 -1
package/dist/index.cjs CHANGED
@@ -2795,7 +2795,7 @@ async function runDoctor(rawCtx, opts) {
2795
2795
  //#region src/help.ts
2796
2796
  const BIN = "mclaw-diagnose";
2797
2797
  function versionBanner() {
2798
- return `v0.1.1-beta.1`;
2798
+ return `v0.1.2`;
2799
2799
  }
2800
2800
  const COMMANDS = [
2801
2801
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lark-apaas/openclaw-scripts-diagnose-cli",
3
- "version": "0.1.1-beta.1",
3
+ "version": "0.1.2",
4
4
  "description": "CLI for OpenClaw config diagnose and repair with JSON5 support",
5
5
  "main": "dist/index.cjs",
6
6
  "bin": {