@mana-app/types 0.0.9 → 0.0.11

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.
@@ -38,7 +38,7 @@ export interface ContentSource extends SourceCore, DirectoryHandler {
38
38
  /**
39
39
  * Gets the chapters of the specified content.
40
40
  */
41
- getChapters(contentId: string): Promise<Chapter[]>;
41
+ getChapters?(contentId: string): Promise<Chapter[]>;
42
42
  getChapterData(contentId: string, chapterId: string, chapter?: Chapter): Promise<ChapterData>;
43
43
  /**
44
44
  * Called to get tags available on the source
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mana-app/types",
3
- "version": "0.0.9",
3
+ "version": "0.0.11",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "scripts": {