react-instantsearch-core
Advanced tools
Comparing version 6.8.1 to 6.8.2
@@ -567,3 +567,5 @@ "use strict"; | ||
items: item.items && item.items.map(function (nestedItem) { | ||
return (0, _objectSpread8.default)({}, nestedItem); | ||
return (0, _objectSpread8.default)({ | ||
value: function value() {} | ||
}, nestedItem); | ||
}) | ||
@@ -570,0 +572,0 @@ }); |
@@ -7,3 +7,3 @@ "use strict"; | ||
exports.default = void 0; | ||
var _default = '6.8.1'; | ||
var _default = '6.8.2'; | ||
exports.default = _default; |
@@ -551,3 +551,5 @@ import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties"; | ||
items: item.items && item.items.map(function (nestedItem) { | ||
return _objectSpread({}, nestedItem); | ||
return _objectSpread({ | ||
value: function value() {} | ||
}, nestedItem); | ||
}) | ||
@@ -554,0 +556,0 @@ }); |
@@ -1,1 +0,1 @@ | ||
export default '6.8.1'; | ||
export default '6.8.2'; |
{ | ||
"name": "react-instantsearch-core", | ||
"version": "6.8.1", | ||
"version": "6.8.2", | ||
"description": "⚡ Lightning-fast search for React, by Algolia", | ||
@@ -5,0 +5,0 @@ "main": "dist/cjs/index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2069467
19902