@phi-code-admin/phi-code 0.76.8 → 0.76.9
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.
|
@@ -279,8 +279,8 @@ export declare class InteractiveMode {
|
|
|
279
279
|
clearEditor(): void;
|
|
280
280
|
showError(errorMessage: string): void;
|
|
281
281
|
showWarning(warningMessage: string): void;
|
|
282
|
-
showNewVersionNotification(
|
|
283
|
-
showPackageUpdateNotification(
|
|
282
|
+
showNewVersionNotification(_newVersion: string): void;
|
|
283
|
+
showPackageUpdateNotification(_packages: string[]): void;
|
|
284
284
|
/**
|
|
285
285
|
* Get all queued messages (read-only).
|
|
286
286
|
* Combines session queue and compaction queue.
|