@forge/api 3.5.0-next.1 → 3.5.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.
- package/CHANGELOG.md +12 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @forge/api
|
|
2
2
|
|
|
3
|
+
## 3.5.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 94956a5: Avoid logging NEEDS_AUTHENTICATION_ERR when it is thrown from requestCredentials()
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- f8a4714: Use InMemoryMetrics from the Node monorepo
|
|
12
|
+
- Updated dependencies [f8a4714]
|
|
13
|
+
- @forge/util@1.4.3
|
|
14
|
+
|
|
3
15
|
## 3.5.0-next.1
|
|
4
16
|
|
|
5
17
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/api",
|
|
3
|
-
"version": "3.5.0
|
|
3
|
+
"version": "3.5.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.6.1
|
|
15
|
+
"@forge/runtime": "5.6.1",
|
|
16
16
|
"@types/node": "14.18.63",
|
|
17
17
|
"expect-type": "^0.17.3",
|
|
18
18
|
"jest-matcher-specific-error": "^1.0.0",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"@forge/auth": "0.0.5",
|
|
23
23
|
"@forge/egress": "1.2.13",
|
|
24
24
|
"@forge/storage": "1.5.15",
|
|
25
|
-
"@forge/util": "1.4.3
|
|
25
|
+
"@forge/util": "1.4.3",
|
|
26
26
|
"@types/node-fetch": "^2.6.11",
|
|
27
27
|
"node-fetch": "2.7.0"
|
|
28
28
|
}
|