@wix/headless-stores 0.0.83 → 0.0.84

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.
@@ -54,7 +54,9 @@ export const Root = React.forwardRef((props, ref) => {
54
54
  pagingMetadata: {
55
55
  count: products?.length || 0,
56
56
  },
57
- aggregations: {}, // Empty aggregation data
57
+ aggregations: {
58
+ results: [],
59
+ }, // Empty aggregation data
58
60
  customizations: [],
59
61
  };
60
62
  return (_jsx(CoreProductList.Root, { productsListConfig: serviceConfig, children: _jsx(RootContent, { children: children, className: className, ref: ref }) }));
@@ -54,7 +54,9 @@ export const Root = React.forwardRef((props, ref) => {
54
54
  pagingMetadata: {
55
55
  count: products?.length || 0,
56
56
  },
57
- aggregations: {}, // Empty aggregation data
57
+ aggregations: {
58
+ results: [],
59
+ }, // Empty aggregation data
58
60
  customizations: [],
59
61
  };
60
62
  return (_jsx(CoreProductList.Root, { productsListConfig: serviceConfig, children: _jsx(RootContent, { children: children, className: className, ref: ref }) }));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/headless-stores",
3
- "version": "0.0.83",
3
+ "version": "0.0.84",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "prebuild": "cd ../media && yarn build && cd ../ecom && yarn build",
@@ -63,7 +63,7 @@
63
63
  "@wix/ecom": "^1.0.1278",
64
64
  "@wix/essentials": "^0.1.24",
65
65
  "@wix/headless-components": "0.0.12",
66
- "@wix/headless-ecom": "0.0.26",
66
+ "@wix/headless-ecom": "0.0.27",
67
67
  "@wix/headless-media": "0.0.11",
68
68
  "@wix/headless-utils": "0.0.3",
69
69
  "@wix/redirects": "^1.0.83",