@alwatr/node-fs
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/node-fs@1.0.1...@alwatr/node-fs@1.0.2) (2024-01-20) | ||
**Note:** Version bump only for package @alwatr/node-fs | ||
## [1.0.1](https://github.com/Alwatr/nanolib/compare/@alwatr/node-fs@1.0.0...@alwatr/node-fs@1.0.1) (2024-01-16) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "@alwatr/node-fs", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Enhanced file system operations in Node.js with asynchronous queue to prevent parallel writes.", | ||
@@ -76,5 +76,5 @@ "author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>", | ||
"dependencies": { | ||
"@alwatr/async-queue": "^1.2.0", | ||
"@alwatr/async-queue": "^1.2.1", | ||
"@alwatr/flat-string": "^1.0.13", | ||
"@alwatr/logger": "^3.2.2" | ||
"@alwatr/logger": "^3.2.3" | ||
}, | ||
@@ -86,6 +86,6 @@ "devDependencies": { | ||
"@alwatr/type-helper": "^1.1.0", | ||
"@types/node": "^20.11.3", | ||
"@types/node": "^20.11.5", | ||
"typescript": "^5.3.3" | ||
}, | ||
"gitHead": "808ba074470a2a1482d692fdb477730b40385c1d" | ||
"gitHead": "86f36bc089c81a22d5ca27b0745db65ec2f1eca3" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
50061
Updated@alwatr/async-queue@^1.2.1
Updated@alwatr/logger@^3.2.3