@thi.ng/file-io
Advanced tools
Comparing version 2.1.16 to 2.1.17
# Change Log | ||
- **Last updated**: 2024-11-10T17:11:51Z | ||
- **Last updated**: 2024-11-24T18:15:48Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
@@ -42,3 +42,3 @@ import type { ILogger } from "@thi.ng/logger"; | ||
*/ | ||
export declare function fileChunks(path: string, opts?: Partial<FileChunkOpts>): AsyncGenerator<Buffer, void, unknown>; | ||
export declare function fileChunks(path: string, opts?: Partial<FileChunkOpts>): AsyncGenerator<Buffer<ArrayBuffer>, void, unknown>; | ||
//# sourceMappingURL=file-chunks.d.ts.map |
{ | ||
"name": "@thi.ng/file-io", | ||
"version": "2.1.16", | ||
"version": "2.1.17", | ||
"description": "Assorted file I/O utils (with logging support) for NodeJS/Bun", | ||
@@ -39,13 +39,13 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.11.12", | ||
"@thi.ng/checks": "^3.6.14", | ||
"@thi.ng/hex": "^2.3.56", | ||
"@thi.ng/logger": "^3.0.22", | ||
"@thi.ng/random": "^4.1.3" | ||
"@thi.ng/api": "^8.11.13", | ||
"@thi.ng/checks": "^3.6.15", | ||
"@thi.ng/hex": "^2.3.57", | ||
"@thi.ng/logger": "^3.0.23", | ||
"@thi.ng/random": "^4.1.4" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.47.9", | ||
"@microsoft/api-extractor": "^7.48.0", | ||
"esbuild": "^0.24.0", | ||
"typedoc": "^0.26.7", | ||
"typescript": "^5.6.2" | ||
"typedoc": "^0.26.11", | ||
"typescript": "^5.7.2" | ||
}, | ||
@@ -127,3 +127,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "ef89090bb19fc5bca23be5da8cfce05b82ff4ad1\n" | ||
"gitHead": "85e2f0935b58bde5d165fbe754fafec5da0b731e\n" | ||
} |
@@ -8,3 +8,3 @@ import type { ILogger } from "@thi.ng/logger"; | ||
*/ | ||
export declare const readBinary: (path: string, logger?: ILogger) => Uint8Array; | ||
export declare const readBinary: (path: string, logger?: ILogger) => Uint8Array<ArrayBufferLike>; | ||
//# sourceMappingURL=read.d.ts.map |
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
43987
Updated@thi.ng/api@^8.11.13
Updated@thi.ng/checks@^3.6.15
Updated@thi.ng/hex@^2.3.57
Updated@thi.ng/logger@^3.0.23
Updated@thi.ng/random@^4.1.4