@peerbit/cache
Advanced tools
Comparing version 2.1.0-eb9dc6e to 2.1.0-f461b9a
@@ -13,3 +13,3 @@ // Fifo | ||
if (options.max <= 0) { | ||
throw new Error("Expecting max >= 0"); | ||
throw new Error("Expecting max > 0"); | ||
} | ||
@@ -16,0 +16,0 @@ this.max = options.max; |
{ | ||
"name": "@peerbit/cache", | ||
"version": "2.1.0-eb9dc6e", | ||
"version": "2.1.0-f461b9a", | ||
"description": "Simple cache", | ||
@@ -64,3 +64,3 @@ "type": "module", | ||
"devDependencies": { | ||
"@peerbit/time": "2.0.7-eb9dc6e", | ||
"@peerbit/time": "2.0.7-f461b9a", | ||
"@types/yallist": "^4.0.4" | ||
@@ -67,0 +67,0 @@ }, |
@@ -21,3 +21,3 @@ // Fifo | ||
if (options.max <= 0) { | ||
throw new Error("Expecting max >= 0"); | ||
throw new Error("Expecting max > 0"); | ||
} | ||
@@ -24,0 +24,0 @@ this.max = options.max; |
Sorry, the diff of this file is not supported yet
11718