@types/archiver
Advanced tools
Comparing version 2.1.3 to 3.0.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for archiver 2.1 | ||
// Type definitions for archiver 3.0.0 | ||
// Project: https://github.com/archiverjs/node-archiver | ||
@@ -57,3 +57,3 @@ // Definitions by: Esri <https://github.com/archiverjs/node-archiver>, Dolan Miu <https://github.com/dolanmiu>, Crevil <https://github.com/crevil> | ||
glob(pattern: string, options?: glob.IOptions, data?: EntryData): this; | ||
finalize(): void; | ||
finalize(): Promise<void>; | ||
@@ -73,2 +73,3 @@ setFormat(format: string): this; | ||
on(event: 'pipe' | 'unpipe', listener: (src: stream.Readable) => void): this; | ||
on(event: 'entry', listener: (entry: EntryData) => void): this; | ||
on(event: string, listener: (...args: any[]) => void): this; | ||
@@ -75,0 +76,0 @@ } |
{ | ||
"name": "@types/archiver", | ||
"version": "2.1.3", | ||
"version": "3.0.0", | ||
"description": "TypeScript definitions for archiver", | ||
@@ -33,4 +33,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "778f296155f11bc16f99c5bac85312b1b53d951fea260f1a6f326bba970bd2af", | ||
"typesPublisherContentHash": "53c5e70d94cd8c974a625ebbf16a7bbb5bd4999c5006d515710b99fd04ea9501", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 20 Mar 2019 22:52:06 GMT | ||
* Last updated: Mon, 20 May 2019 17:25:06 GMT | ||
* Dependencies: @types/glob | ||
@@ -14,0 +14,0 @@ * Global values: none |
6427
85