cacheable-response
Advanced tools
Comparing version
@@ -5,2 +5,4 @@ # Changelog | ||
### [2.1.4](https://github.com/Kikobeats/cacheable-response/compare/v2.1.3...v2.1.4) (2020-08-25) | ||
### [2.1.3](https://github.com/Kikobeats/cacheable-response/compare/v2.1.2...v2.1.3) (2020-08-19) | ||
@@ -7,0 +9,0 @@ |
@@ -118,3 +118,3 @@ 'use strict' | ||
const value = await compress(payload) | ||
cache.set(key, value, ttl) | ||
await cache.set(key, value, ttl) | ||
} | ||
@@ -121,0 +121,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"homepage": "https://nicedoc.io/Kikobeats/cacheable-response", | ||
"version": "2.1.3", | ||
"version": "2.1.4", | ||
"main": "index.js", | ||
@@ -15,6 +15,10 @@ "author": { | ||
{ | ||
"name": "Ali Hmer", | ||
"email": "alitohami@gmail.com" | ||
"name": "whooehoo", | ||
"email": "whooehoo@yandex.ru" | ||
}, | ||
{ | ||
"name": "Stig Kleppe-Jørgensen", | ||
"email": "from.github@nisgits.net" | ||
}, | ||
{ | ||
"name": "ChengCheng", | ||
@@ -26,2 +30,10 @@ "email": "chengcheng.st@gmail.com" | ||
"email": "iikoala@hotmail.com" | ||
}, | ||
{ | ||
"name": "rickynyairo", | ||
"email": "rickynyairo@gmail.com" | ||
}, | ||
{ | ||
"name": "Ali Hmer", | ||
"email": "alitohami@gmail.com" | ||
} | ||
@@ -28,0 +40,0 @@ ], |
34734
1.03%