npm package diff

Package: @forge/cli-shared

Versions: 6.8.0-next.4-experimental-479b182 - 6.8.0-next.5

File: package/out/ui/ui.d.ts

Index: package/out/ui/ui.d.ts
===================================================================
--- package/out/ui/ui.d.ts
+++ package/out/ui/ui.d.ts
@@ -28,6 +28,11 @@
     displayProgress<Result>(progress: () => Promise<Result>, startText: string, successText: string | ((result: Result) => string | ProgressResult)): Promise<Result>;
     displayTemporaryMessage<Result>(progress: () => Promise<Result>, waitText: string): Promise<Result>;
     clearSpinner(): void;
     table<Key extends string>(head: [Key, string][], data: Record<Key, TableCell>[] | undefined | null, options?: TableOptions<Key>): void;
+    formatKeyValueList(items: {
+        key: string;
+        value: string;
+    }[], indent?: string, addNewLine?: boolean): string;
+    formatYamlProperties(properties: any, key: string): string;
 }
 //# sourceMappingURL=ui.d.ts.map
\ No newline at end of file