Initial commit
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
import { PublishConfiguration, UpdateInfo } from "builder-util-runtime";
|
||||
import { Packager } from "../packager";
|
||||
import { PlatformPackager } from "../platformPackager";
|
||||
export interface UpdateInfoFileTask {
|
||||
readonly file: string;
|
||||
readonly info: UpdateInfo;
|
||||
readonly publishConfiguration: PublishConfiguration;
|
||||
readonly packager: PlatformPackager<any>;
|
||||
}
|
||||
export declare function writeUpdateInfoFiles(updateInfoFileTasks: Array<UpdateInfoFileTask>, packager: Packager): Promise<void>;
|
||||
Reference in New Issue
Block a user