@khanacademy/math-input 22.2.2 → 22.2.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/es/index.js CHANGED
@@ -16,7 +16,7 @@ import PropTypes from 'prop-types';
16
16
 
17
17
  // This file is processed by a Rollup plugin (replace) to inject the production
18
18
  const libName = "@khanacademy/math-input";
19
- const libVersion = "22.2.2";
19
+ const libVersion = "22.2.4";
20
20
  addLibraryVersionToPerseusDebug(libName, libVersion);
21
21
 
22
22
  function _extends() {
@@ -2318,7 +2318,7 @@ function _objectWithoutPropertiesLoose(r, e) {
2318
2318
  if (null == r) return {};
2319
2319
  var t = {};
2320
2320
  for (var n in r) if ({}.hasOwnProperty.call(r, n)) {
2321
- if (e.includes(n)) continue;
2321
+ if (-1 !== e.indexOf(n)) continue;
2322
2322
  t[n] = r[n];
2323
2323
  }
2324
2324
  return t;