@thi.ng/file-io
Advanced tools
Comparing version 1.2.0 to 1.2.1
# Change Log | ||
- **Last updated**: 2024-01-26T18:03:04Z | ||
- **Last updated**: 2024-01-29T20:39:36Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/file-io", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Assorted file I/O utils (with logging support) for NodeJS", | ||
@@ -38,7 +38,7 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.9.18", | ||
"@thi.ng/checks": "^3.4.18", | ||
"@thi.ng/hex": "^2.3.30", | ||
"@thi.ng/logger": "^2.1.4", | ||
"@thi.ng/random": "^3.6.25" | ||
"@thi.ng/api": "^8.9.19", | ||
"@thi.ng/checks": "^3.4.19", | ||
"@thi.ng/hex": "^2.3.31", | ||
"@thi.ng/logger": "^2.1.5", | ||
"@thi.ng/random": "^3.6.26" | ||
}, | ||
@@ -73,3 +73,4 @@ "devDependencies": { | ||
"./*.js", | ||
"./*.d.ts" | ||
"./*.d.ts", | ||
"internal" | ||
], | ||
@@ -124,3 +125,3 @@ "exports": { | ||
}, | ||
"gitHead": "7426e2ae6fca5482c6eaf649872296fc89955374\n" | ||
"gitHead": "20909ffc46f23f61ec7647e8d27ed17752ce9828\n" | ||
} |
@@ -10,5 +10,9 @@ <!-- This file is generated - DO NOT EDIT! --> | ||
This is a standalone project, maintained as part of the | ||
[@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo and | ||
anti-framework. | ||
> [!NOTE] | ||
> This is one of 189 standalone projects, maintained as part | ||
> of the [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo | ||
> and anti-framework. | ||
> | ||
> 🚀 Help me to work full-time on these projects by [sponsoring me on | ||
> GitHub](https://github.com/sponsors/postspectacular). Thank you! ❤️ | ||
@@ -15,0 +19,0 @@ - [About](#about) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
38768
34
593
86
Updated@thi.ng/api@^8.9.19
Updated@thi.ng/checks@^3.4.19
Updated@thi.ng/hex@^2.3.31
Updated@thi.ng/logger@^2.1.5
Updated@thi.ng/random@^3.6.26