npm package diff

Package: @forge/tunnel

Versions: 6.0.0-next.13 - 6.0.0-next.14

File: package/out/services/local-invocation-service.d.ts

Index: package/out/services/local-invocation-service.d.ts
===================================================================
--- package/out/services/local-invocation-service.d.ts
+++ package/out/services/local-invocation-service.d.ts
@@ -1,14 +1,13 @@
 import { InvocationService } from '../servers';
-import { ExternalRequestBody, Inspector } from '@forge/runtime';
+import { ExternalRequestBody } from '@forge/runtime';
 import { Logger } from '@forge/cli-shared';
 export declare class LocalInvocationService implements InvocationService {
     private readonly logger;
-    private readonly inspector;
-    constructor(logger: Logger, inspector: Inspector);
+    constructor(logger: Logger);
     invoke(handler: string, request: ExternalRequestBody): Promise<any>;
     static INTERNAL_METRICS: string[];
-    static printMetrics: (shouldReportMetrics: boolean, metrics: {
+    static printMetrics: (metrics: {
         [key: string]: any;
     }[] | undefined, metricsCompressed: string | undefined, logger: Logger) => void;
 }
 //# sourceMappingURL=local-invocation-service.d.ts.map
\ No newline at end of file