@lark-apaas/openclaw-scripts-diagnose-cli 0.1.18-alpha.7 → 0.1.18-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.
- package/dist/index.cjs +2 -10
- 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.18-
|
|
55
|
+
return "0.1.18-beta.0";
|
|
56
56
|
}
|
|
57
57
|
//#endregion
|
|
58
58
|
//#region src/rule-engine/base.ts
|
|
@@ -3347,14 +3347,6 @@ function cleanupLegacyResiduals(ctx) {
|
|
|
3347
3347
|
//#endregion
|
|
3348
3348
|
//#region src/version-compat.ts
|
|
3349
3349
|
const VERSION_COMPAT_MAP = Object.freeze([
|
|
3350
|
-
{
|
|
3351
|
-
openclawLarkVersion: "2026.5.20",
|
|
3352
|
-
minOpenclawVersion: "2026.5.7"
|
|
3353
|
-
},
|
|
3354
|
-
{
|
|
3355
|
-
openclawLarkVersion: "2026.5.13",
|
|
3356
|
-
minOpenclawVersion: "2026.5.7"
|
|
3357
|
-
},
|
|
3358
3350
|
{
|
|
3359
3351
|
openclawLarkVersion: "2026.5.12",
|
|
3360
3352
|
minOpenclawVersion: "2026.5.7"
|
|
@@ -11244,7 +11236,7 @@ async function reportCliRun(opts) {
|
|
|
11244
11236
|
//#region src/help.ts
|
|
11245
11237
|
const BIN = "mclaw-diagnose";
|
|
11246
11238
|
function versionBanner() {
|
|
11247
|
-
return `v0.1.18-
|
|
11239
|
+
return `v0.1.18-beta.0`;
|
|
11248
11240
|
}
|
|
11249
11241
|
const COMMANDS = [
|
|
11250
11242
|
{
|
package/package.json
CHANGED