npm package diff

Package: @forge/manifest

Versions: 8.2.1-next.1 - 8.2.1-next.2

File: package/out/schema/manifest.d.ts

Index: package/out/schema/manifest.d.ts
===================================================================
--- package/out/schema/manifest.d.ts
+++ package/out/schema/manifest.d.ts
@@ -972,8 +972,15 @@
     }[]
   ];
   remote?: [
     {
+      regionBaseUrls?: {
+        /**
+         * This interface was referenced by `undefined`'s JSON-Schema definition
+         * via the `patternProperty` ".+".
+         */
+        [k: string]: string;
+      };
       baseUrl:
         | string
         | {
             /**
@@ -1007,8 +1014,15 @@
       key: ModuleKeySchema;
       [k: string]: unknown;
     },
     ...{
+      regionBaseUrls?: {
+        /**
+         * This interface was referenced by `undefined`'s JSON-Schema definition
+         * via the `patternProperty` ".+".
+         */
+        [k: string]: string;
+      };
       baseUrl:
         | string
         | {
             /**