@forge/manifest 4.15.0 → 4.15.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.15.1-next.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 0d528ddd: Added sprint related product events to scope mapping
|
|
8
|
+
|
|
9
|
+
## 4.15.1-next.0
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 270b46da: Bumping dependencies via Renovate:
|
|
14
|
+
|
|
15
|
+
- @types/node
|
|
16
|
+
|
|
3
17
|
## 4.15.0
|
|
4
18
|
|
|
5
19
|
### Minor Changes
|
|
@@ -926,6 +926,50 @@
|
|
|
926
926
|
"read:pullrequest:bitbucket"
|
|
927
927
|
]
|
|
928
928
|
}
|
|
929
|
+
},
|
|
930
|
+
{
|
|
931
|
+
"productEvent": "avi:jira-software:created:sprint",
|
|
932
|
+
"oAuthScopes": {
|
|
933
|
+
"beta": [
|
|
934
|
+
"read:sprint:jira-software"
|
|
935
|
+
],
|
|
936
|
+
"current": [
|
|
937
|
+
"read:jira-work"
|
|
938
|
+
]
|
|
939
|
+
}
|
|
940
|
+
},
|
|
941
|
+
{
|
|
942
|
+
"productEvent": "avi:jira-software:started:sprint",
|
|
943
|
+
"oAuthScopes": {
|
|
944
|
+
"beta": [
|
|
945
|
+
"read:sprint:jira-software"
|
|
946
|
+
],
|
|
947
|
+
"current": [
|
|
948
|
+
"read:jira-work"
|
|
949
|
+
]
|
|
950
|
+
}
|
|
951
|
+
},
|
|
952
|
+
{
|
|
953
|
+
"productEvent": "avi:jira-software:closed:sprint",
|
|
954
|
+
"oAuthScopes": {
|
|
955
|
+
"beta": [
|
|
956
|
+
"read:sprint:jira-software"
|
|
957
|
+
],
|
|
958
|
+
"current": [
|
|
959
|
+
"read:jira-work"
|
|
960
|
+
]
|
|
961
|
+
}
|
|
962
|
+
},
|
|
963
|
+
{
|
|
964
|
+
"productEvent": "avi:jira-software:updated:sprint",
|
|
965
|
+
"oAuthScopes": {
|
|
966
|
+
"beta": [
|
|
967
|
+
"read:sprint:jira-software"
|
|
968
|
+
],
|
|
969
|
+
"current": [
|
|
970
|
+
"read:jira-work"
|
|
971
|
+
]
|
|
972
|
+
}
|
|
929
973
|
}
|
|
930
974
|
]
|
|
931
975
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/manifest",
|
|
3
|
-
"version": "4.15.
|
|
3
|
+
"version": "4.15.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.1.2",
|
|
19
19
|
"@types/js-yaml": "^3.12.2",
|
|
20
|
-
"@types/node": "14.18.
|
|
20
|
+
"@types/node": "14.18.51",
|
|
21
21
|
"@types/node-fetch": "^2.6.4"
|
|
22
22
|
},
|
|
23
23
|
"author": "Atlassian",
|