@backstage/plugin-app-backend 0.0.0-nightly-20250102023150 → 0.0.0-nightly-20250104023038

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 +8 -8
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,19 +1,19 @@
1
1
  # @backstage/plugin-app-backend
2
2
 
3
- ## 0.0.0-nightly-20250102023150
3
+ ## 0.0.0-nightly-20250104023038
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - d9d62ef: Remove some internal usages of the backend-common package
8
8
  - 8379bf4: Remove usages of `PluginDatabaseManager` and `PluginEndpointDiscovery` and replace with their equivalent service types
9
9
  - Updated dependencies
10
- - @backstage/config-loader@0.0.0-nightly-20250102023150
11
- - @backstage/plugin-auth-node@0.0.0-nightly-20250102023150
12
- - @backstage/backend-plugin-api@0.0.0-nightly-20250102023150
13
- - @backstage/config@1.3.1
14
- - @backstage/errors@1.2.6
15
- - @backstage/types@1.2.0
16
- - @backstage/plugin-app-node@0.0.0-nightly-20250102023150
10
+ - @backstage/types@0.0.0-nightly-20250104023038
11
+ - @backstage/config-loader@0.0.0-nightly-20250104023038
12
+ - @backstage/plugin-auth-node@0.0.0-nightly-20250104023038
13
+ - @backstage/backend-plugin-api@0.0.0-nightly-20250104023038
14
+ - @backstage/config@0.0.0-nightly-20250104023038
15
+ - @backstage/errors@0.0.0-nightly-20250104023038
16
+ - @backstage/plugin-app-node@0.0.0-nightly-20250104023038
17
17
 
18
18
  ## 0.4.4-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-20250102023150",
3
+ "version": "0.0.0-nightly-20250104023038",
4
4
  "description": "A Backstage backend plugin that serves the Backstage frontend app",
5
5
  "backstage": {
6
6
  "role": "backend-plugin",
@@ -67,13 +67,13 @@
67
67
  "test": "backstage-cli package test"
68
68
  },
69
69
  "dependencies": {
70
- "@backstage/backend-plugin-api": "0.0.0-nightly-20250102023150",
71
- "@backstage/config": "1.3.1",
72
- "@backstage/config-loader": "0.0.0-nightly-20250102023150",
73
- "@backstage/errors": "1.2.6",
74
- "@backstage/plugin-app-node": "0.0.0-nightly-20250102023150",
75
- "@backstage/plugin-auth-node": "0.0.0-nightly-20250102023150",
76
- "@backstage/types": "1.2.0",
70
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20250104023038",
71
+ "@backstage/config": "0.0.0-nightly-20250104023038",
72
+ "@backstage/config-loader": "0.0.0-nightly-20250104023038",
73
+ "@backstage/errors": "0.0.0-nightly-20250104023038",
74
+ "@backstage/plugin-app-node": "0.0.0-nightly-20250104023038",
75
+ "@backstage/plugin-auth-node": "0.0.0-nightly-20250104023038",
76
+ "@backstage/types": "0.0.0-nightly-20250104023038",
77
77
  "@types/express": "^4.17.6",
78
78
  "express": "^4.17.1",
79
79
  "express-promise-router": "^4.1.0",
@@ -86,11 +86,11 @@
86
86
  "yn": "^4.0.0"
87
87
  },
88
88
  "devDependencies": {
89
- "@backstage/backend-app-api": "0.0.0-nightly-20250102023150",
90
- "@backstage/backend-defaults": "0.0.0-nightly-20250102023150",
91
- "@backstage/backend-test-utils": "0.0.0-nightly-20250102023150",
92
- "@backstage/cli": "0.0.0-nightly-20250102023150",
93
- "@backstage/types": "1.2.0",
89
+ "@backstage/backend-app-api": "0.0.0-nightly-20250104023038",
90
+ "@backstage/backend-defaults": "0.0.0-nightly-20250104023038",
91
+ "@backstage/backend-test-utils": "0.0.0-nightly-20250104023038",
92
+ "@backstage/cli": "0.0.0-nightly-20250104023038",
93
+ "@backstage/types": "0.0.0-nightly-20250104023038",
94
94
  "@types/supertest": "^2.0.8",
95
95
  "supertest": "^7.0.0"
96
96
  },