@thi.ng/file-io
Advanced tools
Comparing version 2.1.7 to 2.1.8
# Change Log | ||
- **Last updated**: 2024-07-19T14:56:21Z | ||
- **Last updated**: 2024-07-22T13:15:57Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/file-io", | ||
"version": "2.1.7", | ||
"version": "2.1.8", | ||
"description": "Assorted file I/O utils (with logging support) for NodeJS/Bun", | ||
@@ -39,7 +39,7 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.11.6", | ||
"@thi.ng/checks": "^3.6.8", | ||
"@thi.ng/hex": "^2.3.50", | ||
"@thi.ng/logger": "^3.0.16", | ||
"@thi.ng/random": "^3.8.5" | ||
"@thi.ng/api": "^8.11.7", | ||
"@thi.ng/checks": "^3.6.9", | ||
"@thi.ng/hex": "^2.3.51", | ||
"@thi.ng/logger": "^3.0.17", | ||
"@thi.ng/random": "^4.0.0" | ||
}, | ||
@@ -127,3 +127,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "c7aaa453b01a45e5235517db9d2a283b97abac96\n" | ||
"gitHead": "324d6b7dbf31558329e9fb6452e29b2f7db9c61a\n" | ||
} |
@@ -10,3 +10,3 @@ <!-- This file is generated - DO NOT EDIT! --> | ||
> [!NOTE] | ||
> This is one of 189 standalone projects, maintained as part | ||
> This is one of 198 standalone projects, maintained as part | ||
> of the [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo | ||
@@ -22,2 +22,3 @@ > and anti-framework. | ||
- [Dependencies](#dependencies) | ||
- [Usage examples](#usage-examples) | ||
- [API](#api) | ||
@@ -69,2 +70,14 @@ - [Authors](#authors) | ||
Note: @thi.ng/api is in _most_ cases a type-only import (not used at runtime) | ||
## Usage examples | ||
One project in this repo's | ||
[/examples](https://github.com/thi-ng/umbrella/tree/develop/examples) | ||
directory is using this package: | ||
| Screenshot | Description | Live demo | Source | | ||
|:---------------------------------------------------------------------------------------------------------------------|:-----------------------------------------|:----------|:---------------------------------------------------------------------------------| | ||
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/package-stats.png" width="240"/> | CLI util to visualize umbrella pkg stats | | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/package-stats) | | ||
## API | ||
@@ -71,0 +84,0 @@ |
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
43959
104
+ Added@thi.ng/random@4.1.5(transitive)
- Removed@thi.ng/random@3.8.5(transitive)
Updated@thi.ng/api@^8.11.7
Updated@thi.ng/checks@^3.6.9
Updated@thi.ng/hex@^2.3.51
Updated@thi.ng/logger@^3.0.17
Updated@thi.ng/random@^4.0.0