@alwatr/async-queue
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -6,2 +6,6 @@ # Change Log | ||
## [1.0.2](https://github.com/Alwatr/nanolib/compare/@alwatr/async-queue@1.0.1...@alwatr/async-queue@1.0.2) (2024-01-08) | ||
**Note:** Version bump only for package @alwatr/async-queue | ||
## [1.0.1](https://github.com/Alwatr/nanolib/compare/@alwatr/async-queue@1.0.0...@alwatr/async-queue@1.0.1) (2024-01-03) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "@alwatr/async-queue", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "A queue that executes async tasks in order like mutex and semaphore methodology for javascript and typescript.", | ||
@@ -75,3 +75,3 @@ "author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>", | ||
"dependencies": { | ||
"@alwatr/flatomise": "^1.0.1" | ||
"@alwatr/flatomise": "^1.0.2" | ||
}, | ||
@@ -83,6 +83,6 @@ "devDependencies": { | ||
"@alwatr/type-helper": "^1.0.3", | ||
"@types/node": "^20.10.6", | ||
"@types/node": "^20.10.7", | ||
"typescript": "^5.3.3" | ||
}, | ||
"gitHead": "f33492f47adda814385e51f38be86eeef9629e62" | ||
"gitHead": "5bbfd315996b6052e35b42b2d00b9bef1249ab16" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
13504
Updated@alwatr/flatomise@^1.0.2