@forge/manifest 5.4.0 → 5.4.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 +13 -0
- package/out/scopes/shipyard-scopes.json +3 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @forge/manifest
|
|
2
2
|
|
|
3
|
+
## 5.4.1-next.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [b3245a7]
|
|
8
|
+
- @forge/util@1.4.0-next.0
|
|
9
|
+
|
|
10
|
+
## 5.4.1-next.0
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- 9d7a0c4: Update manifest definitions
|
|
15
|
+
|
|
3
16
|
## 5.4.0
|
|
4
17
|
|
|
5
18
|
### Minor Changes
|
|
@@ -83,6 +83,7 @@
|
|
|
83
83
|
"delete:user-configuration:jira",
|
|
84
84
|
"delete:user.property:jira",
|
|
85
85
|
"delete:webhook:jira",
|
|
86
|
+
"delete:whiteboard:confluence",
|
|
86
87
|
"delete:workflow-scheme:jira",
|
|
87
88
|
"delete:workflow:jira",
|
|
88
89
|
"delete:workflow.property:jira",
|
|
@@ -281,6 +282,7 @@
|
|
|
281
282
|
"read:user.property:jira",
|
|
282
283
|
"read:watcher:confluence",
|
|
283
284
|
"read:webhook:jira",
|
|
285
|
+
"read:whiteboard:confluence",
|
|
284
286
|
"read:workflow-scheme:jira",
|
|
285
287
|
"read:workflow:jira",
|
|
286
288
|
"read:workflow.property:jira",
|
|
@@ -432,6 +434,7 @@
|
|
|
432
434
|
"write:user.property:jira",
|
|
433
435
|
"write:watcher:confluence",
|
|
434
436
|
"write:webhook:jira",
|
|
437
|
+
"write:whiteboard:confluence",
|
|
435
438
|
"write:workflow-scheme:jira",
|
|
436
439
|
"write:workflow:jira",
|
|
437
440
|
"write:workflow.property:jira"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/manifest",
|
|
3
|
-
"version": "5.4.
|
|
3
|
+
"version": "5.4.1-next.1",
|
|
4
4
|
"description": "Definitions and validations of the Forge manifest",
|
|
5
5
|
"main": "out/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"author": "Atlassian",
|
|
23
23
|
"license": "UNLICENSED",
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@forge/util": "1.
|
|
25
|
+
"@forge/util": "1.4.0-next.0",
|
|
26
26
|
"ajv": "^8.12.0",
|
|
27
27
|
"ajv-formats": "2.1.1",
|
|
28
28
|
"cheerio": "^0.22.0",
|