npm package diff
Package: @forge/cli-shared
Versions: 8.3.1-next.1-experimental-b4d61da - 8.3.1-next.4
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,8 +180,9 @@
intro: (givenDirectory: string) => string;
introWithCurrentDirectory: (currentDirectory: string) => string;
optionTemplate: string;
optionDirectory: string;
+ optionSpace: string;
overviewAppName: string;
overviewTemplates: string;
waitTemplates: string;
promptName: string;
@@ -234,8 +235,10 @@
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;
@@ -783,13 +786,8 @@
noCloudId: string;
noResourceIdInWorkspace: string;
noInstallations: string;
};
- deployList: {
- cmd: string;
- banner: string;
- noDeployments: string;
- };
tunnel: {
cmd: string;
optionDebugger: string;
debuggerPort: string;