@thi.ng/file-io
Advanced tools
Comparing version 0.3.23 to 0.3.24
# Change Log | ||
- **Last updated**: 2022-12-16T12:52:25Z | ||
- **Last updated**: 2022-12-22T21:47:07Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/file-io", | ||
"version": "0.3.23", | ||
"version": "0.3.24", | ||
"description": "Assorted file I/O utils (with logging support) for NodeJS", | ||
@@ -37,10 +37,10 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.6.1", | ||
"@thi.ng/checks": "^3.3.5", | ||
"@thi.ng/logger": "^1.4.5", | ||
"@thi.ng/random": "^3.3.19" | ||
"@thi.ng/api": "^8.6.2", | ||
"@thi.ng/checks": "^3.3.6", | ||
"@thi.ng/logger": "^1.4.6", | ||
"@thi.ng/random": "^3.3.20" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.33.7", | ||
"@thi.ng/testament": "^0.3.7", | ||
"@thi.ng/testament": "^0.3.8", | ||
"rimraf": "^3.0.2", | ||
@@ -112,3 +112,3 @@ "tools": "^0.0.1", | ||
}, | ||
"gitHead": "7b2af448da8a63fb21704a79cc4cdf1f3d7d7a64\n" | ||
"gitHead": "bc6f7f5e2765bb96fe64db804eaf4b2443b47fc6\n" | ||
} |
@@ -22,3 +22,3 @@ <!-- This file is generated - DO NOT EDIT! --> | ||
Assorted file I/O utils (with logging support) for NodeJS | ||
Assorted file I/O utils (with logging support) for NodeJS. | ||
@@ -25,0 +25,0 @@ Most functions in this package have optional support for the |
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
30527
Updated@thi.ng/api@^8.6.2
Updated@thi.ng/checks@^3.3.6
Updated@thi.ng/logger@^1.4.6
Updated@thi.ng/random@^3.3.20