Comparing version 1.1.1 to 1.1.2
@@ -76,3 +76,3 @@ 'use strict'; | ||
var touched = await this.store.download(file_url, file_md5); | ||
touched |= this._update(file_name, file_md5); | ||
touched &= this._update(file_name, file_md5); | ||
return touched; | ||
@@ -79,0 +79,0 @@ } |
{ | ||
"name": "castor", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "An ES7 [CAS designed](https://en.wikipedia.org/wiki/Content-addressable_storage) file storage for nodejs with a simple API and robust implementation.", | ||
@@ -5,0 +5,0 @@ "main": "store.js", |
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