@rallycry/conveyor-agent 7.2.1 → 7.2.3
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/cli.js
CHANGED
package/dist/index.d.ts
CHANGED
|
@@ -504,7 +504,8 @@ declare function flushPendingChanges(cwd: string, opts?: {
|
|
|
504
504
|
pushed: boolean;
|
|
505
505
|
hadWork: boolean;
|
|
506
506
|
}>;
|
|
507
|
-
/** Push current branch to origin.
|
|
507
|
+
/** Push current branch to origin. Proactively refreshes the GitHub token before
|
|
508
|
+
* attempting the push. On auth failure, refreshes again and retries. */
|
|
508
509
|
declare function pushToOrigin(cwd: string, refreshToken?: () => Promise<string | undefined>): Promise<boolean>;
|
|
509
510
|
|
|
510
511
|
declare function ensureWorktree(projectDir: string, taskId: string, branch?: string): string;
|
package/dist/index.js
CHANGED