npm package diff
Package: @forge/tunnel
Versions: 5.3.3-next.0-experimental-10722bc - 5.5.0-next.13
File: package/out/command/start-tunnel-command.d.ts
Index: package/out/command/start-tunnel-command.d.ts
===================================================================
--- package/out/command/start-tunnel-command.d.ts
+++ package/out/command/start-tunnel-command.d.ts
@@ -8,9 +8,8 @@
export interface StartTunnelOptions {
port?: number;
host: string;
environmentKey: string;
- ngrokConfig: string | undefined;
resourcePortMap?: Record<string, number>;
}
export interface StartTunnelResult {
localPort: number;