reliable-get
Advanced tools
Comparing version 0.1.9 to 0.1.10
@@ -112,3 +112,2 @@ 'use strict'; | ||
if (hasCacheControl(res, 'no-cache') || hasCacheControl(res, 'no-store')) { | ||
console.log('NO CACHE HEADER RECEIVED! ' + options.cacheKey); | ||
next(null, {statusCode: 200, content: res.content, headers: res.headers}); | ||
@@ -115,0 +114,0 @@ return; |
{ | ||
"name": "reliable-get", | ||
"version": "0.1.9", | ||
"version": "0.1.10", | ||
"description": "A circuit breaker and cached wrapper for GET requests (enables reliable external service interaction).", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
49310
22
1046