@scaffoldly/rowdy 0.1.0-beta.20251202211003.7078974 → 0.1.0-beta.20251202220805.ebdae8e
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.
- package/dist/index.d.ts +0 -2
- package/dist/index.js +8 -21
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -216,7 +216,6 @@ declare class Environment implements ILoggable {
|
|
|
216
216
|
private _rowdy;
|
|
217
217
|
private _port?;
|
|
218
218
|
private _registry;
|
|
219
|
-
private _keepAlive;
|
|
220
219
|
constructor(log: Logger);
|
|
221
220
|
private setup;
|
|
222
221
|
get name(): string;
|
|
@@ -227,7 +226,6 @@ declare class Environment implements ILoggable {
|
|
|
227
226
|
get command(): string[] | undefined;
|
|
228
227
|
get env(): Record<string, string | undefined>;
|
|
229
228
|
get debug(): boolean;
|
|
230
|
-
private get keepAlive();
|
|
231
229
|
init(): this;
|
|
232
230
|
poll(): Observable<Result<Pipeline>>;
|
|
233
231
|
protected withSecrets(secrets: Secrets): this;
|