@forge/manifest 5.4.1-next.2 → 5.4.1-next.4

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,19 @@
1
1
  # @forge/manifest
2
2
 
3
+ ## 5.4.1-next.4
4
+
5
+ ### Patch Changes
6
+
7
+ - 8202092: Update manifest definitions
8
+
9
+ ## 5.4.1-next.3
10
+
11
+ ### Patch Changes
12
+
13
+ - 16a7cf5: Bumping dependencies via Renovate:
14
+
15
+ - @types/node-fetch
16
+
3
17
  ## 5.4.1-next.2
4
18
 
5
19
  ### Patch Changes
@@ -99,6 +99,8 @@
99
99
  "read:account",
100
100
  "read:account:brie",
101
101
  "read:analytics.content:confluence",
102
+ "read:app-data:confluence",
103
+ "read:app-data:jira",
102
104
  "read:app-system-token",
103
105
  "read:app-user-token",
104
106
  "read:application-role:jira",
@@ -296,6 +298,8 @@
296
298
  "validate:jql:jira",
297
299
  "view:membership:teams",
298
300
  "view:team:teams",
301
+ "write:app-data:confluence",
302
+ "write:app-data:jira",
299
303
  "write:attachment:confluence",
300
304
  "write:attachment:jira",
301
305
  "write:audit-log:confluence",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/manifest",
3
- "version": "5.4.1-next.2",
3
+ "version": "5.4.1-next.4",
4
4
  "description": "Definitions and validations of the Forge manifest",
5
5
  "main": "out/index.js",
6
6
  "scripts": {
@@ -17,7 +17,7 @@
17
17
  "devDependencies": {
18
18
  "@types/jest": "^29.5.11",
19
19
  "@types/node": "14.18.63",
20
- "@types/node-fetch": "^2.6.9"
20
+ "@types/node-fetch": "^2.6.10"
21
21
  },
22
22
  "author": "Atlassian",
23
23
  "license": "UNLICENSED",