@backstage/plugin-app-backend 0.0.0-nightly-20241025023335 → 0.0.0-nightly-20241026023047

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.
package/CHANGELOG.md CHANGED
@@ -1,17 +1,17 @@
1
1
  # @backstage/plugin-app-backend
2
2
 
3
- ## 0.0.0-nightly-20241025023335
3
+ ## 0.0.0-nightly-20241026023047
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/plugin-auth-node@0.0.0-nightly-20241025023335
9
- - @backstage/backend-plugin-api@0.0.0-nightly-20241025023335
8
+ - @backstage/plugin-auth-node@0.0.0-nightly-20241026023047
9
+ - @backstage/backend-plugin-api@0.0.0-nightly-20241026023047
10
10
  - @backstage/config@1.2.0
11
- - @backstage/config-loader@0.0.0-nightly-20241025023335
11
+ - @backstage/config-loader@0.0.0-nightly-20241026023047
12
12
  - @backstage/errors@1.2.4
13
13
  - @backstage/types@1.1.1
14
- - @backstage/plugin-app-node@0.0.0-nightly-20241025023335
14
+ - @backstage/plugin-app-node@0.0.0-nightly-20241026023047
15
15
 
16
16
  ## 0.3.77-next.0
17
17
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-app-backend__alpha",
3
- "version": "0.0.0-nightly-20241025023335",
3
+ "version": "0.0.0-nightly-20241026023047",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/alpha.d.ts"
6
6
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-app-backend",
3
- "version": "0.0.0-nightly-20241025023335",
3
+ "version": "0.0.0-nightly-20241026023047",
4
4
  "description": "A Backstage backend plugin that serves the Backstage frontend app",
5
5
  "backstage": {
6
6
  "role": "backend-plugin",
@@ -59,12 +59,12 @@
59
59
  },
60
60
  "dependencies": {
61
61
  "@backstage/backend-common": "^0.25.0",
62
- "@backstage/backend-plugin-api": "0.0.0-nightly-20241025023335",
62
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20241026023047",
63
63
  "@backstage/config": "1.2.0",
64
- "@backstage/config-loader": "0.0.0-nightly-20241025023335",
64
+ "@backstage/config-loader": "0.0.0-nightly-20241026023047",
65
65
  "@backstage/errors": "1.2.4",
66
- "@backstage/plugin-app-node": "0.0.0-nightly-20241025023335",
67
- "@backstage/plugin-auth-node": "0.0.0-nightly-20241025023335",
66
+ "@backstage/plugin-app-node": "0.0.0-nightly-20241026023047",
67
+ "@backstage/plugin-auth-node": "0.0.0-nightly-20241026023047",
68
68
  "@backstage/types": "1.1.1",
69
69
  "@types/express": "^4.17.6",
70
70
  "express": "^4.17.1",
@@ -78,10 +78,10 @@
78
78
  "yn": "^4.0.0"
79
79
  },
80
80
  "devDependencies": {
81
- "@backstage/backend-app-api": "0.0.0-nightly-20241025023335",
82
- "@backstage/backend-defaults": "0.0.0-nightly-20241025023335",
83
- "@backstage/backend-test-utils": "0.0.0-nightly-20241025023335",
84
- "@backstage/cli": "0.0.0-nightly-20241025023335",
81
+ "@backstage/backend-app-api": "0.0.0-nightly-20241026023047",
82
+ "@backstage/backend-defaults": "0.0.0-nightly-20241026023047",
83
+ "@backstage/backend-test-utils": "0.0.0-nightly-20241026023047",
84
+ "@backstage/cli": "0.0.0-nightly-20241026023047",
85
85
  "@backstage/types": "1.1.1",
86
86
  "@types/supertest": "^2.0.8",
87
87
  "node-fetch": "^2.7.0",