@alwatr/node-fs
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -6,2 +6,6 @@ # Change Log | ||
## [1.0.5](https://github.com/Alwatr/nanolib/compare/@alwatr/node-fs@1.0.4...@alwatr/node-fs@1.0.5) (2024-03-28) | ||
**Note:** Version bump only for package @alwatr/node-fs | ||
## [1.0.4](https://github.com/Alwatr/nanolib/compare/@alwatr/node-fs@1.0.3...@alwatr/node-fs@1.0.4) (2024-01-31) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "@alwatr/node-fs", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Enhanced file system operations in Node.js with asynchronous queue to prevent parallel writes.", | ||
@@ -76,15 +76,15 @@ "author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>", | ||
"dependencies": { | ||
"@alwatr/async-queue": "^1.2.3", | ||
"@alwatr/flat-string": "^1.0.15", | ||
"@alwatr/logger": "^3.2.5" | ||
"@alwatr/async-queue": "^1.2.4", | ||
"@alwatr/flat-string": "^1.0.16", | ||
"@alwatr/logger": "^3.2.6" | ||
}, | ||
"devDependencies": { | ||
"@alwatr/nano-build": "^1.3.3", | ||
"@alwatr/nano-build": "^1.3.4", | ||
"@alwatr/prettier-config": "^1.0.4", | ||
"@alwatr/tsconfig-base": "^1.1.2", | ||
"@alwatr/type-helper": "^1.2.1", | ||
"@types/node": "^20.11.13", | ||
"typescript": "^5.3.3" | ||
"@alwatr/type-helper": "^1.2.2", | ||
"@types/node": "^20.11.30", | ||
"typescript": "^5.4.3" | ||
}, | ||
"gitHead": "54726b7ac06d4a6ffb42731b58e8d976de1211bd" | ||
"gitHead": "df149736d1e85335aaeb9c547ff3bdd1161f9b33" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
50959
Updated@alwatr/async-queue@^1.2.4
Updated@alwatr/flat-string@^1.0.16
Updated@alwatr/logger@^3.2.6