@mxenabled/connect-widget 1.2.5 → 1.2.7

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/index.es.js CHANGED
@@ -16306,7 +16306,7 @@ function _objectWithoutPropertiesLoose(r, e) {
16306
16306
  if (null == r) return {};
16307
16307
  var t = {};
16308
16308
  for (var n in r) if ({}.hasOwnProperty.call(r, n)) {
16309
- if (e.includes(n)) continue;
16309
+ if (-1 !== e.indexOf(n)) continue;
16310
16310
  t[n] = r[n];
16311
16311
  }
16312
16312
  return t;
@@ -18597,7 +18597,7 @@ function requireObjectWithoutPropertiesLoose () {
18597
18597
  if (null == r) return {};
18598
18598
  var t = {};
18599
18599
  for (var n in r) if ({}.hasOwnProperty.call(r, n)) {
18600
- if (e.includes(n)) continue;
18600
+ if (-1 !== e.indexOf(n)) continue;
18601
18601
  t[n] = r[n];
18602
18602
  }
18603
18603
  return t;