cordova-file-cache
Advanced tools
Comparing version 0.14.0 to 1.0.0
@@ -57,3 +57,3 @@ var CordovaFileCache = | ||
this._fs = options.fs; | ||
if(!this._fs) { | ||
if(!this._fs) { | ||
throw new Error('Missing required option "fs". Add an instance of cordova-promise-fs.'); | ||
@@ -60,0 +60,0 @@ } |
@@ -10,3 +10,3 @@ var hash = require('./murmerhash'); | ||
this._fs = options.fs; | ||
if(!this._fs) { | ||
if(!this._fs) { | ||
throw new Error('Missing required option "fs". Add an instance of cordova-promise-fs.'); | ||
@@ -13,0 +13,0 @@ } |
{ | ||
"name": "cordova-file-cache", | ||
"version": "0.14.0", | ||
"version": "1.0.0", | ||
"description": "Cordova File Cache", | ||
@@ -22,4 +22,4 @@ "main": "index.js", | ||
"dependencies": { | ||
"cordova-promise-fs": "^0.13.0" | ||
"cordova-promise-fs": "^1.0.0" | ||
} | ||
} |
@@ -131,2 +131,6 @@ cordova-file-cache | ||
### 1.0.0 | ||
* Update to cordova-promise-fs 1.0.0 | ||
### 0.14.0 (07/02/2016) | ||
@@ -133,0 +137,0 @@ |
@@ -13,3 +13,3 @@ (function(){ | ||
fs = new CordovaPromiseFS({ | ||
persistent: typeof cordova !== 'undefined', | ||
persistent: 0, | ||
Promise:Promise | ||
@@ -16,0 +16,0 @@ }); |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
109341
2
209
+ Addedcordova-promise-fs@1.2.5(transitive)
- Removedcordova-promise-fs@0.13.0(transitive)
Updatedcordova-promise-fs@^1.0.0