npm package diff
Package: @forge/cli
Versions: 12.8.0-next.18-experimental-003d118 - 12.8.0-next.24
File: package/out/command-line/view/custom-scopes-view.js
Index: package/out/command-line/view/custom-scopes-view.js
===================================================================
--- package/out/command-line/view/custom-scopes-view.js
+++ package/out/command-line/view/custom-scopes-view.js
@@ -0,0 +1,14 @@
+"use strict";
+Object.defineProperty(exports, "__esModule", { value: true });
+exports.CustomScopesView = void 0;
+class CustomScopesView {
+ ui;
+ constructor(ui) {
+ this.ui = ui;
+ }
+ displayCommandNotImplemented() {
+ this.ui.info('Command not implemented.');
+ }
+}
+exports.CustomScopesView = CustomScopesView;
+//# sourceMappingURL=custom-scopes-view.js.map
\ No newline at end of file