@forge/manifest 8.4.1-next.0 → 8.4.1-next.1-experimental-19bd64d

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @forge/manifest
2
2
 
3
+ ## 8.4.1-next.1-experimental-19bd64d
4
+
5
+ ### Patch Changes
6
+
7
+ - 19c93e7: Update application manifest to support defining a primary product for XPA support
8
+ - 1815689: Update manifest definitions
9
+
10
+ ## 8.4.1-next.1
11
+
12
+ ### Patch Changes
13
+
14
+ - 1815689: Update manifest definitions
15
+
3
16
  ## 8.4.1-next.0
4
17
 
5
18
  ### Patch Changes
@@ -46,7 +46,11 @@
46
46
  },
47
47
  "primaryProduct": {
48
48
  "type": "string",
49
- "enum": ["confluence", "jira", "compass"],
49
+ "enum": [
50
+ "confluence",
51
+ "jira",
52
+ "compass"
53
+ ],
50
54
  "title": "primaryProduct",
51
55
  "description": "The primary product for cross-product functionality. If not set, app is not a cross-product app."
52
56
  },
@@ -46,7 +46,11 @@
46
46
  },
47
47
  "primaryProduct": {
48
48
  "type": "string",
49
- "enum": ["confluence", "jira", "compass"],
49
+ "enum": [
50
+ "confluence",
51
+ "jira",
52
+ "compass"
53
+ ],
50
54
  "title": "primaryProduct",
51
55
  "description": "The primary product for cross-product functionality. If not set, app is not a cross-product app."
52
56
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/manifest",
3
- "version": "8.4.1-next.0",
3
+ "version": "8.4.1-next.1-experimental-19bd64d",
4
4
  "description": "Definitions and validations of the Forge manifest",
5
5
  "main": "out/index.js",
6
6
  "scripts": {