npm package diff
Package: @forge/cli
Versions: 11.1.0 - 11.2.0-next.17-experimental-26b1489
File: package/out/command-line/dependency-injection.d.ts
Index: package/out/command-line/dependency-injection.d.ts
===================================================================
--- package/out/command-line/dependency-injection.d.ts
+++ package/out/command-line/dependency-injection.d.ts
@@ -1,5 +1,5 @@
-import { CLIDetails, CommandLineUI, ConfigFile, CreateAppCommand, FeatureFlagService, GetAppOwnerQuery, LoginCommand, LogoutCommand, RegisterAppCommand, ViewAppLogsCommand, UserRepositoryImpl, SupportedProductsService } from '@forge/cli-shared';
+import { CLIDetails, CommandLineUI, ConfigFile, CreateAppCommand, GetAppOwnerQuery, LoginCommand, LogoutCommand, RegisterAppCommand, ViewAppLogsCommand, UserRepositoryImpl, SupportedProductsService } from '@forge/cli-shared';
import { AnalyticsClientReporter } from '../analytics-client/analytics-client';
import { PackageUploadDeployCommand } from '../deploy';
import { DeleteEnvironmentVariableCommand } from '../environment-variables/delete-environment-variable';
import { ListEnvironmentVariablesCommand } from '../environment-variables/list-environment-variables';
@@ -59,9 +59,8 @@
getWebTriggerURLCommand: GetWebTriggerURLCommand;
listEntitiesIndexesCommand: ListEntitiesIndexesCommand;
};
services: {
- featureFlagService: FeatureFlagService;
installationsService: InstallationService;
migrationKeysService: MigrationKeysService;
customEntitiesService: CustomEntitiesService;
credentialStore: import("@forge/cli-shared").CredentialStore;