@spinajs/fs
Advanced tools
Comparing version 2.0.306 to 2.0.308
@@ -160,3 +160,3 @@ /// <reference types="node" /> | ||
*/ | ||
abstract zip(path: string | string[], dstFs?: fs, dstFile?: string): Promise<IZipResult>; | ||
abstract zip(path: string | (string | string[])[], dstFs?: fs, dstFile?: string): Promise<IZipResult>; | ||
/** | ||
@@ -163,0 +163,0 @@ * Decompress given file to destination path |
@@ -160,3 +160,3 @@ /// <reference types="node" resolution-mode="require"/> | ||
*/ | ||
abstract zip(path: string | string[], dstFs?: fs, dstFile?: string): Promise<IZipResult>; | ||
abstract zip(path: string | (string | string[])[], dstFs?: fs, dstFile?: string): Promise<IZipResult>; | ||
/** | ||
@@ -163,0 +163,0 @@ * Decompress given file to destination path |
{ | ||
"name": "@spinajs/fs", | ||
"version": "2.0.306", | ||
"version": "2.0.308", | ||
"description": "wrapper for file operations", | ||
@@ -55,5 +55,5 @@ "main": "lib/cjs/index.js", | ||
"dependencies": { | ||
"@spinajs/exceptions": "2.0.306", | ||
"@spinajs/util": "2.0.306", | ||
"@spinajs/log-common": "2.0.306", | ||
"@spinajs/exceptions": "2.0.308", | ||
"@spinajs/util": "2.0.308", | ||
"@spinajs/log-common": "2.0.308", | ||
"archiver": "^5.3.1", | ||
@@ -60,0 +60,0 @@ "lodash": "^4.17.21", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
329819
+ Added@spinajs/exceptions@2.0.308(transitive)
+ Added@spinajs/log-common@2.0.308(transitive)
+ Added@spinajs/util@2.0.308(transitive)
- Removed@spinajs/exceptions@2.0.306(transitive)
- Removed@spinajs/log-common@2.0.306(transitive)
- Removed@spinajs/util@2.0.306(transitive)
Updated@spinajs/exceptions@2.0.308
Updated@spinajs/log-common@2.0.308
Updated@spinajs/util@2.0.308