npm package diff
Package: @forge/cli-shared
Versions: 8.3.1-next.4 - 8.3.1-next.1-experimental-b695d2e
File: package/out/ui/text.d.ts
Index: package/out/ui/text.d.ts
===================================================================
--- package/out/ui/text.d.ts
+++ package/out/ui/text.d.ts
@@ -180,9 +180,8 @@
intro: (givenDirectory: string) => string;
introWithCurrentDirectory: (currentDirectory: string) => string;
optionTemplate: string;
optionDirectory: string;
- optionSpace: string;
overviewAppName: string;
overviewTemplates: string;
waitTemplates: string;
promptName: string;
@@ -235,10 +234,8 @@
createInProgress: string;
contributingToSpace: (name: string) => string;
assigningToSpace: (name: string) => string;
createdAndContributing: (name: string) => string;
- invalidSpaceName: (spaceName: string) => string;
- invalidSpaceId: (spaceId: string) => string;
error: {
fetchOrSelect: (errorMessage: string) => string;
create: (errorMessage: string) => string;
selectedNotFound: string;
@@ -786,8 +783,13 @@
noCloudId: string;
noResourceIdInWorkspace: string;
noInstallations: string;
};
+ deployList: {
+ cmd: string;
+ banner: string;
+ noDeployments: string;
+ };
tunnel: {
cmd: string;
optionDebugger: string;
debuggerPort: string;