@forge/manifest 10.7.0-next.1 → 10.7.0-next.2

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
+ ## 10.7.0-next.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 4afc4fb: Update manifest definitions
8
+
3
9
  ## 10.7.0-next.1
4
10
 
5
11
  ### Minor Changes
@@ -368,7 +368,9 @@
368
368
  "space-admin:connect-confluence",
369
369
  "storage:app",
370
370
  "validate:jql:jira",
371
+ "view:membership-temp:teams",
371
372
  "view:membership:teams",
373
+ "view:team-temp:teams",
372
374
  "view:team:teams",
373
375
  "write:airtrack-object:jira",
374
376
  "write:app-data:confluence",
@@ -465,6 +467,7 @@
465
467
  "write:issue.watcher:jira",
466
468
  "write:jira-work",
467
469
  "write:label:confluence",
470
+ "write:membership-temp:teams",
468
471
  "write:membership:teams",
469
472
  "write:metric:compass",
470
473
  "write:notes:customer-notes",
@@ -532,6 +535,7 @@
532
535
  "write:sprint:jira-software",
533
536
  "write:storage:brie",
534
537
  "write:task:confluence",
538
+ "write:team-temp:teams",
535
539
  "write:team:teams",
536
540
  "write:template:confluence",
537
541
  "write:user-configuration:jira",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/manifest",
3
- "version": "10.7.0-next.1",
3
+ "version": "10.7.0-next.2",
4
4
  "description": "Definitions and validations of the Forge manifest",
5
5
  "main": "out/index.js",
6
6
  "scripts": {