nextemos 4.2.9 → 4.3.0

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.
@@ -135,6 +135,8 @@ export interface ICategory {
135
135
  parameterName?: string;
136
136
  hierarchy?: number[];
137
137
  extensionData?: any;
138
+ productCount?: number;
139
+ childProductCount?: number;
138
140
  }
139
141
  export interface ICategoryWithChilds extends ICategory {
140
142
  childCategories: ICategory[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nextemos",
3
- "version": "4.2.9",
3
+ "version": "4.3.0",
4
4
  "description": "For helpers and hooks used in NextJS projects",
5
5
  "main": "dist/index.js",
6
6
  "types": "./dist/index.d.ts",