npm package diff

Package: @forge/api

Versions: 3.9.2 - 3.10.0-next.0

File: package/out/runtime/fetch-and-storage.d.ts

Index: package/out/runtime/fetch-and-storage.d.ts
===================================================================
--- package/out/runtime/fetch-and-storage.d.ts
+++ package/out/runtime/fetch-and-storage.d.ts
@@ -1,8 +1,10 @@
 import { FetchMethod } from '..';
 import { AuthProvider } from '../api/fetch';
+import type { Metrics } from '@forge/util/packages/metrics-interface';
 export declare function getContextAri(): any;
 export declare function getFetchAPI(): import("..").FetchAPI;
+export declare function getMetrics(): Metrics;
 export declare function getRequestStargate(provider: AuthProvider): FetchMethod;
 export declare const __requestAtlassianAsApp: FetchMethod;
 export declare const __requestAtlassianAsUser: FetchMethod;
 //# sourceMappingURL=fetch-and-storage.d.ts.map
\ No newline at end of file