@forge/api 5.0.0-next.1 → 5.0.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 +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @forge/api
|
|
2
2
|
|
|
3
|
+
## 5.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- a5a6cfb: Replacing node-fetch client with Undici for HTTP requests
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- 05f0f1a: Stub global fetch if it is not available when trying to construct APIs for the Node runtime
|
|
12
|
+
- Updated dependencies [a5a6cfb]
|
|
13
|
+
- @forge/storage@1.7.1
|
|
14
|
+
|
|
3
15
|
## 5.0.0-next.1
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/api",
|
|
3
|
-
"version": "5.0.0
|
|
3
|
+
"version": "5.0.0",
|
|
4
4
|
"description": "Forge API methods",
|
|
5
5
|
"author": "Atlassian",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@forge/auth": "0.0.5",
|
|
25
25
|
"@forge/egress": "1.3.0",
|
|
26
|
-
"@forge/storage": "1.7.1
|
|
26
|
+
"@forge/storage": "1.7.1",
|
|
27
27
|
"@forge/util": "1.4.6",
|
|
28
28
|
"@types/node-fetch": "^2.6.11",
|
|
29
29
|
"node-fetch": "2.7.0"
|