@gmcb/cli 0.2.1 → 0.2.3
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/CHANGELOG.md +16 -0
- package/lib/actions/config.d.ts +1 -0
- package/package.json +2 -2
- package/schema.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [0.2.3](https://git.keeprisk.cn/zhifuqihuang/platform-web/front-end/compare/@gmcb/cli@0.2.2...@gmcb/cli@0.2.3) (2025-10-06)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @gmcb/cli
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [0.2.2](https://git.keeprisk.cn/zhifuqihuang/platform-web/front-end/compare/@gmcb/cli@0.2.1...@gmcb/cli@0.2.2) (2025-10-06)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @gmcb/cli
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
## [0.2.1](https://git.keeprisk.cn/zhifuqihuang/platform-web/front-end/compare/@gmcb/cli@0.2.0...@gmcb/cli@0.2.1) (2025-10-06)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @gmcb/cli
|
package/lib/actions/config.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gmcb/cli",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.3",
|
|
4
4
|
"description": "工茂草本前端命令行工具",
|
|
5
5
|
"author": "yinjiazeng@163.com",
|
|
6
6
|
"license": "MIT",
|
|
@@ -54,5 +54,5 @@
|
|
|
54
54
|
"@types/rimraf": "^4.0.5",
|
|
55
55
|
"@types/user-home": "^2.0.2"
|
|
56
56
|
},
|
|
57
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "0bc97c2da2cca8928f0319d1e47f59ae720ef3d0"
|
|
58
58
|
}
|
package/schema.json
CHANGED
|
@@ -35,28 +35,28 @@
|
|
|
35
35
|
"type": "object",
|
|
36
36
|
"description": "发布配置",
|
|
37
37
|
"properties": {
|
|
38
|
-
"
|
|
38
|
+
"brand": {
|
|
39
39
|
"type": "string",
|
|
40
40
|
"description": "品牌名称"
|
|
41
41
|
},
|
|
42
42
|
"type": {
|
|
43
43
|
"type": "number",
|
|
44
|
-
"description": "
|
|
44
|
+
"description": "应用类型,1:医生端、2:门店端、3:患者端"
|
|
45
45
|
},
|
|
46
46
|
"status": {
|
|
47
47
|
"type": "number",
|
|
48
|
-
"description": "
|
|
48
|
+
"description": "更新状态,4:强制更新、3:提示更新、2:不提示更新"
|
|
49
49
|
},
|
|
50
50
|
"platform": {
|
|
51
51
|
"type": "number",
|
|
52
|
-
"description": "
|
|
52
|
+
"description": "平台类型,1:android、2:ios、3:harmonyos、4:windows、5:macos"
|
|
53
53
|
},
|
|
54
54
|
"path": {
|
|
55
55
|
"type": "string",
|
|
56
56
|
"description": "远程路径"
|
|
57
57
|
}
|
|
58
58
|
},
|
|
59
|
-
"required": ["
|
|
59
|
+
"required": ["brand", "type", "path"]
|
|
60
60
|
},
|
|
61
61
|
"cos": {
|
|
62
62
|
"type": "object",
|