@forge/api 5.0.1-next.3 → 5.0.2-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.
Files changed (2) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @forge/api
2
2
 
3
+ ## 5.0.2-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 55d56f7: update typing to add support to kvs config
8
+
9
+ ## 5.0.1
10
+
11
+ ### Patch Changes
12
+
13
+ - a5e7647: Update license for Forge public packages
14
+ - Updated dependencies [f8e2503]
15
+ - Updated dependencies [be59c90]
16
+ - Updated dependencies [eb52ac8]
17
+ - Updated dependencies [a5e7647]
18
+ - @forge/storage@1.7.2
19
+ - @forge/util@1.4.7
20
+ - @forge/egress@1.3.1
21
+ - @forge/auth@0.0.6
22
+
3
23
  ## 5.0.1-next.3
4
24
 
5
25
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/api",
3
- "version": "5.0.1-next.3",
3
+ "version": "5.0.2-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.5-next.2",
16
+ "@forge/runtime": "5.10.5",
17
17
  "@types/node": "14.18.63",
18
18
  "expect-type": "^0.17.3",
19
19
  "express": "^4.18.3",
@@ -21,10 +21,10 @@
21
21
  "nock": "13.5.4"
22
22
  },
23
23
  "dependencies": {
24
- "@forge/auth": "0.0.6-next.0",
25
- "@forge/egress": "1.3.1-next.0",
26
- "@forge/storage": "1.7.2-next.1",
27
- "@forge/util": "1.4.7-next.2",
24
+ "@forge/auth": "0.0.6",
25
+ "@forge/egress": "1.3.1",
26
+ "@forge/storage": "1.7.2",
27
+ "@forge/util": "1.4.7",
28
28
  "@types/node-fetch": "^2.6.11",
29
29
  "node-fetch": "2.7.0"
30
30
  }