@nextclaw/runtime 0.2.51 → 0.2.53

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.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  import { ProviderCatalogPlugin, ProviderCatalogPlugin as ProviderCatalogPlugin$1, ProviderSpec, ProviderSpec as ProviderSpec$1 } from "@nextclaw/core";
2
2
 
3
- //#region src/channels/builtin.d.ts
4
- declare const BUILTIN_CHANNEL_PLUGIN_IDS: readonly ["telegram", "whatsapp", "discord", "feishu", "mochat", "dingtalk", "wecom", "email", "slack", "qq", "weixin"];
3
+ //#region src/channels/builtin-channel.config.d.ts
4
+ declare const BUILTIN_CHANNEL_PLUGIN_IDS: readonly ["telegram", "whatsapp", "discord", "feishu", "dingtalk", "wecom", "email", "slack", "qq", "weixin"];
5
5
  type BuiltinChannelPluginId = (typeof BUILTIN_CHANNEL_PLUGIN_IDS)[number];
6
6
  declare function isBuiltinChannelPluginId(value: string): value is BuiltinChannelPluginId;
7
7
  //#endregion
package/dist/index.js CHANGED
@@ -1,11 +1,10 @@
1
1
  import { ProviderRegistry } from "@nextclaw/core";
2
- //#region src/channels/builtin.ts
2
+ //#region src/channels/builtin-channel.config.ts
3
3
  const BUILTIN_CHANNEL_PLUGIN_IDS = [
4
4
  "telegram",
5
5
  "whatsapp",
6
6
  "discord",
7
7
  "feishu",
8
- "mochat",
9
8
  "dingtalk",
10
9
  "wecom",
11
10
  "email",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nextclaw/runtime",
3
- "version": "0.2.51",
3
+ "version": "0.2.53",
4
4
  "private": false,
5
5
  "description": "NextClaw runtime assembly for builtin providers and channels.",
6
6
  "type": "module",
@@ -15,7 +15,7 @@
15
15
  "dist"
16
16
  ],
17
17
  "dependencies": {
18
- "@nextclaw/core": "0.12.19"
18
+ "@nextclaw/core": "0.12.21"
19
19
  },
20
20
  "devDependencies": {
21
21
  "@types/node": "^20.17.6",