npm package diff

Package: @forge/cli-shared

Versions: 6.8.0-next.23 - 6.8.0-next.24

File: package/out/ui/command-line-ui.d.ts

Index: package/out/ui/command-line-ui.d.ts
===================================================================
--- package/out/ui/command-line-ui.d.ts
+++ package/out/ui/command-line-ui.d.ts
@@ -50,7 +50,7 @@
     formatKeyValueList(items: {
         key: string;
         value: string;
     }[], indent?: string, addNewLine?: boolean): string;
-    formatYamlProperties(properties: any, key: string): string;
+    formatYamlProperties(properties: any, key: string, showMessage?: boolean): string;
 }
 //# sourceMappingURL=command-line-ui.d.ts.map
\ No newline at end of file