npm package diff

Package: @forge/manifest

Versions: 8.4.1-next.0 - 8.4.1-next.1

Modified: 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
@@ -45,9 +45,13 @@
                     ]
                 },
                 "primaryProduct": {
                     "type": "string",
-                    "enum": ["confluence", "jira", "compass"],
+                    "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": {

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

Large diffs are not rendered by default.

Modified: package/package.json

Index: package/package.json
===================================================================
--- package/package.json
+++ package/package.json
@@ -1,7 +1,7 @@
 {
   "name": "@forge/manifest",
-  "version": "8.4.1-next.0",
+  "version": "8.4.1-next.1",
   "description": "Definitions and validations of the Forge manifest",
   "main": "out/index.js",
   "scripts": {
     "build": "yarn run compile",

Modified: package/CHANGELOG.md

Index: package/CHANGELOG.md
===================================================================
--- package/CHANGELOG.md
+++ package/CHANGELOG.md
@@ -1,6 +1,12 @@
 # @forge/manifest
 
+## 8.4.1-next.1
+
+### Patch Changes
+
+- 1815689: Update manifest definitions
+
 ## 8.4.1-next.0
 
 ### Patch Changes