diff --git a/package-lock.json b/package-lock.json index 41bf728..af40a4f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@neophi/sieve-cache", - "version": "1.3.0", + "version": "1.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@neophi/sieve-cache", - "version": "1.3.0", + "version": "1.4.0", "license": "MIT", "devDependencies": { "@tsconfig/node20": "^20.1.2", diff --git a/package.json b/package.json index b66810d..8ab5cea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@neophi/sieve-cache", - "version": "1.3.0", + "version": "1.4.0", "description": "Performant Map based cache using the SIEVE algorithm for eviction.", "main": "dist/cjs/index.js", "module": "dist/mjs/index.js",