@forge/api 2.11.0-next.3 → 2.11.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 +21 -0
  2. package/package.json +3 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # @forge/api
2
2
 
3
+ ## 2.11.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 3a1dd86: Move API errors to @forge/api package
8
+ - df3811d: Handle NeedsAuthError returned from the proxy for Runtime v2
9
+
10
+ ### Patch Changes
11
+
12
+ - dfab69c: Add NodeJS runtime support for Events API
13
+ - ceb1141: Add missing dependencies
14
+ - addbda1: Fix how user code error are being reported by Runtime v2
15
+ - Updated dependencies [aa19308]
16
+ - @forge/egress@1.1.2
17
+
18
+ ## 2.11.0-next.4
19
+
20
+ ### Patch Changes
21
+
22
+ - ceb1141: Add missing dependencies
23
+
3
24
  ## 2.11.0-next.3
4
25
 
5
26
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/api",
3
- "version": "2.11.0-next.3",
3
+ "version": "2.11.0",
4
4
  "description": "Forge API methods",
5
5
  "author": "Atlassian",
6
6
  "license": "UNLICENSED",
@@ -12,11 +12,12 @@
12
12
  "compile": "tsc -b -v"
13
13
  },
14
14
  "devDependencies": {
15
+ "nock": "^10.0.6",
15
16
  "@types/node": "^12.12.63"
16
17
  },
17
18
  "dependencies": {
18
19
  "@forge/auth": "^0.0.1",
19
- "@forge/egress": "^1.1.2-next.0",
20
+ "@forge/egress": "^1.1.2",
20
21
  "@forge/storage": "^1.3.1",
21
22
  "@types/node-fetch": "^2.5.7",
22
23
  "node-fetch": "2.6.7"