@forge/manifest 4.6.0-next.3 → 4.6.0-next.5

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
+ ## 4.6.0-next.5
4
+
5
+ ### Patch Changes
6
+
7
+ - 2c490ad: Update manifest definitions
8
+
9
+ ## 4.6.0-next.4
10
+
11
+ ### Patch Changes
12
+
13
+ - e975f19: Update manifest definitions
14
+
3
15
  ## 4.6.0-next.3
4
16
 
5
17
  ### Minor Changes
@@ -243,6 +243,7 @@
243
243
  "read:space.setting:confluence",
244
244
  "read:sprint:jira-software",
245
245
  "read:status:jira",
246
+ "read:task:confluence",
246
247
  "read:template:confluence",
247
248
  "read:user-configuration:jira",
248
249
  "read:user:confluence",
@@ -255,7 +256,6 @@
255
256
  "read:workflow-scheme:jira",
256
257
  "read:workflow:jira",
257
258
  "read:workflow.property:jira",
258
- "read:task:confluence",
259
259
  "readonly:content.attachment:confluence",
260
260
  "report:personal-data",
261
261
  "search:confluence",
@@ -383,6 +383,7 @@
383
383
  "write:space.setting:confluence",
384
384
  "write:sprint:jira-software",
385
385
  "write:task:brie",
386
+ "write:task:confluence",
386
387
  "write:team:teams",
387
388
  "write:template:confluence",
388
389
  "write:user-configuration:jira",
@@ -392,6 +393,5 @@
392
393
  "write:webhook:jira",
393
394
  "write:workflow-scheme:jira",
394
395
  "write:workflow:jira",
395
- "write:workflow.property:jira",
396
- "write:task:confluence"
396
+ "write:workflow.property:jira"
397
397
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/manifest",
3
- "version": "4.6.0-next.3",
3
+ "version": "4.6.0-next.5",
4
4
  "description": "Definitions and validations of the Forge manifest",
5
5
  "main": "out/index.js",
6
6
  "scripts": {