@forge/api 3.9.0-next.1 → 3.9.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @forge/api
2
2
 
3
+ ## 3.9.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 6c9b381: Update comment referent to node-runtime (no code change)
8
+
9
+ ## 3.9.0
10
+
11
+ ### Minor Changes
12
+
13
+ - 1eaeb60: Include app license information in the getAppContext Api
14
+
15
+ ### Patch Changes
16
+
17
+ - 59f7240: Remove unsupported provider type 'none' in getRequestStargate function
18
+
3
19
  ## 3.9.0-next.1
4
20
 
5
21
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/api",
3
- "version": "3.9.0-next.1",
3
+ "version": "3.9.1-next.0",
4
4
  "description": "Forge API methods",
5
5
  "author": "Atlassian",
6
6
  "license": "UNLICENSED",
@@ -12,7 +12,7 @@
12
12
  "compile": "tsc -b -v"
13
13
  },
14
14
  "devDependencies": {
15
- "@forge/runtime": "5.10.0-next.0",
15
+ "@forge/runtime": "5.10.1",
16
16
  "@types/node": "14.18.63",
17
17
  "expect-type": "^0.17.3",
18
18
  "jest-matcher-specific-error": "^1.0.0",