npm package diff

Package: @forge/cli

Versions: 12.3.0 - 12.3.1-next.1-experimental-b4d61da

File: package/out/command-line/dependency-injection.js

Index: package/out/command-line/dependency-injection.js
===================================================================
--- package/out/command-line/dependency-injection.js
+++ package/out/command-line/dependency-injection.js
@@ -28,8 +28,10 @@
 const uninstall_app_1 = require("../installations/uninstall-app");
 const cached_config_service_1 = require("../service/cached-config-service");
 const docker_service_1 = require("../service/docker-service");
 const installation_service_1 = require("../service/installation-service");
+const deployment_service_1 = require("../service/deployment-service");
+const deployments_graphql_client_1 = require("../deployments/deployments-graphql-client");
 const lint_service_1 = require("../service/lint-service");
 const lite_lint_service_1 = require("../service/lite-lint-service");
 const port_finding_service_1 = require("../service/port-finding-service");
 const resource_packaging_service_1 = require("../service/resource-packaging-service");
@@ -167,8 +169,10 @@
     const appPackager = new deploy_1.AppPackager(runtimeBundler, nativeUiBundler, ui);
     const getWebTriggerURLCommand = new get_webtrigger_url_1.GetWebTriggerURLCommand(assertiveAppConfigReader, installationsClient, appEnvironmentClient, webTriggerGraphqlClient);
     const autocompleteController = new autocomplete_controller_1.AutocompleteController(ui);
     const installationsService = new installation_service_1.InstallationService(assertiveAppConfigReader, installationsClient, installationsClient, installationsClient, installationsClient);
+    const deploymentsClient = new deployments_graphql_client_1.DeploymentsGraphqlClient(graphQLClient);
+    const deploymentsService = new deployment_service_1.DeploymentService(assertiveAppConfigReader, deploymentsClient);
     const installView = new install_view_1.InstallView(ui);
     const installController = new install_controller_1.InstallController(assertiveAppConfigReader, configFile, ui, installAppSiteCommand, installationsService, installView, supportedProductsService, statsigService);
     const feedbackController = new feedback_controller_1.FeedbackController(credentialStore, feedbackPostClient);
     const eligibilityController = new eligibility_controller_1.EligibilityController(new roa_service_1.RoaService(assertiveAppConfigReader, new graphql_client_8.RoaEligibilityClient(graphQLClient)), new eligibility_view_1.EligibilityView(ui));
@@ -232,8 +236,9 @@
             containerCommand
         },
         services: {
             installationsService,
+            deploymentsService,
             migrationKeysService,
             customEntitiesService,
             credentialStore,
             userRepository,