@forge/api 5.3.0 → 6.0.0-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 +12 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @forge/api
|
|
2
2
|
|
|
3
|
+
## 6.0.0-next.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- 8f2a3c9: Update the package to build on Node 20
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [8f2a3c9]
|
|
12
|
+
- @forge/storage@2.0.0-next.0
|
|
13
|
+
- @forge/egress@2.0.0-next.0
|
|
14
|
+
|
|
3
15
|
## 5.3.0
|
|
4
16
|
|
|
5
17
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/api",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "6.0.0-next.0",
|
|
4
4
|
"description": "Forge API methods",
|
|
5
5
|
"author": "Atlassian",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
"postbuild": "yarn bolt w forge-scripts preserve-deprecated-tags ../forge-api"
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {
|
|
16
|
-
"@forge/runtime": "
|
|
17
|
-
"@types/node": "
|
|
16
|
+
"@forge/runtime": "6.0.0-next.0",
|
|
17
|
+
"@types/node": "20.19.0",
|
|
18
18
|
"@types/node-fetch": "^2.6.11",
|
|
19
19
|
"expect-type": "^0.17.3",
|
|
20
20
|
"express": "^4.18.3",
|
|
@@ -23,9 +23,9 @@
|
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"@forge/auth": "0.0.8",
|
|
26
|
-
"@forge/egress": "
|
|
26
|
+
"@forge/egress": "2.0.0-next.0",
|
|
27
27
|
"@forge/i18n": "0.0.6",
|
|
28
|
-
"@forge/storage": "
|
|
28
|
+
"@forge/storage": "2.0.0-next.0",
|
|
29
29
|
"@forge/util": "1.4.9",
|
|
30
30
|
"headers-utils": "^3.0.2"
|
|
31
31
|
},
|