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.js
Index: package/out/command-line/controller/custom-scopes-controller.js
===================================================================
--- package/out/command-line/controller/custom-scopes-controller.js
+++ package/out/command-line/controller/custom-scopes-controller.js
@@ -0,0 +1,14 @@
+"use strict";
+Object.defineProperty(exports, "__esModule", { value: true });
+exports.CustomScopesController = void 0;
+class CustomScopesController {
+ view;
+ constructor(view) {
+ this.view = view;
+ }
+ async run() {
+ this.view.displayCommandNotImplemented();
+ }
+}
+exports.CustomScopesController = CustomScopesController;
+//# sourceMappingURL=custom-scopes-controller.js.map
\ No newline at end of file