@northflank/js-client 0.9.2 → 0.9.3-buncompat.0

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.
@@ -457,7 +457,6 @@ declare class ExecCommandStandard extends EventEmitter implements ExecCommand {
457
457
  readonly stdIn: stream.PassThrough;
458
458
  private remote;
459
459
  private currentCommand;
460
- private duplex;
461
460
  constructor(baseUrl: string, execConfig: ExecConfig, token: string, // readonly timeout: number = 120 // Timeout in seconds
462
461
  agent: any, stdOut?: stream.PassThrough, stdErr?: stream.PassThrough, stdIn?: stream.PassThrough);
463
462
  private get execEndpoint();