@thi.ng/file-io
Advanced tools
Comparing version 2.0.2 to 2.0.3
# Change Log | ||
- **Last updated**: 2024-04-11T12:32:44Z | ||
- **Last updated**: 2024-04-20T14:42:45Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -12,2 +12,8 @@ | ||
### [2.0.3](https://github.com/thi-ng/umbrella/tree/@thi.ng/file-io@2.0.3) (2024-04-20) | ||
#### ♻️ Refactoring | ||
- update type usage ([7dc9551](https://github.com/thi-ng/umbrella/commit/7dc9551)) | ||
# [2.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/file-io@2.0.0) (2024-03-29) | ||
@@ -14,0 +20,0 @@ |
@@ -1,2 +0,2 @@ | ||
import type { Fn3, NumOrString } from "@thi.ng/api"; | ||
import type { Fn3, Maybe, Nullable, NumOrString } from "@thi.ng/api"; | ||
import type { ILogger } from "@thi.ng/logger"; | ||
@@ -19,3 +19,3 @@ export declare const readJSON: <T = any>(path: string, logger?: ILogger) => T; | ||
*/ | ||
export declare const writeJSON: (path: string, obj: any, replacer?: Fn3<any, string, any, any> | NumOrString[] | null | undefined, space?: NumOrString | undefined, logger?: ILogger, dryRun?: boolean) => void; | ||
export declare const writeJSON: (path: string, obj: any, replacer?: Fn3<any, string, any, any> | Nullable<NumOrString[]>, space?: Maybe<NumOrString>, logger?: ILogger, dryRun?: boolean) => void; | ||
//# sourceMappingURL=json.d.ts.map |
{ | ||
"name": "@thi.ng/file-io", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "Assorted file I/O utils (with logging support) for NodeJS/Bun", | ||
@@ -39,7 +39,7 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.10.1", | ||
"@thi.ng/checks": "^3.6.1", | ||
"@thi.ng/hex": "^2.3.43", | ||
"@thi.ng/logger": "^3.0.9", | ||
"@thi.ng/random": "^3.7.3" | ||
"@thi.ng/api": "^8.11.0", | ||
"@thi.ng/checks": "^3.6.2", | ||
"@thi.ng/hex": "^2.3.44", | ||
"@thi.ng/logger": "^3.0.10", | ||
"@thi.ng/random": "^3.7.4" | ||
}, | ||
@@ -128,3 +128,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "18a0c063a7b33d790e5bc2486c106f45f663ac28\n" | ||
"gitHead": "8339d05ecc857e529c7325a9839c0063b89e728d\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
42329
Updated@thi.ng/api@^8.11.0
Updated@thi.ng/checks@^3.6.2
Updated@thi.ng/hex@^2.3.44
Updated@thi.ng/logger@^3.0.10
Updated@thi.ng/random@^3.7.4