@forge/manifest 8.3.0-next.3 → 8.3.0

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.
@@ -329,6 +329,7 @@
329
329
  "read:user.columns:jira",
330
330
  "read:user.property:confluence",
331
331
  "read:user.property:jira",
332
+ "read:viewers:support-api-gateway",
332
333
  "read:watcher:confluence",
333
334
  "read:webhook:jira",
334
335
  "read:whiteboard:confluence",
@@ -504,6 +505,7 @@
504
505
  "write:user-configuration:jira",
505
506
  "write:user.property:confluence",
506
507
  "write:user.property:jira",
508
+ "write:viewers:support-api-gateway",
507
509
  "write:watcher:confluence",
508
510
  "write:webhook:jira",
509
511
  "write:whiteboard:confluence",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/manifest",
3
- "version": "8.3.0-next.3",
3
+ "version": "8.3.0",
4
4
  "description": "Definitions and validations of the Forge manifest",
5
5
  "main": "out/index.js",
6
6
  "scripts": {