@byteluck-fe/model-driven-shared 2.7.0-alpha.23 → 2.7.0-alpha.28a
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/dist/esm/watcher.js +1 -0
- package/package.json +2 -2
package/dist/esm/watcher.js
CHANGED
|
@@ -209,6 +209,7 @@ var Watcher = /*#__PURE__*/ function() {
|
|
|
209
209
|
3,
|
|
210
210
|
10
|
|
211
211
|
];
|
|
212
|
+
// 由于执行回调是异步队列的形式,所以需要复制一份原来的callbacks,确保不会因为循环过程中卸载了一些事件导致的事件执行错误问题
|
|
212
213
|
_callbacks = callbacksOrigin.slice();
|
|
213
214
|
_iteratorNormalCompletion = true, _didIteratorError = false, _iteratorError = undefined;
|
|
214
215
|
_state.label = 1;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@byteluck-fe/model-driven-shared",
|
|
3
|
-
"version": "2.7.0-alpha.
|
|
3
|
+
"version": "2.7.0-alpha.28a",
|
|
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": "1df9d067f5922d80dfbbd0430f36671b2f8250c1"
|
|
34
34
|
}
|