@alwatr/node-fs
Advanced tools
Comparing version 5.1.0 to 5.3.0
@@ -6,2 +6,13 @@ # Change Log | ||
## [5.3.0](https://github.com/Alwatr/nanolib/compare/v5.2.1...v5.3.0) (2025-02-03) | ||
### Miscellaneous Chores | ||
* edit README ([3860b3d](https://github.com/Alwatr/nanolib/commit/3860b3df48ab82dc479d5236c2e8579df614aabf)) by @ArmanAsadian | ||
### Dependencies update | ||
* bump the development-dependencies group across 1 directory with 11 updates ([cb79d07](https://github.com/Alwatr/nanolib/commit/cb79d072a57c79e1c01abff1a293d6757bb65350)) by @dependabot[bot] | ||
* update typescript and @types/node to version 5.7.3 and 22.13.0 respectively across multiple packages ([ddab05b](https://github.com/Alwatr/nanolib/commit/ddab05b5d767c30191f36a065e4bc88744e8e3fe)) by @alimd | ||
## [5.1.0](https://github.com/Alwatr/nanolib/compare/v5.0.0...v5.1.0) (2024-11-04) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@alwatr/node-fs", | ||
"version": "5.1.0", | ||
"version": "5.3.0", | ||
"description": "Enhanced file system operations in Node.js with asynchronous queue to prevent parallel writes.", | ||
@@ -77,16 +77,16 @@ "author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>", | ||
"dependencies": { | ||
"@alwatr/async-queue": "^5.0.0", | ||
"@alwatr/flat-string": "^5.0.0", | ||
"@alwatr/logger": "^5.0.0", | ||
"@alwatr/package-tracer": "^5.0.0" | ||
"@alwatr/async-queue": "^5.3.0", | ||
"@alwatr/flat-string": "^5.3.0", | ||
"@alwatr/logger": "^5.3.0", | ||
"@alwatr/package-tracer": "^5.3.0" | ||
}, | ||
"devDependencies": { | ||
"@alwatr/nano-build": "^5.0.0", | ||
"@alwatr/nano-build": "^5.3.0", | ||
"@alwatr/prettier-config": "^5.0.0", | ||
"@alwatr/tsconfig-base": "^5.0.0", | ||
"@alwatr/type-helper": "^5.0.0", | ||
"@types/node": "^22.8.6", | ||
"typescript": "^5.6.3" | ||
"@alwatr/type-helper": "^5.3.0", | ||
"@types/node": "^22.13.0", | ||
"typescript": "^5.7.3" | ||
}, | ||
"gitHead": "974742332d5345f146c46968efef8fc4e294f105" | ||
"gitHead": "9cfb80ed0666355887d8e3865fc75311420ac371" | ||
} |
@@ -43,4 +43,2 @@ # Node FS | ||
[![Exir Studio](https://avatars.githubusercontent.com/u/181194967?s=200&v=4)](https://exirstudio.com) | ||
### Contributing | ||
@@ -47,0 +45,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
105095
50
Updated@alwatr/async-queue@^5.3.0
Updated@alwatr/flat-string@^5.3.0
Updated@alwatr/logger@^5.3.0