@thi.ng/file-io
Advanced tools
Comparing version 2.0.0 to 2.0.1
# Change Log | ||
- **Last updated**: 2024-03-29T12:16:20Z | ||
- **Last updated**: 2024-04-08T14:59:29Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/file-io", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Assorted file I/O utils (with logging support) for NodeJS/Bun", | ||
@@ -39,7 +39,7 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.9.31", | ||
"@thi.ng/checks": "^3.5.5", | ||
"@thi.ng/hex": "^2.3.41", | ||
"@thi.ng/logger": "^3.0.7", | ||
"@thi.ng/random": "^3.7.1" | ||
"@thi.ng/api": "^8.10.0", | ||
"@thi.ng/checks": "^3.6.0", | ||
"@thi.ng/hex": "^2.3.42", | ||
"@thi.ng/logger": "^3.0.8", | ||
"@thi.ng/random": "^3.7.2" | ||
}, | ||
@@ -124,6 +124,7 @@ "devDependencies": { | ||
"thi.ng": { | ||
"alias": "fio", | ||
"status": "stable", | ||
"year": 2022 | ||
}, | ||
"gitHead": "ce5ae2a322d50a7ce8ecccbd94fa55c496ba04fd\n" | ||
"gitHead": "85ac4bd4d6d89f8e3689e2863d5bea0cecdb371c\n" | ||
} |
@@ -10,3 +10,3 @@ <!-- This file is generated - DO NOT EDIT! --> | ||
> [!NOTE] | ||
> This is one of 190 standalone projects, maintained as part | ||
> This is one of 191 standalone projects, maintained as part | ||
> of the [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo | ||
@@ -46,6 +46,12 @@ > and anti-framework. | ||
ESM import: | ||
```ts | ||
import * as fio from "@thi.ng/file-io"; | ||
``` | ||
For Node.js REPL: | ||
```js | ||
const fileIo = await import("@thi.ng/file-io"); | ||
const fio = await import("@thi.ng/file-io"); | ||
``` | ||
@@ -52,0 +58,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
42127
91
Updated@thi.ng/api@^8.10.0
Updated@thi.ng/checks@^3.6.0
Updated@thi.ng/hex@^2.3.42
Updated@thi.ng/logger@^3.0.8
Updated@thi.ng/random@^3.7.2