@forge/manifest 7.7.0 → 7.7.1

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,17 @@
1
1
  # @forge/manifest
2
2
 
3
+ ## 7.7.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 01ed6bd: Update manifest definitions
8
+
9
+ ## 7.7.1-next.0
10
+
11
+ ### Patch Changes
12
+
13
+ - 01ed6bd: Update manifest definitions
14
+
3
15
  ## 7.7.0
4
16
 
5
17
  ### Minor Changes
@@ -107,8 +107,8 @@
107
107
  "manage:jira-project",
108
108
  "manage:jira-webhook",
109
109
  "manage:servicedesk-customer",
110
- "moderate:comment:confluence",
111
- "moderate:core-content:confluence",
110
+ "moderate:confluence-comments",
111
+ "moderate:confluence-content",
112
112
  "project-admin:connect-jira",
113
113
  "read:account",
114
114
  "read:account:brie",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/manifest",
3
- "version": "7.7.0",
3
+ "version": "7.7.1",
4
4
  "description": "Definitions and validations of the Forge manifest",
5
5
  "main": "out/index.js",
6
6
  "scripts": {