@backstage/plugin-app-backend 0.0.0-nightly-20241209023914 → 0.0.0-nightly-20241211023757

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 +20 -7
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-app-backend
2
2
 
3
- ## 0.0.0-nightly-20241209023914
3
+ ## 0.0.0-nightly-20241211023757
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -8,13 +8,26 @@
8
8
  - 5c9cc05: Use native fetch instead of node-fetch
9
9
  - d66fa80: Fix root route handling when query parameters are present
10
10
  - Updated dependencies
11
- - @backstage/plugin-auth-node@0.0.0-nightly-20241209023914
12
- - @backstage/backend-plugin-api@0.0.0-nightly-20241209023914
13
- - @backstage/config-loader@0.0.0-nightly-20241209023914
14
- - @backstage/errors@0.0.0-nightly-20241209023914
15
- - @backstage/config@0.0.0-nightly-20241209023914
11
+ - @backstage/plugin-auth-node@0.0.0-nightly-20241211023757
12
+ - @backstage/backend-plugin-api@0.0.0-nightly-20241211023757
13
+ - @backstage/config-loader@0.0.0-nightly-20241211023757
14
+ - @backstage/errors@0.0.0-nightly-20241211023757
15
+ - @backstage/config@0.0.0-nightly-20241211023757
16
+ - @backstage/types@1.2.0
17
+ - @backstage/plugin-app-node@0.0.0-nightly-20241211023757
18
+
19
+ ## 0.4.3-next.2
20
+
21
+ ### Patch Changes
22
+
23
+ - Updated dependencies
24
+ - @backstage/backend-plugin-api@1.1.0-next.2
25
+ - @backstage/errors@1.2.6-next.0
26
+ - @backstage/plugin-app-node@0.1.28-next.2
27
+ - @backstage/plugin-auth-node@0.5.5-next.2
28
+ - @backstage/config-loader@1.9.3-next.1
29
+ - @backstage/config@1.3.1-next.0
16
30
  - @backstage/types@1.2.0
17
- - @backstage/plugin-app-node@0.0.0-nightly-20241209023914
18
31
 
19
32
  ## 0.4.3-next.1
20
33
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-app-backend",
3
- "version": "0.0.0-nightly-20241209023914",
3
+ "version": "0.0.0-nightly-20241211023757",
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-20241209023914",
72
- "@backstage/config": "0.0.0-nightly-20241209023914",
73
- "@backstage/config-loader": "0.0.0-nightly-20241209023914",
74
- "@backstage/errors": "0.0.0-nightly-20241209023914",
75
- "@backstage/plugin-app-node": "0.0.0-nightly-20241209023914",
76
- "@backstage/plugin-auth-node": "0.0.0-nightly-20241209023914",
71
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20241211023757",
72
+ "@backstage/config": "0.0.0-nightly-20241211023757",
73
+ "@backstage/config-loader": "0.0.0-nightly-20241211023757",
74
+ "@backstage/errors": "0.0.0-nightly-20241211023757",
75
+ "@backstage/plugin-app-node": "0.0.0-nightly-20241211023757",
76
+ "@backstage/plugin-auth-node": "0.0.0-nightly-20241211023757",
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-20241209023914",
91
- "@backstage/backend-defaults": "0.0.0-nightly-20241209023914",
92
- "@backstage/backend-test-utils": "0.0.0-nightly-20241209023914",
93
- "@backstage/cli": "0.0.0-nightly-20241209023914",
90
+ "@backstage/backend-app-api": "0.0.0-nightly-20241211023757",
91
+ "@backstage/backend-defaults": "0.0.0-nightly-20241211023757",
92
+ "@backstage/backend-test-utils": "0.0.0-nightly-20241211023757",
93
+ "@backstage/cli": "0.0.0-nightly-20241211023757",
94
94
  "@backstage/types": "1.2.0",
95
95
  "@types/supertest": "^2.0.8",
96
96
  "supertest": "^7.0.0"