npm package diff
Package: @forge/manifest
Versions: 8.3.1-next.2-experimental-d6acbbd - 8.4.1-next.0
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
@@ -43,8 +43,14 @@
"required": [
"name"
]
},
+ "primaryProduct": {
+ "type": "string",
+ "enum": ["confluence", "jira", "compass"],
+ "title": "primaryProduct",
+ "description": "The primary product for cross-product functionality. If not set, app is not a cross-product app."
+ },
"licensing": {
"additionalProperties": false,
"required": [
"enabled"
@@ -664,8 +670,9 @@
"required": [
"handler",
"key"
],
+ "additionalProperties": false,
"not": {
"required": [
"unlicensedAccess"
]