@backstage/plugin-app-backend 0.0.0-nightly-20240610021801 → 0.0.0-nightly-20240611021715
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 +6 -6
- package/alpha/package.json +1 -1
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @backstage/plugin-app-backend
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20240611021715
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
@@ -8,14 +8,14 @@
|
|
|
8
8
|
- 82c2b90: Restore the support of external config schema in the router of the `app-backend` plugin, which was broken in release `1.26.0`.
|
|
9
9
|
This support is critical for dynamic frontend plugins to have access to their config values.
|
|
10
10
|
- Updated dependencies
|
|
11
|
-
- @backstage/backend-common@0.0.0-nightly-
|
|
12
|
-
- @backstage/backend-plugin-api@0.0.0-nightly-
|
|
13
|
-
- @backstage/plugin-auth-node@0.0.0-nightly-
|
|
14
|
-
- @backstage/config-loader@0.0.0-nightly-
|
|
11
|
+
- @backstage/backend-common@0.0.0-nightly-20240611021715
|
|
12
|
+
- @backstage/backend-plugin-api@0.0.0-nightly-20240611021715
|
|
13
|
+
- @backstage/plugin-auth-node@0.0.0-nightly-20240611021715
|
|
14
|
+
- @backstage/config-loader@0.0.0-nightly-20240611021715
|
|
15
15
|
- @backstage/config@1.2.0
|
|
16
16
|
- @backstage/errors@1.2.4
|
|
17
17
|
- @backstage/types@1.1.1
|
|
18
|
-
- @backstage/plugin-app-node@0.0.0-nightly-
|
|
18
|
+
- @backstage/plugin-app-node@0.0.0-nightly-20240611021715
|
|
19
19
|
|
|
20
20
|
## 0.3.68-next.2
|
|
21
21
|
|
package/alpha/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-app-backend",
|
|
3
3
|
"description": "A Backstage backend plugin that serves the Backstage frontend app",
|
|
4
|
-
"version": "0.0.0-nightly-
|
|
4
|
+
"version": "0.0.0-nightly-20240611021715",
|
|
5
5
|
"main": "./dist/index.cjs.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -43,13 +43,13 @@
|
|
|
43
43
|
"clean": "backstage-cli package clean"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@backstage/backend-common": "^0.0.0-nightly-
|
|
47
|
-
"@backstage/backend-plugin-api": "^0.0.0-nightly-
|
|
46
|
+
"@backstage/backend-common": "^0.0.0-nightly-20240611021715",
|
|
47
|
+
"@backstage/backend-plugin-api": "^0.0.0-nightly-20240611021715",
|
|
48
48
|
"@backstage/config": "^1.2.0",
|
|
49
|
-
"@backstage/config-loader": "^0.0.0-nightly-
|
|
49
|
+
"@backstage/config-loader": "^0.0.0-nightly-20240611021715",
|
|
50
50
|
"@backstage/errors": "^1.2.4",
|
|
51
|
-
"@backstage/plugin-app-node": "^0.0.0-nightly-
|
|
52
|
-
"@backstage/plugin-auth-node": "^0.0.0-nightly-
|
|
51
|
+
"@backstage/plugin-app-node": "^0.0.0-nightly-20240611021715",
|
|
52
|
+
"@backstage/plugin-auth-node": "^0.0.0-nightly-20240611021715",
|
|
53
53
|
"@backstage/types": "^1.1.1",
|
|
54
54
|
"@types/express": "^4.17.6",
|
|
55
55
|
"express": "^4.17.1",
|
|
@@ -63,10 +63,10 @@
|
|
|
63
63
|
"yn": "^4.0.0"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
|
-
"@backstage/backend-app-api": "^0.0.0-nightly-
|
|
67
|
-
"@backstage/backend-defaults": "^0.0.0-nightly-
|
|
68
|
-
"@backstage/backend-test-utils": "^0.0.0-nightly-
|
|
69
|
-
"@backstage/cli": "^0.0.0-nightly-
|
|
66
|
+
"@backstage/backend-app-api": "^0.0.0-nightly-20240611021715",
|
|
67
|
+
"@backstage/backend-defaults": "^0.0.0-nightly-20240611021715",
|
|
68
|
+
"@backstage/backend-test-utils": "^0.0.0-nightly-20240611021715",
|
|
69
|
+
"@backstage/cli": "^0.0.0-nightly-20240611021715",
|
|
70
70
|
"@backstage/types": "^1.1.1",
|
|
71
71
|
"@types/supertest": "^2.0.8",
|
|
72
72
|
"node-fetch": "^2.6.7",
|