npm package diff

Package: @forge/api

Versions: 4.0.0-next.1 - 4.0.0-next.2

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
@@ -2,9 +2,9 @@
 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 getMetrics(): Metrics | undefined;
 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