@forge/manifest 4.18.0 → 4.18.1-next.1

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,19 @@
1
1
  # @forge/manifest
2
2
 
3
+ ## 4.18.1-next.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 4640d4f: Bumping dependencies via Renovate:
8
+
9
+ - @types/node
10
+
11
+ ## 4.18.1-next.0
12
+
13
+ ### Patch Changes
14
+
15
+ - 484f907: Added attachment related product events to scope mapping
16
+
3
17
  ## 4.18.0
4
18
 
5
19
  ### Minor Changes
@@ -1,5 +1,6 @@
1
1
  {
2
- "mapping": [{
2
+ "mapping": [
3
+ {
3
4
  "productEvent": "avi:jira:assigned:issue",
4
5
  "oAuthScopes": {
5
6
  "beta": [
@@ -1027,6 +1028,17 @@
1027
1028
  ]
1028
1029
  }
1029
1030
  },
1031
+ {
1032
+ "productEvent": "avi:jira:created:attachment",
1033
+ "oAuthScopes": {
1034
+ "beta": [
1035
+ "read:attachment:jira"
1036
+ ],
1037
+ "current": [
1038
+ "read:jira-work"
1039
+ ]
1040
+ }
1041
+ },
1030
1042
  {
1031
1043
  "productEvent": "avi:jira:created:component",
1032
1044
  "oAuthScopes": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/manifest",
3
- "version": "4.18.0",
3
+ "version": "4.18.1-next.1",
4
4
  "description": "Definitions and validations of the Forge manifest",
5
5
  "main": "out/index.js",
6
6
  "scripts": {
@@ -17,7 +17,7 @@
17
17
  "devDependencies": {
18
18
  "@types/jest": "^29.5.3",
19
19
  "@types/js-yaml": "^3.12.7",
20
- "@types/node": "14.18.53",
20
+ "@types/node": "14.18.54",
21
21
  "@types/node-fetch": "^2.6.4"
22
22
  },
23
23
  "author": "Atlassian",