npm package diff

Package: @forge/manifest

Versions: 10.8.0-next.5-experimental-ab371ba - 10.8.0-next.6

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
@@ -13550,8 +13550,9 @@
                 i18n: string;
               }
             | string;
           title__i18n?: string;
+          routePrefix: string;
           function: string;
           key: ModuleKeySchema;
         }
       | {
@@ -13570,8 +13571,9 @@
               };
           resource: string;
           resourceUploadId?: string;
           render?: 'native' | 'default';
+          routePrefix: string;
           key: ModuleKeySchema;
         }
     ),
     ...(
@@ -13581,8 +13583,9 @@
                 i18n: string;
               }
             | string;
           title__i18n?: string;
+          routePrefix: string;
           function: string;
           key: ModuleKeySchema;
         }
       | {
@@ -13601,8 +13604,9 @@
               };
           resource: string;
           resourceUploadId?: string;
           render?: 'native' | 'default';
+          routePrefix: string;
           key: ModuleKeySchema;
         }
     )[]
   ];