create-app
Advanced tools
Comparing version 0.5.0 to 0.6.0
@@ -184,2 +184,7 @@ 'use strict'; | ||
} | ||
}, { | ||
key: 'getAllCache', | ||
value: function getAllCache() { | ||
return cache.getAll(); | ||
} | ||
}]); | ||
@@ -186,0 +191,0 @@ |
@@ -63,3 +63,7 @@ 'use strict'; | ||
return { keys: keys, get: get, set: set, remove: remove }; | ||
function getAll() { | ||
return cache; | ||
} | ||
return { keys: keys, get: get, set: set, remove: remove, getAll: getAll }; | ||
} | ||
@@ -66,0 +70,0 @@ |
{ | ||
"name": "create-app", | ||
"version": "0.5.0", | ||
"version": "0.6.0", | ||
"description": "configuring once, rendering both client and server.", | ||
@@ -5,0 +5,0 @@ "browser": "lib/client/index.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
32007
706