@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 CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-app-backend
2
2
 
3
- ## 0.0.0-nightly-20240610021801
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-20240610021801
12
- - @backstage/backend-plugin-api@0.0.0-nightly-20240610021801
13
- - @backstage/plugin-auth-node@0.0.0-nightly-20240610021801
14
- - @backstage/config-loader@0.0.0-nightly-20240610021801
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-20240610021801
18
+ - @backstage/plugin-app-node@0.0.0-nightly-20240611021715
19
19
 
20
20
  ## 0.3.68-next.2
21
21
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-app-backend",
3
- "version": "0.0.0-nightly-20240610021801",
3
+ "version": "0.0.0-nightly-20240611021715",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/alpha.d.ts"
6
6
  }
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-20240610021801",
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-20240610021801",
47
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240610021801",
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-20240610021801",
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-20240610021801",
52
- "@backstage/plugin-auth-node": "^0.0.0-nightly-20240610021801",
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-20240610021801",
67
- "@backstage/backend-defaults": "^0.0.0-nightly-20240610021801",
68
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240610021801",
69
- "@backstage/cli": "^0.0.0-nightly-20240610021801",
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",