npm package diff

Package: @forge/cli

Versions: 12.8.0-next.18-experimental-003d118 - 12.8.0-next.24

File: package/out/command-line/controller/custom-scopes-controller.d.ts

Index: package/out/command-line/controller/custom-scopes-controller.d.ts
===================================================================
--- package/out/command-line/controller/custom-scopes-controller.d.ts
+++ package/out/command-line/controller/custom-scopes-controller.d.ts
@@ -0,0 +1,7 @@
+import { CustomScopesView } from '../view/custom-scopes-view';
+export declare class CustomScopesController {
+    private readonly view;
+    constructor(view: CustomScopesView);
+    run(): Promise<void>;
+}
+//# sourceMappingURL=custom-scopes-controller.d.ts.map
\ No newline at end of file