@lark-apaas/openclaw-scripts-diagnose-cli 0.1.14-alpha.6 → 0.1.14-alpha.7
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 +4 -4
- 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.14-alpha.
|
|
55
|
+
return "0.1.14-alpha.7";
|
|
56
56
|
}
|
|
57
57
|
//#endregion
|
|
58
58
|
//#region src/rule-engine/base.ts
|
|
@@ -3728,8 +3728,8 @@ let FeishuBotChannelConfigRule = class FeishuBotChannelConfigRule extends Diagno
|
|
|
3728
3728
|
}
|
|
3729
3729
|
/** Fix a single bot entry in-place.
|
|
3730
3730
|
* appSecret is repaired based on its current type:
|
|
3731
|
-
* - object → canonical provider-ref
|
|
3732
|
-
* - string →
|
|
3731
|
+
* - object → fix to canonical provider-ref
|
|
3732
|
+
* - string → fix to larkApps plaintext
|
|
3733
3733
|
*/
|
|
3734
3734
|
fixBot(bot, larkApp) {
|
|
3735
3735
|
const creatorOpenID = larkApp.creatorOpenID;
|
|
@@ -10371,7 +10371,7 @@ async function reportCliRun(opts) {
|
|
|
10371
10371
|
//#region src/help.ts
|
|
10372
10372
|
const BIN = "mclaw-diagnose";
|
|
10373
10373
|
function versionBanner() {
|
|
10374
|
-
return `v0.1.14-alpha.
|
|
10374
|
+
return `v0.1.14-alpha.7`;
|
|
10375
10375
|
}
|
|
10376
10376
|
const COMMANDS = [
|
|
10377
10377
|
{
|
package/package.json
CHANGED