@backstage/plugin-app-backend 0.0.0-nightly-20250303023506 → 0.0.0-nightly-20250305023316

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 +23 -4
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-app-backend
2
2
 
3
- ## 0.0.0-nightly-20250303023506
3
+ ## 0.0.0-nightly-20250305023316
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -11,13 +11,32 @@
11
11
  ### Patch Changes
12
12
 
13
13
  - Updated dependencies
14
- - @backstage/plugin-auth-node@0.0.0-nightly-20250303023506
15
- - @backstage/backend-plugin-api@0.0.0-nightly-20250303023506
14
+ - @backstage/plugin-auth-node@0.0.0-nightly-20250305023316
15
+ - @backstage/backend-plugin-api@0.0.0-nightly-20250305023316
16
16
  - @backstage/config@1.3.2
17
17
  - @backstage/config-loader@1.9.6
18
18
  - @backstage/errors@1.2.7
19
19
  - @backstage/types@1.2.1
20
- - @backstage/plugin-app-node@0.0.0-nightly-20250303023506
20
+ - @backstage/plugin-app-node@0.0.0-nightly-20250305023316
21
+
22
+ ## 0.5.0-next.1
23
+
24
+ ### Minor Changes
25
+
26
+ - 32be48c: **BREAKING**: Removed support for the old backend system.
27
+
28
+ As part of this change the plugin export from `/alpha` as been removed. If you are currently importing `@backstage/plugin-app-backend/alpha`, please update your import to `@backstage/plugin-app-backend`.
29
+
30
+ ### Patch Changes
31
+
32
+ - Updated dependencies
33
+ - @backstage/plugin-auth-node@0.6.1-next.1
34
+ - @backstage/backend-plugin-api@1.2.1-next.1
35
+ - @backstage/config@1.3.2
36
+ - @backstage/config-loader@1.9.6
37
+ - @backstage/errors@1.2.7
38
+ - @backstage/types@1.2.1
39
+ - @backstage/plugin-app-node@0.1.31-next.1
21
40
 
22
41
  ## 0.4.6-next.0
23
42
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-app-backend",
3
- "version": "0.0.0-nightly-20250303023506",
3
+ "version": "0.0.0-nightly-20250305023316",
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-20250303023506",
64
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20250305023316",
65
65
  "@backstage/config": "1.3.2",
66
66
  "@backstage/config-loader": "1.9.6",
67
67
  "@backstage/errors": "1.2.7",
68
- "@backstage/plugin-app-node": "0.0.0-nightly-20250303023506",
69
- "@backstage/plugin-auth-node": "0.0.0-nightly-20250303023506",
68
+ "@backstage/plugin-app-node": "0.0.0-nightly-20250305023316",
69
+ "@backstage/plugin-auth-node": "0.0.0-nightly-20250305023316",
70
70
  "@backstage/types": "1.2.1",
71
71
  "express": "^4.17.1",
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-20250303023506",
83
- "@backstage/backend-defaults": "0.0.0-nightly-20250303023506",
84
- "@backstage/backend-test-utils": "0.0.0-nightly-20250303023506",
85
- "@backstage/cli": "0.0.0-nightly-20250303023506",
82
+ "@backstage/backend-app-api": "0.0.0-nightly-20250305023316",
83
+ "@backstage/backend-defaults": "0.0.0-nightly-20250305023316",
84
+ "@backstage/backend-test-utils": "0.0.0-nightly-20250305023316",
85
+ "@backstage/cli": "0.0.0-nightly-20250305023316",
86
86
  "@backstage/types": "1.2.1",
87
87
  "@types/express": "^4.17.6",
88
88
  "@types/supertest": "^2.0.8",