@hazeljs/distributed-lock
Advanced tools
+10
-10
| { | ||
| "name": "@hazeljs/distributed-lock", | ||
| "version": "0.7.5", | ||
| "version": "0.7.6", | ||
| "description": "Distributed locking and synchronization primitives for HazelJS - Mutex, Semaphores, Read/Write locks", | ||
@@ -20,3 +20,3 @@ "main": "dist/index.js", | ||
| "dependencies": { | ||
| "@hazeljs/core": "^0.7.5", | ||
| "@hazeljs/core": "^0.7.6", | ||
| "reflect-metadata": "^0.2.2" | ||
@@ -27,11 +27,11 @@ }, | ||
| "@types/jest": "^29.5.14", | ||
| "@types/node": "^20.17.50", | ||
| "@typescript-eslint/eslint-plugin": "^8.18.2", | ||
| "@typescript-eslint/parser": "^8.18.2", | ||
| "eslint": "^8.56.0", | ||
| "ioredis": "^5.3.0", | ||
| "@types/node": "^20.19.39", | ||
| "@typescript-eslint/eslint-plugin": "^8.58.0", | ||
| "@typescript-eslint/parser": "^8.58.0", | ||
| "eslint": "^8.57.1", | ||
| "ioredis": "^5.10.1", | ||
| "ioredis-mock": "^8.13.1", | ||
| "jest": "^29.7.0", | ||
| "ts-jest": "^29.1.2", | ||
| "typescript": "^5.3.3" | ||
| "ts-jest": "^29.4.9", | ||
| "typescript": "^5.9.3" | ||
| }, | ||
@@ -51,3 +51,3 @@ "peerDependencies": { | ||
| "license": "Apache-2.0", | ||
| "gitHead": "18a336560f68e38e88c07aaa32d036eff2435d79" | ||
| "gitHead": "bc12c5f3165402a34ba4bbddc1cad58f843895f5" | ||
| } |
Sorry, the diff of this file is not supported yet
161227
0.13%Updated