@forge/manifest 5.5.3-next.5 → 5.5.3
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 +18 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @forge/manifest
|
|
2
2
|
|
|
3
|
+
## 5.5.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 882be11: Bumping dependencies via Renovate:
|
|
8
|
+
|
|
9
|
+
- @types/jest
|
|
10
|
+
|
|
11
|
+
- 8163348: Forge manifest linter now includes newly supported connect modules
|
|
12
|
+
- fd0306f: Update manifest definitions
|
|
13
|
+
- 96feb0c: Update manifest definitions
|
|
14
|
+
- 32fa518: Bumping dependencies via Renovate:
|
|
15
|
+
|
|
16
|
+
- @types/node-fetch
|
|
17
|
+
|
|
18
|
+
- Updated dependencies [5b82e7f]
|
|
19
|
+
- @forge/util@1.4.1
|
|
20
|
+
|
|
3
21
|
## 5.5.3-next.5
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/manifest",
|
|
3
|
-
"version": "5.5.3
|
|
3
|
+
"version": "5.5.3",
|
|
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.1
|
|
25
|
+
"@forge/util": "1.4.1",
|
|
26
26
|
"ajv": "^8.12.0",
|
|
27
27
|
"ajv-formats": "2.1.1",
|
|
28
28
|
"cheerio": "^0.22.0",
|