@forge/manifest 10.0.1-next.3-experimental-cdd1dd9 → 10.0.1-next.4
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 +4 -5
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
# @forge/manifest
|
|
2
2
|
|
|
3
|
-
## 10.0.1-next.
|
|
3
|
+
## 10.0.1-next.4
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
-
|
|
8
|
-
-
|
|
9
|
-
-
|
|
10
|
-
- 5ab2c49: Update manifest definitions
|
|
7
|
+
- 195411c: patch dependencies
|
|
8
|
+
- Updated dependencies [195411c]
|
|
9
|
+
- @forge/i18n@0.0.7-next.0
|
|
11
10
|
|
|
12
11
|
## 10.0.1-next.3
|
|
13
12
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/manifest",
|
|
3
|
-
"version": "10.0.1-next.
|
|
3
|
+
"version": "10.0.1-next.4",
|
|
4
4
|
"description": "Definitions and validations of the Forge manifest",
|
|
5
5
|
"main": "out/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
"fetch-config": "yarn run build && node out/config/index.js"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
|
-
"@types/jest": "^29.5.
|
|
19
|
-
"@types/node": "20.19.
|
|
18
|
+
"@types/jest": "^29.5.14",
|
|
19
|
+
"@types/node": "20.19.1",
|
|
20
20
|
"json-schema-to-typescript": "^10.1.5",
|
|
21
21
|
"typescript": "4.8.4",
|
|
22
22
|
"typescript-json-schema": "^0.62.0"
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"author": "Atlassian",
|
|
25
25
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@forge/i18n": "0.0.
|
|
27
|
+
"@forge/i18n": "0.0.7-next.0",
|
|
28
28
|
"@sentry/node": "7.106.0",
|
|
29
29
|
"ajv": "^8.12.0",
|
|
30
30
|
"ajv-formats": "2.1.1",
|