@cofondateurauchomage/libs 1.1.109 → 1.1.110

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.
@@ -191,7 +191,7 @@ const validatorsForAllRoutes = {
191
191
  title: (0, validate_1.isString)(),
192
192
  description: (0, validate_1.isString)(),
193
193
  slug: (0, validate_1.isString)(),
194
- htmlContent: (0, validate_1.isString)(),
194
+ content: (0, validate_1.isString)(),
195
195
  },
196
196
  //////////
197
197
  // Routes
@@ -120,5 +120,5 @@ export interface IBlogHtmlArticle {
120
120
  title: string;
121
121
  description: string;
122
122
  date: string;
123
- htmlContent: string;
123
+ content: string;
124
124
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cofondateurauchomage/libs",
3
- "version": "1.1.109",
3
+ "version": "1.1.110",
4
4
  "description": "",
5
5
  "main": "build/index",
6
6
  "scripts": {