npm package diff

Package: @forge/bridge

Versions: 3.5.1-next.3-experimental-c7a7d36 - 4.0.0-next.6

File: package/out/types.d.ts

Index: package/out/types.d.ts
===================================================================
--- package/out/types.d.ts
+++ package/out/types.d.ts
@@ -1,4 +1,5 @@
+import { type ForgeSupportedLocaleCode } from '@forge/i18n';
 export declare type InvokePayload = {
     [key in number | string]: any;
 };
 export declare type InvokeResponse = Record<string, any> | void;
@@ -15,9 +16,9 @@
     workspaceId?: string;
     extension: ExtensionData;
     license?: LicenseDetails;
     localId: string;
-    locale: string;
+    locale: ForgeSupportedLocaleCode;
     moduleKey: string;
     siteUrl: string;
     timezone: string;
 }