@byteluck-fe/model-driven-shared 2.5.0-alpha.9 → 2.5.0-beta.8
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.
|
@@ -20,7 +20,7 @@ import { warn } from "./log";
|
|
|
20
20
|
warn("Can not set ".concat(key, "'s ").concat(current, " property in current %o, Because there is no ").concat(current, " property on the %o"), props, props);
|
|
21
21
|
return;
|
|
22
22
|
}
|
|
23
|
-
//
|
|
23
|
+
// 设置值, 如果值一致则不触发
|
|
24
24
|
if (index === arr.length - 1 && !Object.is(nowProps[current], value)) {
|
|
25
25
|
nowProps[current] = value;
|
|
26
26
|
result = true;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@byteluck-fe/model-driven-shared",
|
|
3
|
-
"version": "2.5.0-
|
|
3
|
+
"version": "2.5.0-beta.8",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"author": "郝晨光 <2293885211@qq.com>",
|
|
6
6
|
"homepage": "",
|
|
@@ -30,5 +30,5 @@
|
|
|
30
30
|
"humps": "^2.0.1",
|
|
31
31
|
"ok-i18n": "^3.0.0"
|
|
32
32
|
},
|
|
33
|
-
"gitHead": "
|
|
33
|
+
"gitHead": "e1c3100a88e97bd1e765057eb29cc2f7b3e33ee9"
|
|
34
34
|
}
|