@byteluck-fe/model-driven-settings 2.8.1-beta1 → 2.8.5-beta.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.
@@ -16,7 +16,7 @@ export interface BaseSchema<Props extends object> {
16
16
  label?: string;
17
17
  /**
18
18
  * 唯一标识符
19
- * 有type字段的时候,key代表生成的property的键
19
+ * 有type字段的时候,key代表生成的 property 的键
20
20
  * 有component字段的时候,用于在groups中对应当前component
21
21
  * 以上两种情况允许同时存在
22
22
  * */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byteluck-fe/model-driven-settings",
3
- "version": "2.8.1-beta1",
3
+ "version": "2.8.5-beta.1",
4
4
  "description": "> TODO: description",
5
5
  "author": "郝晨光 <2293885211@qq.com>",
6
6
  "homepage": "",
@@ -26,9 +26,9 @@
26
26
  "postpublish": "node ../../scripts/postpublish.js"
27
27
  },
28
28
  "dependencies": {
29
- "@byteluck-fe/model-driven-core": "2.8.1-beta1",
30
- "@byteluck-fe/model-driven-shared": "2.8.1-beta1",
29
+ "@byteluck-fe/model-driven-core": "2.8.5-beta.1",
30
+ "@byteluck-fe/model-driven-shared": "2.8.5-beta.1",
31
31
  "tslib": "^2.1.0"
32
32
  },
33
- "gitHead": "be42b5cb2bd47576ccef9cf1d74d97cbd6cc9132"
33
+ "gitHead": "e517f3100a3ee5ce4a7dcbf01bb718b0b2d5e62e"
34
34
  }