@visitscotland/component-library 4.19.0 → 4.19.2

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.
@@ -21084,7 +21084,7 @@ function requireObjectWithoutPropertiesLoose() {
21084
21084
  if (t == null) return {};
21085
21085
  var r = {};
21086
21086
  for (var o in t) if ({}.hasOwnProperty.call(t, o)) {
21087
- if (a.includes(o)) continue;
21087
+ if (a.indexOf(o) !== -1) continue;
21088
21088
  r[o] = t[o];
21089
21089
  }
21090
21090
  return r;
Binary file
Binary file