dsh-lark-bot 0.19.3 → 0.19.5
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/README.md +4 -1
- package/dist/cli.js +328 -76
- package/dist/cli.js.map +1 -1
- package/dist/plugin.js +312 -67
- package/dist/plugin.js.map +1 -1
- package/dist/skill.d.ts +26 -0
- package/dist/skill.js +94 -0
- package/dist/skill.js.map +1 -0
- package/package.json +5 -1
package/README.md
CHANGED
|
@@ -353,7 +353,10 @@ npx dsh-lark-bot@latest upgrade --profile dsh-lark --yes
|
|
|
353
353
|
- `--force`:无法访问 npm(离线)时按当前运行版本重装;
|
|
354
354
|
- `--no-guardian`:跳过守护升级;
|
|
355
355
|
- **runtime profile 一致性修复**:升级后自动把 `dsh-lark-sdk` / `dsh-lark-acp` 的
|
|
356
|
-
own-package
|
|
356
|
+
own-package 链接重指到新版本,并当场强制刷新 runtime profile 及被链接主插件中版本陈旧或物理
|
|
357
|
+
内容损坏的 SDK server / ACP 依赖;
|
|
358
|
+
- **受管服务安全重载**:更新 worker 的临时 callback URL/token 与 npx cache PATH 不会写入持久
|
|
359
|
+
service env;只有飞书通道、callback server 和 Guardian 心跳均已就绪后才确认更新成功。
|
|
357
360
|
|
|
358
361
|
无需交互确认时加 `--yes`(非交互环境不带 `--yes` 会安全中止)。其余方式:
|
|
359
362
|
|