npm package diff

Package: @forge/tunnel

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

File: package/out/util/invocation-utils.d.ts

Index: package/out/util/invocation-utils.d.ts
===================================================================
--- package/out/util/invocation-utils.d.ts
+++ package/out/util/invocation-utils.d.ts
@@ -1,5 +1,4 @@
-import { AppDeploymentEventLogLevel } from '@forge/cli-shared';
 import { P3LogEvent } from '@forge/runtime';
 interface LambdaError {
     errorType: string;
     errorMessage: string;
@@ -21,7 +20,6 @@
 export declare const getRequestId: (request: any, value?: string) => string;
 export declare const formatInvocation: (handler: string, request: any) => string;
 export declare const formatTimestamp: () => string;
 export declare const formatRuntimeLog: (event: P3LogEvent) => string;
-export declare const mapLogLevel: (level: string) => AppDeploymentEventLogLevel;
 export {};
 //# sourceMappingURL=invocation-utils.d.ts.map
\ No newline at end of file