localstorage-ttl
Advanced tools
Comparing version 2.0.5 to 2.0.6
{ | ||
"name": "localstorage-ttl", | ||
"version": "2.0.5", | ||
"version": "2.0.6", | ||
"description": "TS module to save data to localstorage with time to live. Data will expire after set time.", | ||
@@ -27,3 +27,7 @@ "main": "index.ts", | ||
"typescript": "^5.6.2" | ||
} | ||
}, | ||
"files": [ | ||
"dist" | ||
], | ||
"type": "module" | ||
} |
Yes
4501
6
77