@hazae41/mutex
Advanced tools
Comparing version 1.2.9 to 1.2.10
{ | ||
"type": "module", | ||
"name": "@hazae41/mutex", | ||
"version": "1.2.9", | ||
"version": "1.2.10", | ||
"description": "Rust-like Mutex for TypeScript", | ||
@@ -26,13 +26,13 @@ "homepage": "https://github.com/hazae41/mutex", | ||
"@hazae41/future": "^1.0.3", | ||
"@hazae41/result": "^1.0.46" | ||
"@hazae41/result": "^1.1.2" | ||
}, | ||
"devDependencies": { | ||
"@hazae41/phobos": "^1.0.10", | ||
"@rollup/plugin-typescript": "^11.1.1", | ||
"@types/node": "^20.3.1", | ||
"@rollup/plugin-typescript": "^11.1.3", | ||
"@types/node": "^20.5.7", | ||
"rimraf": "^5.0.1", | ||
"rollup": "^3.25.1", | ||
"rollup": "^3.28.1", | ||
"rollup-plugin-dts": "^5.3.0", | ||
"rollup-plugin-node-externals": "^6.1.1", | ||
"typescript": "^5.1.3" | ||
"typescript": "^5.2.2" | ||
}, | ||
@@ -39,0 +39,0 @@ "exports": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
15208
Updated@hazae41/result@^1.1.2