@peninsula-med/beisen-ehr-plugin 2.2.0 → 2.2.1

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
@@ -8,7 +8,7 @@ import { OpenClawPlugin } from 'openclaw/plugin-sdk';
8
8
  */
9
9
 
10
10
  declare const pluginId = "beisen-ehr-plugin";
11
- declare const pluginVersion = "2.2.0";
11
+ declare const pluginVersion = "2.2.1";
12
12
  interface BeisenEHRConfig {
13
13
  apiUrl?: string;
14
14
  appKey: string;
package/dist/index.esm.js CHANGED
@@ -3456,7 +3456,7 @@ const Type = TypeBuilder;
3456
3456
  * 完全移除 MCP 依赖,直接注册工具
3457
3457
  */
3458
3458
  const pluginId = 'beisen-ehr-plugin';
3459
- const pluginVersion = '2.2.0';
3459
+ const pluginVersion = '2.2.1';
3460
3460
  const defaultConfig = {
3461
3461
  apiUrl: 'https://openapi.italent.cn',
3462
3462
  };