npm package diff

Package: @forge/manifest

Versions: 8.8.0 - 8.9.0-next.0

File: package/out/schema/basic-manifest-schema.json

Index: package/out/schema/basic-manifest-schema.json
===================================================================
--- package/out/schema/basic-manifest-schema.json
+++ package/out/schema/basic-manifest-schema.json
@@ -88,10 +88,9 @@
                             "type": "array",
                             "items": {
                                 "type": "string",
                                 "enum": [
-                                    "user-access",
-                                    "agent"
+                                    "user-access"
                                 ]
                             },
                             "title": "modes",
                             "description": "Declares the licensing modes supported by this app. One of the declared modes may be selected as the active mode when the app is listed on the Marketplace. If no value is specified, the legacy coupled licensing mode is assumed by default."