@forge/manifest 10.1.0-next.9 → 10.1.1-next.0
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 +28 -0
- package/out/scopes/shipyard-scopes.json +2 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,33 @@
|
|
|
1
1
|
# @forge/manifest
|
|
2
2
|
|
|
3
|
+
## 10.1.1-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- e029de1: Update manifest definitions
|
|
8
|
+
|
|
9
|
+
## 10.1.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- effab31: Bumped cheerio from 0.22 to 1.1
|
|
14
|
+
- 46daa27: Added support for default environment variable declaration in the manifest
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- 5d07fbf: Update the default value for inScopeEUD of egress entries by the linter
|
|
19
|
+
- 4b15e26: Rename some Confluence events from 'removed' to 'deleted' events for consistency with other products. Neither of the renamed events are active yet.
|
|
20
|
+
- 634d7b9: Bump max resource limit from 10 to 50
|
|
21
|
+
- b9574d4: Limit number of automation actions per app
|
|
22
|
+
- 195411c: patch dependencies
|
|
23
|
+
- d97a252: Add new Forge events and update scopes for unreleased Forge events
|
|
24
|
+
- 1479d2d: Update manifest definitions
|
|
25
|
+
- ca7e661: Update manifest definitions
|
|
26
|
+
- 5ab2c49: Update manifest definitions
|
|
27
|
+
- 609f68b: Update manifest definitions
|
|
28
|
+
- Updated dependencies [195411c]
|
|
29
|
+
- @forge/i18n@0.0.7
|
|
30
|
+
|
|
3
31
|
## 10.1.0-next.9
|
|
4
32
|
|
|
5
33
|
### Minor Changes
|
|
@@ -106,6 +106,7 @@
|
|
|
106
106
|
"delete:space:confluence",
|
|
107
107
|
"delete:sprint:jira-software",
|
|
108
108
|
"delete:user-configuration:jira",
|
|
109
|
+
"delete:user.columns:jira",
|
|
109
110
|
"delete:user.property:jira",
|
|
110
111
|
"delete:webhook:jira",
|
|
111
112
|
"delete:whiteboard:confluence",
|
|
@@ -529,6 +530,7 @@
|
|
|
529
530
|
"write:team:teams",
|
|
530
531
|
"write:template:confluence",
|
|
531
532
|
"write:user-configuration:jira",
|
|
533
|
+
"write:user.columns:jira",
|
|
532
534
|
"write:user.property:confluence",
|
|
533
535
|
"write:user.property:jira",
|
|
534
536
|
"write:viewers:support-api-gateway",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/manifest",
|
|
3
|
-
"version": "10.1.
|
|
3
|
+
"version": "10.1.1-next.0",
|
|
4
4
|
"description": "Definitions and validations of the Forge manifest",
|
|
5
5
|
"main": "out/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"author": "Atlassian",
|
|
25
25
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@forge/i18n": "0.0.7
|
|
27
|
+
"@forge/i18n": "0.0.7",
|
|
28
28
|
"@sentry/node": "7.106.0",
|
|
29
29
|
"ajv": "^8.12.0",
|
|
30
30
|
"ajv-formats": "2.1.1",
|