@byteluck-fe/model-driven-driven 7.0.0-props.21 → 7.0.0-props.23

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.
@@ -97,6 +97,7 @@ function _inherits(subClass, superClass) {
97
97
  if (superClass) _set_prototype_of(subClass, superClass);
98
98
  }
99
99
  function _instanceof(left, right) {
100
+ "@swc/helpers - instanceof";
100
101
  if (right != null && typeof Symbol !== "undefined" && right[Symbol.hasInstance]) {
101
102
  return !!right[Symbol.hasInstance](left);
102
103
  } else {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byteluck-fe/model-driven-driven",
3
- "version": "7.0.0-props.21",
3
+ "version": "7.0.0-props.23",
4
4
  "description": "> TODO: description",
5
5
  "author": "郝晨光 <2293885211@qq.com>",
6
6
  "homepage": "",
@@ -26,10 +26,10 @@
26
26
  "postpublish": "node ../../scripts/postpublish.js"
27
27
  },
28
28
  "dependencies": {
29
- "@byteluck-fe/model-driven-controls": "7.0.0-props.21",
29
+ "@byteluck-fe/model-driven-controls": "7.0.0-props.23",
30
30
  "@byteluck-fe/model-driven-core": "7.0.0-props.19",
31
31
  "@byteluck-fe/model-driven-settings": "7.0.0-props.19",
32
32
  "@byteluck-fe/model-driven-shared": "7.0.0-props.19"
33
33
  },
34
- "gitHead": "dbdaee2fd60121b8b9ae70d322a69e971554188a"
34
+ "gitHead": "e9963dd4239ad91950b3fbc442608c33adfbf4f2"
35
35
  }