nextemos 5.5.14 → 5.5.15

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.
@@ -132,8 +132,6 @@ export interface ICategoryTreeItem {
132
132
  }
133
133
  export interface IBlogPostsResponse extends IResponsePaging {
134
134
  blogPosts: IBlogPost[];
135
- categories?: IBlogCategory[];
136
- blogTags?: IBlogTag[];
137
135
  facets: IFacet[];
138
136
  }
139
137
  export interface IBlogPostResponse extends IResponse {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nextemos",
3
- "version": "5.5.14",
3
+ "version": "5.5.15",
4
4
  "description": "For helpers and hooks used in NextJS projects",
5
5
  "main": "dist/index.js",
6
6
  "types": "./dist/index.d.ts",