npm package diff
Package: @forge/manifest
Versions: 8.6.2-next.0 - 8.7.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
@@ -43,17 +43,17 @@
"required": [
"name"
]
},
- "primaryProduct": {
+ "requiredProduct": {
"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."
+ "title": "requiredProduct",
+ "description": "The required product for cross-product functionality. If not set, app is not a cross-product app."
},
"licensing": {
"additionalProperties": false,
"required": [