npm package diff
Package: @forge/cli-shared
Versions: 5.3.2 - 5.4.0-next.0
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
@@ -499,9 +499,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 +529,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 +641,8 @@
defaultEnvironment: {
description: string;
info: string;
};
- ngrokConfig: {
- description: string;
- errors: {
- inaccessible: (path: string, code: string) => string;
- notAFile: (path: string) => string;
- };
- };
};
nonInteractive: {
description: string;
error: {