npm package diff

Package: @forge/manifest

Versions: 7.8.1-next.0 - 7.9.0-next.1

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

Index: package/out/schema/manifest-schema.json
===================================================================
--- package/out/schema/manifest-schema.json
+++ package/out/schema/manifest-schema.json
@@ -56,8 +56,14 @@
                             "type": "boolean",
                             "default": false,
                             "title": "enabled",
                             "description": "Whether to enable paid app licensing for production installations of this app. Default value of false."
+                        },
+                        "editionsEnabled": {
+                            "type": "boolean",
+                            "default": false,
+                            "title": "editionsEnabled",
+                            "description": "Whether to enable editions for this app. Default value of false."
                         }
                     }
                 },
                 "features": {