@spinajs/fs
Advanced tools
Comparing version 2.0.138 to 2.0.139
@@ -62,2 +62,3 @@ /// <reference types="node" /> | ||
abstract download(path: string): Promise<string>; | ||
abstract resolvePath(path: string): string; | ||
abstract read(path: string, encoding: BufferEncoding): Promise<string | Buffer>; | ||
@@ -64,0 +65,0 @@ abstract readStream(path: string, encoding?: BufferEncoding): Promise<ReadStream>; |
@@ -96,4 +96,4 @@ /// <reference types="node" /> | ||
zip(path: string, zName?: string): Promise<IZipResult>; | ||
protected resolvePath(path: string): string; | ||
resolvePath(path: string): string; | ||
} | ||
//# sourceMappingURL=local-provider.d.ts.map |
@@ -62,2 +62,3 @@ /// <reference types="node" resolution-mode="require"/> | ||
abstract download(path: string): Promise<string>; | ||
abstract resolvePath(path: string): string; | ||
abstract read(path: string, encoding: BufferEncoding): Promise<string | Buffer>; | ||
@@ -64,0 +65,0 @@ abstract readStream(path: string, encoding?: BufferEncoding): Promise<ReadStream>; |
@@ -96,4 +96,4 @@ /// <reference types="node" resolution-mode="require"/> | ||
zip(path: string, zName?: string): Promise<IZipResult>; | ||
protected resolvePath(path: string): string; | ||
resolvePath(path: string): string; | ||
} | ||
//# sourceMappingURL=local-provider.d.ts.map |
{ | ||
"name": "@spinajs/fs", | ||
"version": "2.0.138", | ||
"version": "2.0.139", | ||
"description": "wrapper for file operations", | ||
@@ -55,3 +55,3 @@ | ||
"dependencies": { | ||
"@spinajs/exceptions": "2.0.138", | ||
"@spinajs/exceptions": "2.0.139", | ||
"archiver": "^5.3.1", | ||
@@ -58,0 +58,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
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
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
228258
1453
+ Added@spinajs/exceptions@2.0.139(transitive)
- Removed@spinajs/exceptions@2.0.138(transitive)
Updated@spinajs/exceptions@2.0.139