@backstage/plugin-app-backend 0.0.0-nightly-20251207025219 → 0.0.0-nightly-20251210024611

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 +19 -5
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,15 +1,29 @@
1
1
  # @backstage/plugin-app-backend
2
2
 
3
- ## 0.0.0-nightly-20251207025219
3
+ ## 0.0.0-nightly-20251210024611
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - de96a60: chore(deps): bump `express` from 4.21.2 to 4.22.0
8
8
  - Updated dependencies
9
- - @backstage/plugin-auth-node@0.0.0-nightly-20251207025219
10
- - @backstage/plugin-app-node@0.0.0-nightly-20251207025219
11
- - @backstage/backend-plugin-api@0.0.0-nightly-20251207025219
12
- - @backstage/config-loader@0.0.0-nightly-20251207025219
9
+ - @backstage/plugin-auth-node@0.0.0-nightly-20251210024611
10
+ - @backstage/plugin-app-node@0.0.0-nightly-20251210024611
11
+ - @backstage/backend-plugin-api@0.0.0-nightly-20251210024611
12
+ - @backstage/config-loader@0.0.0-nightly-20251210024611
13
+ - @backstage/config@1.3.6
14
+ - @backstage/errors@1.2.7
15
+ - @backstage/types@1.2.2
16
+
17
+ ## 0.5.9-next.1
18
+
19
+ ### Patch Changes
20
+
21
+ - de96a60: chore(deps): bump `express` from 4.21.2 to 4.22.0
22
+ - Updated dependencies
23
+ - @backstage/plugin-app-node@0.1.40-next.1
24
+ - @backstage/plugin-auth-node@0.6.10-next.1
25
+ - @backstage/backend-plugin-api@1.6.0-next.1
26
+ - @backstage/config-loader@1.10.7-next.1
13
27
  - @backstage/config@1.3.6
14
28
  - @backstage/errors@1.2.7
15
29
  - @backstage/types@1.2.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-app-backend",
3
- "version": "0.0.0-nightly-20251207025219",
3
+ "version": "0.0.0-nightly-20251210024611",
4
4
  "description": "A Backstage backend plugin that serves the Backstage frontend app",
5
5
  "backstage": {
6
6
  "role": "backend-plugin",
@@ -61,12 +61,12 @@
61
61
  "test": "backstage-cli package test"
62
62
  },
63
63
  "dependencies": {
64
- "@backstage/backend-plugin-api": "0.0.0-nightly-20251207025219",
64
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20251210024611",
65
65
  "@backstage/config": "1.3.6",
66
- "@backstage/config-loader": "0.0.0-nightly-20251207025219",
66
+ "@backstage/config-loader": "0.0.0-nightly-20251210024611",
67
67
  "@backstage/errors": "1.2.7",
68
- "@backstage/plugin-app-node": "0.0.0-nightly-20251207025219",
69
- "@backstage/plugin-auth-node": "0.0.0-nightly-20251207025219",
68
+ "@backstage/plugin-app-node": "0.0.0-nightly-20251210024611",
69
+ "@backstage/plugin-auth-node": "0.0.0-nightly-20251210024611",
70
70
  "@backstage/types": "1.2.2",
71
71
  "express": "^4.22.0",
72
72
  "express-promise-router": "^4.1.0",
@@ -79,10 +79,10 @@
79
79
  "yn": "^4.0.0"
80
80
  },
81
81
  "devDependencies": {
82
- "@backstage/backend-app-api": "0.0.0-nightly-20251207025219",
83
- "@backstage/backend-defaults": "0.0.0-nightly-20251207025219",
84
- "@backstage/backend-test-utils": "0.0.0-nightly-20251207025219",
85
- "@backstage/cli": "0.0.0-nightly-20251207025219",
82
+ "@backstage/backend-app-api": "0.0.0-nightly-20251210024611",
83
+ "@backstage/backend-defaults": "0.0.0-nightly-20251210024611",
84
+ "@backstage/backend-test-utils": "0.0.0-nightly-20251210024611",
85
+ "@backstage/cli": "0.0.0-nightly-20251210024611",
86
86
  "@backstage/types": "1.2.2",
87
87
  "@types/express": "^4.17.6",
88
88
  "@types/supertest": "^2.0.8",