@likecoin/epub-ts 0.3.94 → 0.3.95

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.
package/dist/index.d.ts CHANGED
@@ -3,6 +3,8 @@ import { default as EpubCFI } from './epubcfi';
3
3
  import { default as Rendition } from './rendition';
4
4
  import { default as Contents } from './contents';
5
5
  import { default as Layout } from './layout';
6
+ import { default as Section } from './section';
6
7
  import { default as ePub } from './epub';
7
8
  export default ePub;
8
- export { Book, EpubCFI, Rendition, Contents, Layout };
9
+ export { Book, EpubCFI, Rendition, Contents, Layout, Section, };
10
+ export * from './types';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@likecoin/epub-ts",
3
- "version": "0.3.94",
3
+ "version": "0.3.95",
4
4
  "description": "TypeScript EPUB parser and renderer, forked from epubjs",
5
5
  "keywords": ["epub", "ebook", "reader", "typescript", "epubjs", "parser", "renderer"],
6
6
  "type": "module",