@forge/manifest 6.2.0-next.4 → 6.2.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 +20 -0
- package/out/schema/manifest-schema.json +1 -0
- package/out/schema/manifest.d.ts +0 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# @forge/manifest
|
|
2
2
|
|
|
3
|
+
## 6.2.1-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 9bf0ff6: Update manifest definitions
|
|
8
|
+
|
|
9
|
+
## 6.2.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- 9307e05: Added endpoint validation for bitbucket:mergeCheck module
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- f9492fb: Update manifest definitions
|
|
18
|
+
- 2f32562: Update manifest definitions
|
|
19
|
+
- afbb875: Update manifest definitions
|
|
20
|
+
- Updated dependencies [d76d95c]
|
|
21
|
+
- @forge/util@1.4.2
|
|
22
|
+
|
|
3
23
|
## 6.2.0-next.4
|
|
4
24
|
|
|
5
25
|
### Patch Changes
|
|
@@ -18042,6 +18042,7 @@
|
|
|
18042
18042
|
},
|
|
18043
18043
|
"ExternalAuthFunctionProvider": {
|
|
18044
18044
|
"type": "object",
|
|
18045
|
+
"additionalProperties": false,
|
|
18045
18046
|
"properties": {
|
|
18046
18047
|
"provider": {
|
|
18047
18048
|
"type": "string",
|
package/out/schema/manifest.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/manifest",
|
|
3
|
-
"version": "6.2.
|
|
3
|
+
"version": "6.2.1-next.0",
|
|
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.4.2
|
|
25
|
+
"@forge/util": "1.4.2",
|
|
26
26
|
"ajv": "^8.12.0",
|
|
27
27
|
"ajv-formats": "2.1.1",
|
|
28
28
|
"cheerio": "^0.22.0",
|