@forge/api 2.15.1-next.1 → 2.15.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 +14 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @forge/api
2
2
 
3
+ ## 2.15.2-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [0da2b48]
8
+ - @forge/egress@1.1.3-next.0
9
+
10
+ ## 2.15.1
11
+
12
+ ### Patch Changes
13
+
14
+ - e91cabc: Route HTTPS calls from the new runtime through @forge/api
15
+ - 55f66d2: Support fetch through proxy on the Node Runtime
16
+
3
17
  ## 2.15.1-next.1
4
18
 
5
19
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/api",
3
- "version": "2.15.1-next.1",
3
+ "version": "2.15.2-next.0",
4
4
  "description": "Forge API methods",
5
5
  "author": "Atlassian",
6
6
  "license": "UNLICENSED",
@@ -12,15 +12,15 @@
12
12
  "compile": "tsc -b -v"
13
13
  },
14
14
  "devDependencies": {
15
- "@forge/runtime": "4.3.1",
16
- "@forge/util": "1.2.2",
15
+ "@forge/runtime": "4.3.2",
16
+ "@forge/util": "1.2.3",
17
17
  "@types/node": "14.18.42",
18
18
  "jest-matcher-specific-error": "^1.0.0",
19
19
  "nock": "^10.0.6"
20
20
  },
21
21
  "dependencies": {
22
22
  "@forge/auth": "0.0.1",
23
- "@forge/egress": "1.1.2",
23
+ "@forge/egress": "1.1.3-next.0",
24
24
  "@forge/storage": "1.5.0",
25
25
  "@types/node-fetch": "^2.5.7",
26
26
  "node-fetch": "2.6.7"