@sidleo3/dsh-chat-feishu 0.0.4 → 0.0.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/host/index.mjs CHANGED
@@ -15,7 +15,7 @@
15
15
  import { createFeishuController } from './controller.mjs';
16
16
 
17
17
  /** 渠道包版本:设置页的「版本与更新」面板用它,`npm run check` 会与 package.json 对账。 */
18
- const CHANNEL_VERSION = '0.0.4';
18
+ const CHANNEL_VERSION = '0.0.5';
19
19
 
20
20
  export const name = 'dsh-chat-feishu-host';
21
21
 
package/lib/index.js CHANGED
@@ -131937,7 +131937,7 @@ function createFeishuController({ deps, logger = console, config = {}, internals
131937
131937
  }
131938
131938
 
131939
131939
  // packages/dsh-chat-feishu/host/index.mjs
131940
- var CHANNEL_VERSION = "0.0.4";
131940
+ var CHANNEL_VERSION = "0.0.5";
131941
131941
  var name = "dsh-chat-feishu-host";
131942
131942
  var inject = ["dshChat"];
131943
131943
  var EXPECTED_CONTRACT = 1;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sidleo3/dsh-chat-feishu",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
4
4
  "type": "module",
5
5
  "description": "dsh-chat 飞书渠道插件(凭据、长连接、私聊/群聊、任务过程展示)",
6
6
  "license": "MIT",