@forge/runtime 5.4.0-next.4 → 5.4.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 +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # @forge/runtime
2
2
 
3
+ ## 5.4.0
4
+
5
+ ### Minor Changes
6
+
7
+ - e343baf: Add external auth info to metadata for invocations
8
+ - d36502b: This change extends existing methods on external auth providers. We are now providing account details including: externalAccountId, displayName, avatarUrl, granted scopes.
9
+ Moreover, if end user authenticates multiple accounts, it is possible to select what account to use.
10
+
11
+ ### Patch Changes
12
+
13
+ - 882be11: Bumping dependencies via Renovate:
14
+
15
+ - @types/jest
16
+
17
+ - 32fa518: Bumping dependencies via Renovate:
18
+
19
+ - @types/node-fetch
20
+
21
+ - Updated dependencies [5b82e7f]
22
+ - @forge/util@1.4.1
23
+
3
24
  ## 5.4.0-next.4
4
25
 
5
26
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/runtime",
3
- "version": "5.4.0-next.4",
3
+ "version": "5.4.0",
4
4
  "description": "A Node.js runtime for Atlassian app functions",
5
5
  "author": "Atlassian",
6
6
  "license": "UNLICENSED",
@@ -26,7 +26,7 @@
26
26
  "typescript": "4.8.4"
27
27
  },
28
28
  "dependencies": {
29
- "@forge/util": "1.4.1-next.0",
29
+ "@forge/util": "1.4.1",
30
30
  "fp-ts": "^2.16.2",
31
31
  "io-ts": "^2.2.21",
32
32
  "io-ts-reporters": "^2.0.1",