@platform/fs
Advanced tools
Comparing version 0.6.11 to 0.6.12
@@ -219,4 +219,10 @@ /// <reference types="node" /> | ||
rename(oldPath: fsextra.PathLike, newPath: fsextra.PathLike): Promise<void>; | ||
rm(path: fsextra.PathLike, options?: { | ||
force?: boolean | undefined; | ||
maxRetries?: number | undefined; | ||
recursive?: boolean | undefined; | ||
retryDelay?: number | undefined; | ||
} | undefined): Promise<void>; | ||
rmdir(path: fsextra.PathLike, callback: (err: NodeJS.ErrnoException) => void): void; | ||
rmdir(path: fsextra.PathLike): Promise<void>; | ||
rmdir(path: fsextra.PathLike, options?: fsextra.RmDirOptions | undefined): Promise<void>; | ||
stat(path: fsextra.PathLike, callback: (err: NodeJS.ErrnoException, stats: fsextra.Stats) => any): void; | ||
@@ -302,3 +308,2 @@ stat(path: fsextra.PathLike): Promise<fsextra.Stats>; | ||
rmdirSync(path: fsextra.PathLike, options?: fsextra.RmDirOptions | undefined): void; | ||
rm: typeof fsextra.rm; | ||
rmSync(path: fsextra.PathLike, options?: fsextra.RmOptions | undefined): void; | ||
@@ -305,0 +310,0 @@ mkdtempSync(prefix: string, options?: BufferEncoding | fsextra.BaseEncodingOptions | null | undefined): string; |
{ | ||
"name": "@platform/fs", | ||
"version": "0.6.11", | ||
"version": "0.6.12", | ||
"description": "POSIX style file-system tools.", | ||
@@ -15,3 +15,3 @@ "main": "lib/index", | ||
"@platform/fs.types": "0.1.8", | ||
"@platform/types": "0.5.19", | ||
"@platform/types": "0.5.20", | ||
"@types/fs-extra": "9.0.11", | ||
@@ -18,0 +18,0 @@ "@types/js-yaml": "4.0.1", |
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
81989
1735
+ Added@platform/types@0.5.20(transitive)
- Removed@platform/types@0.5.19(transitive)
Updated@platform/types@0.5.20