feather-cache
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -32,2 +32,3 @@ import { IFeatherCacheDriver } from './feather-cache-driver.interface'; | ||
val: any; | ||
__$EXPIRED?: boolean; | ||
}>; | ||
@@ -34,0 +35,0 @@ /** |
{ | ||
"name": "feather-cache", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "A Simple Lightweight Pluggable Key-Value Cache For Multiple Storage Options.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/vajahath/feather-cache#readme", |
15927
209