@reactionary/core 0.6.4 → 0.6.6

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.
@@ -3,12 +3,6 @@ class ProductSearchCapability extends BaseCapability {
3
3
  getResourceName() {
4
4
  return "product-search";
5
5
  }
6
- /**
7
- * Parses a facet value from the search response.
8
- * @param facetValueIdentifier The identifier for the facet value.
9
- * @param label The label for the facet value.
10
- * @param count The count for the facet value.
11
- */
12
6
  }
13
7
  export {
14
8
  ProductSearchCapability
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reactionary/core",
3
- "version": "0.6.4",
3
+ "version": "0.6.6",
4
4
  "type": "module",
5
5
  "main": "./index.js",
6
6
  "types": "./src/index.d.ts",