nextemos 2.3.8 → 2.3.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.
@@ -108,8 +108,10 @@ export interface IChildCategory {
108
108
  name: string;
109
109
  key: string;
110
110
  description: string;
111
+ className: string;
111
112
  hierarchyField: string;
112
113
  path: string;
114
+ extensionData: any;
113
115
  childCategories?: IChildCategory[];
114
116
  }
115
117
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nextemos",
3
- "version": "2.3.8",
3
+ "version": "2.3.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",