@thi.ng/file-io
Advanced tools
Comparing version 0.3.18 to 0.3.19
# Change Log | ||
- **Last updated**: 2022-10-28T19:08:39Z | ||
- **Last updated**: 2022-11-23T22:46:54Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/file-io", | ||
"version": "0.3.18", | ||
"version": "0.3.19", | ||
"description": "Assorted file I/O utils (with logging support) for NodeJS", | ||
@@ -37,13 +37,13 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.4.5", | ||
"@thi.ng/checks": "^3.3.2", | ||
"@thi.ng/logger": "^1.4.2", | ||
"@thi.ng/random": "^3.3.14" | ||
"@thi.ng/api": "^8.4.6", | ||
"@thi.ng/checks": "^3.3.3", | ||
"@thi.ng/logger": "^1.4.3", | ||
"@thi.ng/random": "^3.3.15" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.33.5", | ||
"@thi.ng/testament": "^0.3.4", | ||
"@thi.ng/testament": "^0.3.5", | ||
"rimraf": "^3.0.2", | ||
"tools": "^0.0.1", | ||
"typedoc": "^0.23.18", | ||
"typedoc": "^0.23.20", | ||
"typescript": "^4.8.4" | ||
@@ -70,4 +70,4 @@ }, | ||
"files": [ | ||
"*.js", | ||
"*.d.ts" | ||
"./*.js", | ||
"./*.d.ts" | ||
], | ||
@@ -113,3 +113,3 @@ "exports": { | ||
}, | ||
"gitHead": "a4b60163a8caddceed5ec1b6b3584d164f61e7b6\n" | ||
"gitHead": "044ee6a3895720fc78e115032d4d831b63510929\n" | ||
} |
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
30558
Updated@thi.ng/api@^8.4.6
Updated@thi.ng/checks@^3.3.3
Updated@thi.ng/logger@^1.4.3
Updated@thi.ng/random@^3.3.15