From: Justin Wind Date: Tue, 22 Jul 2025 18:06:36 +0000 (-0700) Subject: fix comment typo X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=HEAD;p=squeep-cache fix comment typo --- diff --git a/lib/lru.js b/lib/lru.js index fa64589..44eb6ca 100644 --- a/lib/lru.js +++ b/lib/lru.js @@ -18,7 +18,7 @@ class LRUCache extends EventEmitter { evictDestination; // LRUCache to receive evicted entries age; // Tally of total get attempts, for statistics _capacity; // Maxium entries in queue - _size; // Current entrise in queue + _size; // Current entries in queue /** * @typedef {object} LRUCacheOptions diff --git a/package-lock.json b/package-lock.json index 37cc933..670fa75 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,20 +1,20 @@ { - "name": "squeep-cache", + "name": "@squeep/cache", "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "squeep-cache", + "name": "@squeep/cache", "version": "1.0.0", "license": "ISC", "devDependencies": { - "@squeep/eslint-config": "^1.0.2", - "eslint": "^9.30.1", - "husky": "^9.1.7", - "mocha": "^11.7.1", - "nyc": "^17.1.0", - "sinon": "^21.0.0" + "@squeep/eslint-config": "^1", + "eslint": "^9", + "husky": "^9", + "mocha": "^11", + "nyc": "^17", + "sinon": "^21" } }, "node_modules/@ampproject/remapping": {