Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "worker_map", | ||
"description": "Tread-safe map structure for worker_threads.", | ||
"version": "0.0.4", | ||
"main": "./src/worker_hash.js", | ||
"version": "0.0.5", | ||
"main": "./src/worker_map.js", | ||
"scripts": { | ||
@@ -14,4 +14,4 @@ "test": "node --test ./test", | ||
"eslint-config-prettier": "9.0.0", | ||
"eslint-plugin-import": "2.28.1", | ||
"eslint-plugin-prettier": "5.0.0", | ||
"eslint-plugin-import": "2.28.1", | ||
"prettier": "3.0.3" | ||
@@ -18,0 +18,0 @@ }, |
18856