@rallycry/conveyor-agent 5.4.0 → 5.6.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.
package/dist/cli.js CHANGED
@@ -4,7 +4,7 @@ import {
4
4
  ProjectRunner,
5
5
  createServiceLogger,
6
6
  errorMeta
7
- } from "./chunk-DJJBHD4H.js";
7
+ } from "./chunk-LYXKPBQN.js";
8
8
 
9
9
  // src/cli.ts
10
10
  import { readFileSync, existsSync } from "fs";
package/dist/index.d.ts CHANGED
@@ -179,6 +179,7 @@ declare class ConveyorConnection {
179
179
  startChildCloudBuild(childTaskId: string): Promise<StartChildCloudBuildResponse>;
180
180
  approveAndMergePR(childTaskId: string): Promise<{
181
181
  merged: boolean;
182
+ queued?: boolean;
182
183
  childTaskId: string;
183
184
  prNumber: number;
184
185
  }>;
package/dist/index.js CHANGED
@@ -9,7 +9,7 @@ import {
9
9
  removeWorktree,
10
10
  runSetupCommand,
11
11
  runStartCommand
12
- } from "./chunk-DJJBHD4H.js";
12
+ } from "./chunk-LYXKPBQN.js";
13
13
  export {
14
14
  AgentRunner,
15
15
  ConveyorConnection,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rallycry/conveyor-agent",
3
- "version": "5.4.0",
3
+ "version": "5.6.0",
4
4
  "description": "Conveyor cloud build agent runner - executes task plans inside GitHub Codespaces",
5
5
  "keywords": [
6
6
  "agent",