@platform/fs
Advanced tools
Comparing version 0.0.57 to 0.0.58
@@ -35,5 +35,5 @@ /// <reference types="node" /> | ||
createFileSync(file: string): void; | ||
ensureDir(path: string): Promise<void>; | ||
ensureDir(path: string, callback: (err: Error) => void): void; | ||
ensureDirSync(path: string): void; | ||
ensureDir(path: string, options?: number | fsExtra.EnsureOptions | undefined): Promise<void>; | ||
ensureDir(path: string, options?: number | fsExtra.EnsureOptions | undefined, callback?: ((err: Error) => void) | undefined): void; | ||
ensureDirSync(path: string, options?: number | fsExtra.EnsureOptions | undefined): void; | ||
mkdirs(dir: string): Promise<void>; | ||
@@ -40,0 +40,0 @@ mkdirs(dir: string, callback: (err: Error) => void): void; |
{ | ||
"name": "@platform/fs", | ||
"version": "0.0.57", | ||
"version": "0.0.58", | ||
"description": "File system tools.", | ||
@@ -15,3 +15,3 @@ "main": "lib/index", | ||
"dependencies": { | ||
"@types/fs-extra": "5.0.5", | ||
"@types/fs-extra": "5.1.0", | ||
"@types/js-yaml": "3.12.1", | ||
@@ -18,0 +18,0 @@ "fast-glob": "2.2.6", |
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
75213
+ Added@types/fs-extra@5.1.0(transitive)
- Removed@types/fs-extra@5.0.5(transitive)
Updated@types/fs-extra@5.1.0