@peninsula-med/beisen-ehr-plugin 2.1.1 → 2.2.0
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.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -3460,7 +3460,7 @@ const Type = TypeBuilder;
|
|
|
3460
3460
|
* 完全移除 MCP 依赖,直接注册工具
|
|
3461
3461
|
*/
|
|
3462
3462
|
const pluginId = 'beisen-ehr-plugin';
|
|
3463
|
-
const pluginVersion = '2.
|
|
3463
|
+
const pluginVersion = '2.2.0';
|
|
3464
3464
|
const defaultConfig = {
|
|
3465
3465
|
apiUrl: 'https://openapi.italent.cn',
|
|
3466
3466
|
};
|