@forge/api 5.1.0-next.9 → 5.1.1-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 +31 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,36 @@
|
|
|
1
1
|
# @forge/api
|
|
2
2
|
|
|
3
|
+
## 5.1.1-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 576da26: Rename products with contexts
|
|
8
|
+
|
|
9
|
+
## 5.1.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- fa82e2a: Add installation to AppContext
|
|
14
|
+
- a72008e: add graph value in fetch types
|
|
15
|
+
- 2086b3d: Remove node-fetch as a dependency
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- fa77f8d: Revert the package registry change for the package
|
|
20
|
+
- 503e60e: Add publish config
|
|
21
|
+
- 55d56f7: update typing to add support to kvs config
|
|
22
|
+
- Updated dependencies [f2c2405]
|
|
23
|
+
- Updated dependencies [c25288c]
|
|
24
|
+
- Updated dependencies [fa77f8d]
|
|
25
|
+
- Updated dependencies [89c96bf]
|
|
26
|
+
- Updated dependencies [503e60e]
|
|
27
|
+
- Updated dependencies [3302cc2]
|
|
28
|
+
- Updated dependencies [2086b3d]
|
|
29
|
+
- @forge/egress@1.4.0
|
|
30
|
+
- @forge/storage@1.7.3
|
|
31
|
+
- @forge/auth@0.0.7
|
|
32
|
+
- @forge/util@1.4.8
|
|
33
|
+
|
|
3
34
|
## 5.1.0-next.9
|
|
4
35
|
|
|
5
36
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/api",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.1-next.0",
|
|
4
4
|
"description": "Forge API methods",
|
|
5
5
|
"author": "Atlassian",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"postbuild": "yarn bolt w forge-scripts preserve-deprecated-tags ../forge-api"
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {
|
|
16
|
-
"@forge/runtime": "5.10.6
|
|
16
|
+
"@forge/runtime": "5.10.6",
|
|
17
17
|
"@types/node": "14.18.63",
|
|
18
18
|
"@types/node-fetch": "^2.6.11",
|
|
19
19
|
"expect-type": "^0.17.3",
|
|
@@ -22,10 +22,10 @@
|
|
|
22
22
|
"nock": "13.5.4"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@forge/auth": "0.0.7
|
|
26
|
-
"@forge/egress": "1.4.0
|
|
27
|
-
"@forge/storage": "1.7.3
|
|
28
|
-
"@forge/util": "1.4.8
|
|
25
|
+
"@forge/auth": "0.0.7",
|
|
26
|
+
"@forge/egress": "1.4.0",
|
|
27
|
+
"@forge/storage": "1.7.3",
|
|
28
|
+
"@forge/util": "1.4.8",
|
|
29
29
|
"headers-utils": "^3.0.2"
|
|
30
30
|
},
|
|
31
31
|
"publishConfig": {
|