@backstage/plugin-app-backend 0.0.0-nightly-20250207023146 → 0.0.0-nightly-20250209023129

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 +5 -5
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,17 +1,17 @@
1
1
  # @backstage/plugin-app-backend
2
2
 
3
- ## 0.0.0-nightly-20250207023146
3
+ ## 0.0.0-nightly-20250209023129
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/config-loader@0.0.0-nightly-20250207023146
9
- - @backstage/backend-plugin-api@0.0.0-nightly-20250207023146
10
- - @backstage/plugin-auth-node@0.0.0-nightly-20250207023146
8
+ - @backstage/config-loader@0.0.0-nightly-20250209023129
9
+ - @backstage/backend-plugin-api@0.0.0-nightly-20250209023129
10
+ - @backstage/plugin-auth-node@0.0.0-nightly-20250209023129
11
11
  - @backstage/config@1.3.2
12
12
  - @backstage/errors@1.2.7
13
13
  - @backstage/types@1.2.1
14
- - @backstage/plugin-app-node@0.0.0-nightly-20250207023146
14
+ - @backstage/plugin-app-node@0.0.0-nightly-20250209023129
15
15
 
16
16
  ## 0.4.5-next.1
17
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-app-backend",
3
- "version": "0.0.0-nightly-20250207023146",
3
+ "version": "0.0.0-nightly-20250209023129",
4
4
  "description": "A Backstage backend plugin that serves the Backstage frontend app",
5
5
  "backstage": {
6
6
  "role": "backend-plugin",
@@ -71,12 +71,12 @@
71
71
  "test": "backstage-cli package test"
72
72
  },
73
73
  "dependencies": {
74
- "@backstage/backend-plugin-api": "0.0.0-nightly-20250207023146",
74
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20250209023129",
75
75
  "@backstage/config": "1.3.2",
76
- "@backstage/config-loader": "0.0.0-nightly-20250207023146",
76
+ "@backstage/config-loader": "0.0.0-nightly-20250209023129",
77
77
  "@backstage/errors": "1.2.7",
78
- "@backstage/plugin-app-node": "0.0.0-nightly-20250207023146",
79
- "@backstage/plugin-auth-node": "0.0.0-nightly-20250207023146",
78
+ "@backstage/plugin-app-node": "0.0.0-nightly-20250209023129",
79
+ "@backstage/plugin-auth-node": "0.0.0-nightly-20250209023129",
80
80
  "@backstage/types": "1.2.1",
81
81
  "@types/express": "^4.17.6",
82
82
  "express": "^4.17.1",
@@ -90,10 +90,10 @@
90
90
  "yn": "^4.0.0"
91
91
  },
92
92
  "devDependencies": {
93
- "@backstage/backend-app-api": "0.0.0-nightly-20250207023146",
94
- "@backstage/backend-defaults": "0.0.0-nightly-20250207023146",
95
- "@backstage/backend-test-utils": "0.0.0-nightly-20250207023146",
96
- "@backstage/cli": "0.0.0-nightly-20250207023146",
93
+ "@backstage/backend-app-api": "0.0.0-nightly-20250209023129",
94
+ "@backstage/backend-defaults": "0.0.0-nightly-20250209023129",
95
+ "@backstage/backend-test-utils": "0.0.0-nightly-20250209023129",
96
+ "@backstage/cli": "0.0.0-nightly-20250209023129",
97
97
  "@backstage/types": "1.2.1",
98
98
  "@types/supertest": "^2.0.8",
99
99
  "supertest": "^7.0.0"