@types/archiver
Advanced tools
Comparing version 0.15.33 to 0.15.34
@@ -28,2 +28,7 @@ // Type definitions for archiver v0.15.0 | ||
append(source: FS.ReadStream | Buffer | string, name: nameInterface): void; | ||
directory(dirpath: string, destpath: nameInterface | string): void; | ||
directory(dirpath: string, destpath: nameInterface | string, data: any | Function): void; | ||
bulk(mappings: any): void; | ||
finalize(): void; | ||
@@ -30,0 +35,0 @@ } |
{ | ||
"name": "@types/archiver", | ||
"version": "0.15.33", | ||
"version": "0.15.34", | ||
"description": "TypeScript definitions for archiver v0.15.0", | ||
@@ -16,4 +16,5 @@ "license": "MIT", | ||
}, | ||
"peerDependencies": {}, | ||
"typings": "index.d.ts", | ||
"typesPublisherContentHash": "750dae31f5301723fecb1494c5f3cd037a9b4a98050ba61d6b8c605324b262b2" | ||
"typesPublisherContentHash": "98c0eb470432945bde2792d2a39627d1d133ea2ad1ab2ea5d1055aa66b30d320" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Mon, 19 Sep 2016 16:15:22 GMT | ||
* Last updated: Wed, 26 Oct 2016 19:23:24 GMT | ||
* File structure: ProperModule | ||
@@ -14,0 +14,0 @@ * Library Dependencies: node |
@@ -29,3 +29,3 @@ { | ||
"hasPackageJson": false, | ||
"contentHash": "750dae31f5301723fecb1494c5f3cd037a9b4a98050ba61d6b8c605324b262b2" | ||
"contentHash": "98c0eb470432945bde2792d2a39627d1d133ea2ad1ab2ea5d1055aa66b30d320" | ||
} |
3370
61