@backstage/plugin-app-backend 0.0.0-nightly-20250602024259 → 0.0.0-nightly-20250604024027

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 +17 -4
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,17 +1,30 @@
1
1
  # @backstage/plugin-app-backend
2
2
 
3
- ## 0.0.0-nightly-20250602024259
3
+ ## 0.0.0-nightly-20250604024027
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/backend-plugin-api@0.0.0-nightly-20250602024259
9
- - @backstage/plugin-auth-node@0.0.0-nightly-20250602024259
8
+ - @backstage/backend-plugin-api@0.0.0-nightly-20250604024027
9
+ - @backstage/plugin-auth-node@0.0.0-nightly-20250604024027
10
10
  - @backstage/config@1.3.2
11
11
  - @backstage/config-loader@1.10.1
12
12
  - @backstage/errors@1.2.7
13
13
  - @backstage/types@1.2.1
14
- - @backstage/plugin-app-node@0.0.0-nightly-20250602024259
14
+ - @backstage/plugin-app-node@0.0.0-nightly-20250604024027
15
+
16
+ ## 0.5.3-next.1
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies
21
+ - @backstage/plugin-auth-node@0.6.4-next.1
22
+ - @backstage/backend-plugin-api@1.4.0-next.1
23
+ - @backstage/config@1.3.2
24
+ - @backstage/config-loader@1.10.1
25
+ - @backstage/errors@1.2.7
26
+ - @backstage/types@1.2.1
27
+ - @backstage/plugin-app-node@0.1.34-next.1
15
28
 
16
29
  ## 0.5.3-next.0
17
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-app-backend",
3
- "version": "0.0.0-nightly-20250602024259",
3
+ "version": "0.0.0-nightly-20250604024027",
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-20250602024259",
64
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20250604024027",
65
65
  "@backstage/config": "1.3.2",
66
66
  "@backstage/config-loader": "1.10.1",
67
67
  "@backstage/errors": "1.2.7",
68
- "@backstage/plugin-app-node": "0.0.0-nightly-20250602024259",
69
- "@backstage/plugin-auth-node": "0.0.0-nightly-20250602024259",
68
+ "@backstage/plugin-app-node": "0.0.0-nightly-20250604024027",
69
+ "@backstage/plugin-auth-node": "0.0.0-nightly-20250604024027",
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-20250602024259",
83
- "@backstage/backend-defaults": "0.0.0-nightly-20250602024259",
84
- "@backstage/backend-test-utils": "0.0.0-nightly-20250602024259",
85
- "@backstage/cli": "0.0.0-nightly-20250602024259",
82
+ "@backstage/backend-app-api": "0.0.0-nightly-20250604024027",
83
+ "@backstage/backend-defaults": "0.0.0-nightly-20250604024027",
84
+ "@backstage/backend-test-utils": "0.0.0-nightly-20250604024027",
85
+ "@backstage/cli": "0.0.0-nightly-20250604024027",
86
86
  "@backstage/types": "1.2.1",
87
87
  "@types/express": "^4.17.6",
88
88
  "@types/supertest": "^2.0.8",