@backstage/plugin-app-backend 0.0.0-nightly-20250126023002 → 0.0.0-nightly-20250128022800

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-20250126023002
3
+ ## 0.0.0-nightly-20250128022800
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/config-loader@0.0.0-nightly-20250126023002
9
- - @backstage/backend-plugin-api@0.0.0-nightly-20250126023002
8
+ - @backstage/config-loader@0.0.0-nightly-20250128022800
9
+ - @backstage/backend-plugin-api@0.0.0-nightly-20250128022800
10
10
  - @backstage/config@1.3.2
11
11
  - @backstage/errors@1.2.7
12
12
  - @backstage/types@1.2.1
13
- - @backstage/plugin-app-node@0.0.0-nightly-20250126023002
14
- - @backstage/plugin-auth-node@0.0.0-nightly-20250126023002
13
+ - @backstage/plugin-app-node@0.0.0-nightly-20250128022800
14
+ - @backstage/plugin-auth-node@0.0.0-nightly-20250128022800
15
15
 
16
16
  ## 0.4.5-next.0
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-20250126023002",
3
+ "version": "0.0.0-nightly-20250128022800",
4
4
  "description": "A Backstage backend plugin that serves the Backstage frontend app",
5
5
  "backstage": {
6
6
  "role": "backend-plugin",
@@ -67,12 +67,12 @@
67
67
  "test": "backstage-cli package test"
68
68
  },
69
69
  "dependencies": {
70
- "@backstage/backend-plugin-api": "0.0.0-nightly-20250126023002",
70
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20250128022800",
71
71
  "@backstage/config": "1.3.2",
72
- "@backstage/config-loader": "0.0.0-nightly-20250126023002",
72
+ "@backstage/config-loader": "0.0.0-nightly-20250128022800",
73
73
  "@backstage/errors": "1.2.7",
74
- "@backstage/plugin-app-node": "0.0.0-nightly-20250126023002",
75
- "@backstage/plugin-auth-node": "0.0.0-nightly-20250126023002",
74
+ "@backstage/plugin-app-node": "0.0.0-nightly-20250128022800",
75
+ "@backstage/plugin-auth-node": "0.0.0-nightly-20250128022800",
76
76
  "@backstage/types": "1.2.1",
77
77
  "@types/express": "^4.17.6",
78
78
  "express": "^4.17.1",
@@ -86,10 +86,10 @@
86
86
  "yn": "^4.0.0"
87
87
  },
88
88
  "devDependencies": {
89
- "@backstage/backend-app-api": "0.0.0-nightly-20250126023002",
90
- "@backstage/backend-defaults": "0.0.0-nightly-20250126023002",
91
- "@backstage/backend-test-utils": "0.0.0-nightly-20250126023002",
92
- "@backstage/cli": "0.0.0-nightly-20250126023002",
89
+ "@backstage/backend-app-api": "0.0.0-nightly-20250128022800",
90
+ "@backstage/backend-defaults": "0.0.0-nightly-20250128022800",
91
+ "@backstage/backend-test-utils": "0.0.0-nightly-20250128022800",
92
+ "@backstage/cli": "0.0.0-nightly-20250128022800",
93
93
  "@backstage/types": "1.2.1",
94
94
  "@types/supertest": "^2.0.8",
95
95
  "supertest": "^7.0.0"