npm package diff
Package: @forge/cli-shared
Versions: 5.3.1-next.0-experimental-10722bc - 5.5.0-next.13
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
@@ -489,8 +489,10 @@
installList: {
cmd: string;
banner: string;
noResourceId: string;
+ noCloudId: string;
+ bbNoResourceId: string;
noInstallations: string;
};
tunnel: {
cmd: string;
@@ -499,9 +501,9 @@
functionHandlers: string;
preamble: string;
startingTunnel: (environmentKey: string, envType: AppEnvironmentType) => string;
startedServer: (port: number, isDebug: boolean) => string;
- tunnelType: (isCloudflareTunnel: boolean) => string;
+ tunnelType: string;
startedTunnel: (tunnelUrl: string) => string;
stoppingTunnel: string;
stoppedTunnel: string;
tunnelStatusChange: (status: string) => string;
@@ -529,10 +531,8 @@
functionsBundlingSucceeded: string;
error: {
create: (message: string) => string;
delete: (message: string) => string;
- ngrok: (message?: string) => string;
- noNgrokConfig: string;
handler: {
notFound: (handler: string) => string;
};
manifestChangeDetected: string;
@@ -643,15 +643,8 @@
defaultEnvironment: {
description: string;
info: string;
};
- ngrokConfig: {
- description: string;
- errors: {
- inaccessible: (path: string, code: string) => string;
- notAFile: (path: string) => string;
- };
- };
};
nonInteractive: {
description: string;
error: {