npm package diff

Package: @forge/api

Versions: 4.0.0 - 4.1.0-next.0

File: package/out/api/runtime.d.ts

Index: package/out/api/runtime.d.ts
===================================================================
--- package/out/api/runtime.d.ts
+++ package/out/api/runtime.d.ts
@@ -84,5 +84,6 @@
 export declare function getAppContext(): AppContext;
 export declare function wrapInMetrics<Args extends unknown[], Ret>(name: string, fn: (...args: Args) => Promise<Ret>, { tags }?: {
     tags?: Tags;
 }): (...args: Args) => Promise<Ret>;
+export declare function bindInvocationContext<Func extends (...args: never[]) => unknown>(fn: Func): Func;
 //# sourceMappingURL=runtime.d.ts.map
\ No newline at end of file