@byteluck-fe/model-driven-settings 2.22.0-beta.4 → 2.22.0-beta.6

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.
@@ -38,7 +38,7 @@ export var BaseProps = /*#__PURE__*/ function() {
38
38
  * 显示隐藏
39
39
  * */ _define_property(this, "visible", void 0);
40
40
  /**
41
- * 开启表达式
41
+ * 开启表达式
42
42
  * */ _define_property(this, "expression", void 0);
43
43
  /**
44
44
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byteluck-fe/model-driven-settings",
3
- "version": "2.22.0-beta.4",
3
+ "version": "2.22.0-beta.6",
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.22.0-beta.4",
30
- "@byteluck-fe/model-driven-shared": "2.21.0-beta.15",
29
+ "@byteluck-fe/model-driven-core": "2.22.0-beta.6",
30
+ "@byteluck-fe/model-driven-shared": "2.22.0-beta.6",
31
31
  "tslib": "^2.1.0"
32
32
  },
33
- "gitHead": "07d07ec0e8e1997210577f263400229f084bde95"
33
+ "gitHead": "5b7a6ae39fcac35fb56be60575258aa2644892b9"
34
34
  }