@file-storage/local
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -15,3 +15,3 @@ /// <reference types="node" /> | ||
lastModified(path: string): Promise<number>; | ||
put(data: Stream | Buffer, path: string): Promise<PutResult>; | ||
put(data: Stream | Buffer, path: string): Promise<Partial<PutResult>>; | ||
get(path: string): Promise<ReadStream>; | ||
@@ -18,0 +18,0 @@ delete(path: string): Promise<boolean>; |
{ | ||
"name": "@file-storage/local", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Local driver for file-storage", | ||
@@ -26,10 +26,11 @@ "author": "Dang Nguyen <haidang009@gmail.com>", | ||
"test": "jest", | ||
"test:coverage": "jest --coverage", | ||
"test:detectOpenHandles": "jest --detectOpenHandles" | ||
}, | ||
"devDependencies": { | ||
"@file-storage/common": "^1.1.1", | ||
"@file-storage/common": "^1.1.2", | ||
"rimraf": "~3.0.2", | ||
"typescript": "~4.3.5" | ||
}, | ||
"gitHead": "ee67f33b76b6536599251d52c783a55f77205f6a" | ||
"gitHead": "ecd35677ca09cd5df9e414915d3c4fabc5ec6b5a" | ||
} |
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
7707