Skip to content

Commit 7d663b8

Browse files
committed
.
1 parent cbcc1ab commit 7d663b8

File tree

5 files changed

+5
-2
lines changed

5 files changed

+5
-2
lines changed

packages/epub-iconv-segment/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/// <reference types="node" />
12
import { IEpubIconvGlobOptions } from 'epub-iconv/lib/glob';
23
import { ITSResolvable, ITSValueOrArray } from 'ts-type';
34
import Bluebird from 'bluebird';

packages/epub-iconv/lib/glob.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/**
22
* Created by user on 2019/7/31.
33
*/
4+
/// <reference types="node" />
45
import { ITSResolvable, ITSValueOrArray } from 'ts-type';
56
import { IEpubIconvOptions } from './buffer';
67
import Bluebird from 'bluebird';

packages/epub-maker2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
],
6161
"dependencies": {
6262
"@node-novel/epub-util": "^1.0.9",
63-
"@node-novel/fetch-file-or-url": "^1.1.17",
63+
"@node-novel/fetch-file-or-url": "^1.1.18",
6464
"@types/bluebird": "^3",
6565
"@types/bluebird-global": "^3",
6666
"@types/hash-sum": "^1.0.0",

packages/epub2/lib/toc.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
*/
44
import { EPub } from '../index';
55
import { EPub as libEPub } from './epub';
6-
export declare function fixToc(epub: EPub | libEPub): EPub | libEPub;
6+
export declare function fixToc(epub: EPub | libEPub): libEPub | EPub;

packages/novel-epub/lib/store.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/// <reference types="node" />
12
import path from 'path';
23
import { IAttachMetaData } from './epub';
34
import { IInternalProcessOptions } from './types';

0 commit comments

Comments
 (0)