@forge/manifest 4.19.1-next.2 → 4.19.1-next.3-experimental-8802d63

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,23 @@
1
1
  # @forge/manifest
2
2
 
3
+ ## 4.19.1-next.3-experimental-8802d63
4
+
5
+ ### Patch Changes
6
+
7
+ - 8b993ad6: Added split version related product events to scope mapping
8
+ - 035116d: Bumping dependencies via Renovate:
9
+
10
+ - node-fetch
11
+
12
+ - 07e8f1f: Added delete attachment related product event to scope mapping
13
+ - 1fa312e: Update manifest definitions
14
+
15
+ ## 4.19.1-next.3
16
+
17
+ ### Patch Changes
18
+
19
+ - 07e8f1f: Added delete attachment related product event to scope mapping
20
+
3
21
  ## 4.19.1-next.2
4
22
 
5
23
  ### Patch Changes
@@ -1105,6 +1105,17 @@
1105
1105
  ]
1106
1106
  }
1107
1107
  },
1108
+ {
1109
+ "productEvent": "avi:jira:deleted:attachment",
1110
+ "oAuthScopes": {
1111
+ "beta": [
1112
+ "read:attachment:jira"
1113
+ ],
1114
+ "current": [
1115
+ "read:jira-work"
1116
+ ]
1117
+ }
1118
+ },
1108
1119
  {
1109
1120
  "productEvent": "avi:jira:created:component",
1110
1121
  "oAuthScopes": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/manifest",
3
- "version": "4.19.1-next.2",
3
+ "version": "4.19.1-next.3-experimental-8802d63",
4
4
  "description": "Definitions and validations of the Forge manifest",
5
5
  "main": "out/index.js",
6
6
  "scripts": {