@builder.io/dev-tools 1.17.1-dev.202510281301.ee0c22983 → 1.17.2-dev.202510281521.69c0b5f7a

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.
@@ -78,11 +78,7 @@ export declare class CodeGenSession {
78
78
  pullLatestFromRemote(): Promise<CodegenApiResult>;
79
79
  abortMerge(emitStatus?: boolean): Promise<CodegenApiResult>;
80
80
  syncChangesFromRemote(opts?: {
81
- remoteBranches?: "both" | "main" | "ai";
82
81
  fastForward?: "never" | "required" | "auto";
83
- canPush?: boolean;
84
- uncommittedChanges?: "stash" | "commit" | "fail";
85
- allowUnrelatedHistory?: boolean;
86
82
  }): Promise<CodegenApiResult>;
87
83
  /**
88
84
  * Get the current commit hash
@@ -76,7 +76,6 @@ export declare const isMultiLineCommand: (command: string) => boolean;
76
76
  * Creates a temporary script file for multi-line commands
77
77
  */
78
78
  export declare const createTempScript: (command: string, shell: string) => string;
79
- export declare const getTempScriptPath: (extension: string) => string;
80
79
  /**
81
80
  * Cleans up a temporary script file
82
81
  */