nextemos 2.3.4 → 2.3.5

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.
@@ -99,7 +99,7 @@ interface BlogPostBlogCategoryMapping {
99
99
  /**
100
100
  * Kategori ağacındaki her bir alt öğeyi temsil eden arayüz
101
101
  */
102
- interface IChildCategory {
102
+ export interface IChildCategory {
103
103
  id: number;
104
104
  templateId: number;
105
105
  parentId: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nextemos",
3
- "version": "2.3.4",
3
+ "version": "2.3.5",
4
4
  "description": "For helpers and hooks used in NextJS projects",
5
5
  "main": "dist/index.js",
6
6
  "types": "./dist/index.d.ts",