@backstage/plugin-app-backend 0.0.0-nightly-20250313023625 → 0.0.0-nightly-20250315023221

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,6 +1,6 @@
1
1
  # @backstage/plugin-app-backend
2
2
 
3
- ## 0.0.0-nightly-20250313023625
3
+ ## 0.0.0-nightly-20250315023221
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -11,13 +11,13 @@
11
11
  ### Patch Changes
12
12
 
13
13
  - Updated dependencies
14
- - @backstage/plugin-auth-node@0.0.0-nightly-20250313023625
15
- - @backstage/config-loader@0.0.0-nightly-20250313023625
16
- - @backstage/backend-plugin-api@0.0.0-nightly-20250313023625
14
+ - @backstage/plugin-auth-node@0.0.0-nightly-20250315023221
15
+ - @backstage/config-loader@0.0.0-nightly-20250315023221
16
+ - @backstage/backend-plugin-api@0.0.0-nightly-20250315023221
17
17
  - @backstage/config@1.3.2
18
18
  - @backstage/errors@1.2.7
19
19
  - @backstage/types@1.2.1
20
- - @backstage/plugin-app-node@0.0.0-nightly-20250313023625
20
+ - @backstage/plugin-app-node@0.0.0-nightly-20250315023221
21
21
 
22
22
  ## 0.5.0-next.2
23
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-app-backend",
3
- "version": "0.0.0-nightly-20250313023625",
3
+ "version": "0.0.0-nightly-20250315023221",
4
4
  "description": "A Backstage backend plugin that serves the Backstage frontend app",
5
5
  "backstage": {
6
6
  "role": "backend-plugin",
@@ -54,12 +54,12 @@
54
54
  "test": "backstage-cli package test"
55
55
  },
56
56
  "dependencies": {
57
- "@backstage/backend-plugin-api": "0.0.0-nightly-20250313023625",
57
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20250315023221",
58
58
  "@backstage/config": "1.3.2",
59
- "@backstage/config-loader": "0.0.0-nightly-20250313023625",
59
+ "@backstage/config-loader": "0.0.0-nightly-20250315023221",
60
60
  "@backstage/errors": "1.2.7",
61
- "@backstage/plugin-app-node": "0.0.0-nightly-20250313023625",
62
- "@backstage/plugin-auth-node": "0.0.0-nightly-20250313023625",
61
+ "@backstage/plugin-app-node": "0.0.0-nightly-20250315023221",
62
+ "@backstage/plugin-auth-node": "0.0.0-nightly-20250315023221",
63
63
  "@backstage/types": "1.2.1",
64
64
  "express": "^4.17.1",
65
65
  "express-promise-router": "^4.1.0",
@@ -72,10 +72,10 @@
72
72
  "yn": "^4.0.0"
73
73
  },
74
74
  "devDependencies": {
75
- "@backstage/backend-app-api": "0.0.0-nightly-20250313023625",
76
- "@backstage/backend-defaults": "0.0.0-nightly-20250313023625",
77
- "@backstage/backend-test-utils": "0.0.0-nightly-20250313023625",
78
- "@backstage/cli": "0.0.0-nightly-20250313023625",
75
+ "@backstage/backend-app-api": "0.0.0-nightly-20250315023221",
76
+ "@backstage/backend-defaults": "0.0.0-nightly-20250315023221",
77
+ "@backstage/backend-test-utils": "0.0.0-nightly-20250315023221",
78
+ "@backstage/cli": "0.0.0-nightly-20250315023221",
79
79
  "@backstage/types": "1.2.1",
80
80
  "@types/express": "^4.17.6",
81
81
  "@types/supertest": "^2.0.8",