@forge/api 5.3.0-next.0-experimental-76b1041 → 5.3.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 +1 -8
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,18 +1,11 @@
|
|
|
1
1
|
# @forge/api
|
|
2
2
|
|
|
3
|
-
## 5.3.0
|
|
3
|
+
## 5.3.0
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
7
7
|
- 908388a: Enable user impersonation via allowing to pass a user ID in `asUser` method in `fetch`.
|
|
8
8
|
|
|
9
|
-
### Patch Changes
|
|
10
|
-
|
|
11
|
-
- 1f8d16f: Update node dev types
|
|
12
|
-
- Updated dependencies [1f8d16f]
|
|
13
|
-
- @forge/storage@1.8.1-experimental-76b1041
|
|
14
|
-
- @forge/egress@1.4.1-experimental-76b1041
|
|
15
|
-
|
|
16
9
|
## 5.3.0-next.0
|
|
17
10
|
|
|
18
11
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/api",
|
|
3
|
-
"version": "5.3.0
|
|
3
|
+
"version": "5.3.0",
|
|
4
4
|
"description": "Forge API methods",
|
|
5
5
|
"author": "Atlassian",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
@@ -13,19 +13,19 @@
|
|
|
13
13
|
"postbuild": "yarn bolt w forge-scripts preserve-deprecated-tags ../forge-api"
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {
|
|
16
|
-
"@forge/runtime": "5.10.8
|
|
17
|
-
"@types/node": "
|
|
16
|
+
"@forge/runtime": "5.10.8",
|
|
17
|
+
"@types/node": "14.18.63",
|
|
18
18
|
"@types/node-fetch": "^2.6.11",
|
|
19
19
|
"expect-type": "^0.17.3",
|
|
20
|
-
"express": "^4.
|
|
20
|
+
"express": "^4.18.3",
|
|
21
21
|
"jest-matcher-specific-error": "^1.0.0",
|
|
22
22
|
"nock": "13.5.4"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"@forge/auth": "0.0.8",
|
|
26
|
-
"@forge/egress": "1.4.1
|
|
26
|
+
"@forge/egress": "1.4.1",
|
|
27
27
|
"@forge/i18n": "0.0.6",
|
|
28
|
-
"@forge/storage": "1.8.1
|
|
28
|
+
"@forge/storage": "1.8.1",
|
|
29
29
|
"@forge/util": "1.4.9",
|
|
30
30
|
"headers-utils": "^3.0.2"
|
|
31
31
|
},
|