@backstage/backend-app-api 0.4.2-next.2 → 0.4.2
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.
Potentially problematic release.
This version of @backstage/backend-app-api might be problematic. Click here for more details.
- package/CHANGELOG.md +18 -0
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @backstage/backend-app-api
|
|
2
2
|
|
|
3
|
+
## 0.4.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 5c7ce585824: Allow an additionalConfig to be provided to loadBackendConfig that fetches config values during runtime.
|
|
8
|
+
- 8cce2205a39: Register unhandled rejection and uncaught exception handlers to avoid backend crashes.
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
- @backstage/backend-common@0.18.4
|
|
11
|
+
- @backstage/config-loader@1.2.0
|
|
12
|
+
- @backstage/plugin-permission-node@0.7.7
|
|
13
|
+
- @backstage/backend-tasks@0.5.1
|
|
14
|
+
- @backstage/plugin-auth-node@0.2.13
|
|
15
|
+
- @backstage/backend-plugin-api@0.5.1
|
|
16
|
+
- @backstage/cli-common@0.1.12
|
|
17
|
+
- @backstage/config@1.0.7
|
|
18
|
+
- @backstage/errors@1.1.5
|
|
19
|
+
- @backstage/types@1.0.2
|
|
20
|
+
|
|
3
21
|
## 0.4.2-next.2
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/backend-app-api",
|
|
3
3
|
"description": "Core API used by Backstage backend apps",
|
|
4
|
-
"version": "0.4.2
|
|
4
|
+
"version": "0.4.2",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"publishConfig": {
|
|
@@ -32,15 +32,15 @@
|
|
|
32
32
|
"start": "backstage-cli package start"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@backstage/backend-common": "^0.18.4
|
|
36
|
-
"@backstage/backend-plugin-api": "^0.5.1
|
|
37
|
-
"@backstage/backend-tasks": "^0.5.1
|
|
35
|
+
"@backstage/backend-common": "^0.18.4",
|
|
36
|
+
"@backstage/backend-plugin-api": "^0.5.1",
|
|
37
|
+
"@backstage/backend-tasks": "^0.5.1",
|
|
38
38
|
"@backstage/cli-common": "^0.1.12",
|
|
39
39
|
"@backstage/config": "^1.0.7",
|
|
40
|
-
"@backstage/config-loader": "^1.
|
|
40
|
+
"@backstage/config-loader": "^1.2.0",
|
|
41
41
|
"@backstage/errors": "^1.1.5",
|
|
42
|
-
"@backstage/plugin-auth-node": "^0.2.13
|
|
43
|
-
"@backstage/plugin-permission-node": "^0.7.7
|
|
42
|
+
"@backstage/plugin-auth-node": "^0.2.13",
|
|
43
|
+
"@backstage/plugin-permission-node": "^0.7.7",
|
|
44
44
|
"@backstage/types": "^1.0.2",
|
|
45
45
|
"@manypkg/get-packages": "^1.1.3",
|
|
46
46
|
"@types/cors": "^2.8.6",
|
|
@@ -63,8 +63,8 @@
|
|
|
63
63
|
"winston-transport": "^4.5.0"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
|
-
"@backstage/backend-test-utils": "^0.1.36
|
|
67
|
-
"@backstage/cli": "^0.22.6
|
|
66
|
+
"@backstage/backend-test-utils": "^0.1.36",
|
|
67
|
+
"@backstage/cli": "^0.22.6",
|
|
68
68
|
"@types/compression": "^1.7.0",
|
|
69
69
|
"@types/fs-extra": "^9.0.3",
|
|
70
70
|
"@types/http-errors": "^2.0.0",
|