@polka-codes/cli 0.10.24 → 0.10.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -30,7 +30,7 @@ export declare function logAndSuppress(logger: Logger, error: unknown, contextMe
30
30
  * @param operation - Operation being performed (read, write, delete, etc.)
31
31
  * @param cause - Optional underlying error
32
32
  */
33
- export declare const FileSystemAccessError: new (...args: [string, string] | [string, string, (Error | undefined)?]) => import("@polka-codes/core").BaseError;
33
+ export declare const FileSystemAccessError: new (...args: [string, string, (Error | undefined)?] | [string, string]) => import("@polka-codes/core").BaseError;
34
34
  /**
35
35
  * Error thrown when a command execution fails
36
36
  *