@backstage/plugin-app-backend 0.0.0-nightly-20241113023212 → 0.0.0-nightly-20241115023545

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-20241113023212
3
+ ## 0.0.0-nightly-20241115023545
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/plugin-auth-node@0.0.0-nightly-20241113023212
9
- - @backstage/backend-plugin-api@0.0.0-nightly-20241113023212
8
+ - @backstage/plugin-auth-node@0.0.0-nightly-20241115023545
9
+ - @backstage/backend-plugin-api@0.0.0-nightly-20241115023545
10
10
  - @backstage/config@1.2.0
11
- - @backstage/config-loader@0.0.0-nightly-20241113023212
11
+ - @backstage/config-loader@0.0.0-nightly-20241115023545
12
12
  - @backstage/errors@1.2.4
13
13
  - @backstage/types@1.1.1
14
- - @backstage/plugin-app-node@0.0.0-nightly-20241113023212
14
+ - @backstage/plugin-app-node@0.0.0-nightly-20241115023545
15
15
 
16
16
  ## 0.3.77-next.2
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-20241113023212",
3
+ "version": "0.0.0-nightly-20241115023545",
4
4
  "description": "A Backstage backend plugin that serves the Backstage frontend app",
5
5
  "backstage": {
6
6
  "role": "backend-plugin",
@@ -68,12 +68,12 @@
68
68
  },
69
69
  "dependencies": {
70
70
  "@backstage/backend-common": "^0.25.0",
71
- "@backstage/backend-plugin-api": "0.0.0-nightly-20241113023212",
71
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20241115023545",
72
72
  "@backstage/config": "1.2.0",
73
- "@backstage/config-loader": "0.0.0-nightly-20241113023212",
73
+ "@backstage/config-loader": "0.0.0-nightly-20241115023545",
74
74
  "@backstage/errors": "1.2.4",
75
- "@backstage/plugin-app-node": "0.0.0-nightly-20241113023212",
76
- "@backstage/plugin-auth-node": "0.0.0-nightly-20241113023212",
75
+ "@backstage/plugin-app-node": "0.0.0-nightly-20241115023545",
76
+ "@backstage/plugin-auth-node": "0.0.0-nightly-20241115023545",
77
77
  "@backstage/types": "1.1.1",
78
78
  "@types/express": "^4.17.6",
79
79
  "express": "^4.17.1",
@@ -87,10 +87,10 @@
87
87
  "yn": "^4.0.0"
88
88
  },
89
89
  "devDependencies": {
90
- "@backstage/backend-app-api": "0.0.0-nightly-20241113023212",
91
- "@backstage/backend-defaults": "0.0.0-nightly-20241113023212",
92
- "@backstage/backend-test-utils": "0.0.0-nightly-20241113023212",
93
- "@backstage/cli": "0.0.0-nightly-20241113023212",
90
+ "@backstage/backend-app-api": "0.0.0-nightly-20241115023545",
91
+ "@backstage/backend-defaults": "0.0.0-nightly-20241115023545",
92
+ "@backstage/backend-test-utils": "0.0.0-nightly-20241115023545",
93
+ "@backstage/cli": "0.0.0-nightly-20241115023545",
94
94
  "@backstage/types": "1.1.1",
95
95
  "@types/supertest": "^2.0.8",
96
96
  "node-fetch": "^2.7.0",