@backstage/plugin-app-backend 0.0.0-nightly-20241130023443 → 0.0.0-nightly-20241202023706

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 +4 -4
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,19 +1,19 @@
1
1
  # @backstage/plugin-app-backend
2
2
 
3
- ## 0.0.0-nightly-20241130023443
3
+ ## 0.0.0-nightly-20241202023706
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 74c3f2a: Fixed a bug where config would not be injected on the `/` and `/index.html` paths.
8
8
  - d66fa80: Fix root route handling when query parameters are present
9
9
  - Updated dependencies
10
- - @backstage/plugin-auth-node@0.0.0-nightly-20241130023443
11
- - @backstage/backend-plugin-api@0.0.0-nightly-20241130023443
10
+ - @backstage/plugin-auth-node@0.0.0-nightly-20241202023706
11
+ - @backstage/backend-plugin-api@0.0.0-nightly-20241202023706
12
12
  - @backstage/config@1.3.0
13
13
  - @backstage/config-loader@1.9.2
14
14
  - @backstage/errors@1.2.5
15
15
  - @backstage/types@1.2.0
16
- - @backstage/plugin-app-node@0.0.0-nightly-20241130023443
16
+ - @backstage/plugin-app-node@0.0.0-nightly-20241202023706
17
17
 
18
18
  ## 0.4.3-next.0
19
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-app-backend",
3
- "version": "0.0.0-nightly-20241130023443",
3
+ "version": "0.0.0-nightly-20241202023706",
4
4
  "description": "A Backstage backend plugin that serves the Backstage frontend app",
5
5
  "backstage": {
6
6
  "role": "backend-plugin",
@@ -68,12 +68,12 @@
68
68
  },
69
69
  "dependencies": {
70
70
  "@backstage/backend-common": "^0.25.0",
71
- "@backstage/backend-plugin-api": "0.0.0-nightly-20241130023443",
71
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20241202023706",
72
72
  "@backstage/config": "1.3.0",
73
73
  "@backstage/config-loader": "1.9.2",
74
74
  "@backstage/errors": "1.2.5",
75
- "@backstage/plugin-app-node": "0.0.0-nightly-20241130023443",
76
- "@backstage/plugin-auth-node": "0.0.0-nightly-20241130023443",
75
+ "@backstage/plugin-app-node": "0.0.0-nightly-20241202023706",
76
+ "@backstage/plugin-auth-node": "0.0.0-nightly-20241202023706",
77
77
  "@backstage/types": "1.2.0",
78
78
  "@types/express": "^4.17.6",
79
79
  "express": "^4.17.1",
@@ -87,10 +87,10 @@
87
87
  "yn": "^4.0.0"
88
88
  },
89
89
  "devDependencies": {
90
- "@backstage/backend-app-api": "0.0.0-nightly-20241130023443",
91
- "@backstage/backend-defaults": "0.0.0-nightly-20241130023443",
92
- "@backstage/backend-test-utils": "0.0.0-nightly-20241130023443",
93
- "@backstage/cli": "0.0.0-nightly-20241130023443",
90
+ "@backstage/backend-app-api": "0.0.0-nightly-20241202023706",
91
+ "@backstage/backend-defaults": "0.0.0-nightly-20241202023706",
92
+ "@backstage/backend-test-utils": "0.0.0-nightly-20241202023706",
93
+ "@backstage/cli": "0.0.0-nightly-20241202023706",
94
94
  "@backstage/types": "1.2.0",
95
95
  "@types/supertest": "^2.0.8",
96
96
  "node-fetch": "^2.7.0",