@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/README.md +10 -5
- 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.d.ts
CHANGED
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.
|
|
3459
|
+
const pluginVersion = '2.2.1';
|
|
3460
3460
|
const defaultConfig = {
|
|
3461
3461
|
apiUrl: 'https://openapi.italent.cn',
|
|
3462
3462
|
};
|