mobx 6.15.3 → 6.15.4

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/mobx.esm.js CHANGED
@@ -5969,9 +5969,10 @@ function unwrap(a) {
5969
5969
  return a;
5970
5970
  }
5971
5971
 
5972
- var _getGlobal$Iterator;
5972
+ var _global$Iterator;
5973
5973
  // safely get iterator prototype if available
5974
- var maybeIteratorPrototype = ((_getGlobal$Iterator = /*#__PURE__*/getGlobal().Iterator) == null ? void 0 : _getGlobal$Iterator.prototype) || {};
5974
+ var global$1 = /*#__PURE__*/getGlobal();
5975
+ var maybeIteratorPrototype = ((_global$Iterator = global$1.Iterator) == null ? void 0 : _global$Iterator.prototype) || {};
5975
5976
  function makeIterable(iterator) {
5976
5977
  iterator[Symbol.iterator] = getSelf;
5977
5978
  return Object.assign(Object.create(maybeIteratorPrototype), iterator);