@likecoin/epub-ts 0.4.8 → 0.4.9

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.
@@ -7,7 +7,7 @@ import { default as Section } from './section';
7
7
  * Find Locations for a Book
8
8
  * @param {Spine} spine
9
9
  * @param {request} request
10
- * @param {number} [pause=100]
10
+ * @param {number} [pause=0]
11
11
  */
12
12
  export interface LocationsEvents extends Record<string, any[]> {
13
13
  "changed": [{
package/dist/store.d.ts CHANGED
@@ -99,10 +99,9 @@ declare class Store implements IEventEmitter<StoreEvents> {
99
99
  /**
100
100
  * Get Text from Storage by Url
101
101
  * @param {string} url
102
- * @param {string} [mimeType]
103
102
  * @return {string}
104
103
  */
105
- getText(url: string, mimeType?: string): Promise<string | undefined>;
104
+ getText(url: string, _mimeType?: string): Promise<string | undefined>;
106
105
  /**
107
106
  * Get a base64 encoded result from Storage by Url
108
107
  * @param {string} url
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@likecoin/epub-ts",
3
- "version": "0.4.8",
3
+ "version": "0.4.9",
4
4
  "description": "TypeScript EPUB parser and renderer, forked from epubjs",
5
5
  "keywords": [
6
6
  "epub",