@forge/manifest 4.6.0-next.3 → 4.6.0-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,11 @@
1
1
  # @forge/manifest
2
2
 
3
+ ## 4.6.0-next.4
4
+
5
+ ### Patch Changes
6
+
7
+ - e975f19: Update manifest definitions
8
+
3
9
  ## 4.6.0-next.3
4
10
 
5
11
  ### Minor Changes
@@ -255,7 +255,6 @@
255
255
  "read:workflow-scheme:jira",
256
256
  "read:workflow:jira",
257
257
  "read:workflow.property:jira",
258
- "read:task:confluence",
259
258
  "readonly:content.attachment:confluence",
260
259
  "report:personal-data",
261
260
  "search:confluence",
@@ -392,6 +391,5 @@
392
391
  "write:webhook:jira",
393
392
  "write:workflow-scheme:jira",
394
393
  "write:workflow:jira",
395
- "write:workflow.property:jira",
396
- "write:task:confluence"
394
+ "write:workflow.property:jira"
397
395
  ]
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.4",
4
4
  "description": "Definitions and validations of the Forge manifest",
5
5
  "main": "out/index.js",
6
6
  "scripts": {