@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 +1 -1
- package/lib/index.js +1 -1
- package/package.json +1 -1
package/host/index.mjs
CHANGED
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.
|
|
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;
|