@cofondateurauchomage/libs 1.1.110 → 1.1.111

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