@hazae41/mutex
Advanced tools
Comparing version 1.2.10 to 1.2.11
type Promiseable<T> = T | Promise<T>; | ||
export { Promiseable }; | ||
export type { Promiseable }; |
@@ -36,4 +36,5 @@ import { Result } from '@hazae41/result'; | ||
constructor(inner: T, release: () => void); | ||
[Symbol.dispose](): void; | ||
} | ||
export { Lock, Mutex, MutexError, MutexLockError }; | ||
export { Lock, Mutex, type MutexError, MutexLockError }; |
{ | ||
"type": "module", | ||
"name": "@hazae41/mutex", | ||
"version": "1.2.10", | ||
"version": "1.2.11", | ||
"description": "Rust-like Mutex for TypeScript", | ||
@@ -26,11 +26,11 @@ "homepage": "https://github.com/hazae41/mutex", | ||
"@hazae41/future": "^1.0.3", | ||
"@hazae41/result": "^1.1.2" | ||
"@hazae41/result": "^1.1.4" | ||
}, | ||
"devDependencies": { | ||
"@hazae41/phobos": "^1.0.10", | ||
"@rollup/plugin-typescript": "^11.1.3", | ||
"@types/node": "^20.5.7", | ||
"rimraf": "^5.0.1", | ||
"rollup": "^3.28.1", | ||
"rollup-plugin-dts": "^5.3.0", | ||
"@rollup/plugin-typescript": "^11.1.4", | ||
"@types/node": "^20.7.0", | ||
"rimraf": "^5.0.5", | ||
"rollup": "^3.29.3", | ||
"rollup-plugin-dts": "^6.0.2", | ||
"rollup-plugin-node-externals": "^6.1.1", | ||
@@ -37,0 +37,0 @@ "typescript": "^5.2.2" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
15316
201
Updated@hazae41/result@^1.1.4