nextemos 5.8.8 → 5.8.9

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.
@@ -129,6 +129,7 @@ export interface ICategoryTreeItem {
129
129
  productCount?: number;
130
130
  childProductCount?: number;
131
131
  childCategories?: IChildCategory[];
132
+ routeLocalizations?: RouteLocalization[];
132
133
  }
133
134
  export interface IBlogPostsResponse extends IResponsePaging {
134
135
  blogPosts: IBlogPost[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nextemos",
3
- "version": "5.8.8",
3
+ "version": "5.8.9",
4
4
  "description": "For helpers and hooks used in NextJS projects",
5
5
  "main": "dist/index.js",
6
6
  "types": "./dist/index.d.ts",