@byte-this/funscript
Advanced tools
Comparing version
{ | ||
"name": "@byte-this/funscript", | ||
"version": "1.0.28", | ||
"version": "1.0.30", | ||
"description": "A typescript API which facilitates functional programming.", | ||
@@ -5,0 +5,0 @@ "main": "public-api.js", |
@@ -32,3 +32,3 @@ import { Clone } from "../clone/clone"; | ||
this.size++; | ||
if (this.size > 1000000) { | ||
if (this.size > 1000) { | ||
console.log("DEGUB: too many items"); | ||
@@ -35,0 +35,0 @@ } |
278690
0