Comparing version 1.1.2 to 1.1.3
@@ -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.2", | ||
"version": "1.1.3", | ||
"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", |
@@ -8,4 +8,4 @@ # Content addressable storage - castor | ||
[![Build Status](https://travis-ci.org/131/castor.svg?branch=master)](https://travis-ci.org/131/castor) | ||
[![Coverage Status](https://coveralls.io/repos/github/131/castor/badge.svg?branch=master)](https://coveralls.io/github/131/castor?branch=master) | ||
[![Build Status](https://travis-ci.org/ivsgroup/castor.svg?branch=master)](https://travis-ci.org/ivsgroup/castor) | ||
[![Coverage Status](https://coveralls.io/repos/github/ivsgroup/castor/badge.svg?branch=master)](https://coveralls.io/github/ivsgroup/castor?branch=master) | ||
[![NPM version](https://img.shields.io/npm/v/castor.svg)](https://www.npmjs.com/package/castor) | ||
@@ -12,0 +12,0 @@ [![License](https://img.shields.io/badge/license-MIT-blue.svg)](http://opensource.org/licenses/MIT) |
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
12305