metro-cache
Advanced tools
Comparing version 0.43.6 to 0.44.0
{ | ||
"version": "0.43.6", | ||
"version": "0.44.0", | ||
"name": "metro-cache", | ||
@@ -16,3 +16,3 @@ "description": "🚇 Cache layers for Metro", | ||
"jest-serializer": "23.0.1", | ||
"metro-core": "0.43.6", | ||
"metro-core": "0.44.0", | ||
"mkdirp": "^0.5.1", | ||
@@ -22,5 +22,5 @@ "rimraf": "^2.5.4" | ||
"devDependencies": { | ||
"metro-memory-fs": "0.43.6" | ||
"metro-memory-fs": "0.44.0" | ||
}, | ||
"license": "MIT" | ||
} |
@@ -18,8 +18,8 @@ /** | ||
/** | ||
* Main cache class. Receives an array of cache instances, and sequentially | ||
* traverses them to return a previously stored value. It also ensures setting | ||
* the value in all instances. | ||
* | ||
* All get/set operations are logged via Metro's logger. | ||
*/ | ||
* Main cache class. Receives an array of cache instances, and sequentially | ||
* traverses them to return a previously stored value. It also ensures setting | ||
* the value in all instances. | ||
* | ||
* All get/set operations are logged via Metro's logger. | ||
*/ | ||
class Cache { | ||
@@ -26,0 +26,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
20846
17
+ Addedmetro-core@0.44.0(transitive)
+ Addedmetro-resolver@0.44.0(transitive)
- Removedmetro-core@0.43.6(transitive)
- Removedmetro-resolver@0.43.6(transitive)
Updatedmetro-core@0.44.0