@alwatr/async-queue
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -6,2 +6,6 @@ # Change Log | ||
## [1.2.2](https://github.com/Alwatr/nanolib/compare/@alwatr/async-queue@1.2.1...@alwatr/async-queue@1.2.2) (2024-01-24) | ||
**Note:** Version bump only for package @alwatr/async-queue | ||
## [1.2.1](https://github.com/Alwatr/nanolib/compare/@alwatr/async-queue@1.2.0...@alwatr/async-queue@1.2.1) (2024-01-20) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "@alwatr/async-queue", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "A queue that executes async tasks in order like mutex and semaphore methodology for javascript and typescript.", | ||
@@ -77,14 +77,14 @@ "author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>", | ||
"dependencies": { | ||
"@alwatr/flatomise": "^1.1.2" | ||
"@alwatr/flatomise": "^1.1.3" | ||
}, | ||
"devDependencies": { | ||
"@alwatr/nano-build": "^1.3.1", | ||
"@alwatr/nano-build": "^1.3.2", | ||
"@alwatr/prettier-config": "^1.0.4", | ||
"@alwatr/tsconfig-base": "^1.1.1", | ||
"@alwatr/type-helper": "^1.1.0", | ||
"@types/node": "^20.11.5", | ||
"@alwatr/type-helper": "^1.2.0", | ||
"@types/node": "^20.11.6", | ||
"jest": "^29.7.0", | ||
"typescript": "^5.3.3" | ||
}, | ||
"gitHead": "86f36bc089c81a22d5ca27b0745db65ec2f1eca3" | ||
"gitHead": "3486060abc5f331a3b8c78da7f1d671ba1139b5d" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
19527
Updated@alwatr/flatomise@^1.1.3