shared-store
Advanced tools
Comparing version 1.0.11 to 1.0.12
@@ -0,1 +1,5 @@ | ||
1.0.12 | ||
------ | ||
* fix to resolve store.init if cache = loaded data - @chkhoo #22 | ||
1.0.11 | ||
@@ -2,0 +6,0 @@ ------ |
@@ -114,2 +114,5 @@ // Generated by CoffeeScript 1.9.0 | ||
var handleData, handleErr; | ||
if (_this._cache != null) { | ||
return resolve(_this._cache.data); | ||
} | ||
handleData = function(data) { | ||
@@ -116,0 +119,0 @@ _this.removeListener('err', handleErr); |
{ | ||
"name": "shared-store", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"description": "Keeping config data in sync", | ||
@@ -5,0 +5,0 @@ "main": "lib/shared-store.js", |
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
100039
45
1110