Comparing version 1.0.10 to 1.0.11
@@ -70,3 +70,3 @@ "use strict"; | ||
function getValue(key) { | ||
return cache[key].value; | ||
return cloneObject(cache[key].value); | ||
} | ||
@@ -73,0 +73,0 @@ |
{ | ||
"name": "storeit", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"description": "A key/value storage system that publishes events.", | ||
@@ -5,0 +5,0 @@ "main": "./lib/Storeit.js", |
Sorry, the diff of this file is not supported yet
46368