@peninsula-med/beisen-ehr-plugin 2.2.1 → 3.0.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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "beisen-ehr-plugin",
3
- "name": "北森 EHR",
4
- "description": "北森 EHR 系统集成,支持加班申请、考勤查询、假期余额等功能",
3
+ "name": "北森 EHR - 加班申请",
4
+ "description": "北森 EHR 加班申请插件",
5
5
  "configSchema": {
6
6
  "type": "object",
7
7
  "additionalProperties": false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@peninsula-med/beisen-ehr-plugin",
3
- "version": "2.2.1",
3
+ "version": "3.0.1",
4
4
  "type": "module",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",
@@ -18,14 +18,14 @@
18
18
  "bin": {
19
19
  "beisen-ehr-configure": "./scripts/configure.js"
20
20
  },
21
- "keywords": ["beisen", "ehr", "openclaw-plugin", "加班申请", "考勤"],
21
+ "keywords": ["beisen", "ehr", "openclaw-plugin", "加班申请"],
22
22
  "author": "龙二 🐉",
23
23
  "license": "MIT",
24
24
  "repository": {
25
25
  "type": "git",
26
26
  "url": "https://github.com/your-org/beisen-ehr-plugin.git"
27
27
  },
28
- "description": "北森 EHR 插件 - 加班申请、考勤查询、假期余额",
28
+ "description": "北森 EHR 加班申请插件",
29
29
  "openclaw": {
30
30
  "extensions": ["./dist/index.esm.js"],
31
31
  "install": {