npm package diff

Package: @forge/manifest

Versions: 11.0.0-next.4 - 11.0.0-next.5

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
@@ -1099,9 +1099,9 @@
       accept?: ['application/json', ...'application/json'[]];
       /**
        * List of scopes required to access this API route
        */
-      scopes?:
+      scopes:
         | [string]
         | [string, string]
         | [string, string, string]
         | [string, string, string, string]
@@ -1265,9 +1265,9 @@
       accept?: ['application/json', ...'application/json'[]];
       /**
        * List of scopes required to access this API route
        */
-      scopes?:
+      scopes:
         | [string]
         | [string, string]
         | [string, string, string]
         | [string, string, string, string]