@backstage/plugin-app-backend 0.0.0-nightly-20240829022758 → 0.0.0-nightly-20240830022837

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,18 +1,18 @@
1
1
  # @backstage/plugin-app-backend
2
2
 
3
- ## 0.0.0-nightly-20240829022758
3
+ ## 0.0.0-nightly-20240830022837
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - d3f79d1: Fixing dependency metadata with the new `@backstage/plugin-app` package
8
8
  - d425fc4: Modules, plugins, and services are now `BackendFeature`, not a function that returns a feature.
9
9
  - Updated dependencies
10
- - @backstage/backend-plugin-api@0.0.0-nightly-20240829022758
11
- - @backstage/plugin-app-node@0.0.0-nightly-20240829022758
12
- - @backstage/backend-common@0.0.0-nightly-20240829022758
13
- - @backstage/plugin-auth-node@0.0.0-nightly-20240829022758
14
- - @backstage/config@1.2.0
10
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240830022837
11
+ - @backstage/plugin-app-node@0.0.0-nightly-20240830022837
12
+ - @backstage/backend-common@0.0.0-nightly-20240830022837
13
+ - @backstage/plugin-auth-node@0.0.0-nightly-20240830022837
15
14
  - @backstage/config-loader@1.9.0
15
+ - @backstage/config@1.2.0
16
16
  - @backstage/errors@1.2.4
17
17
  - @backstage/types@1.1.1
18
18
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-app-backend__alpha",
3
- "version": "0.0.0-nightly-20240829022758",
3
+ "version": "0.0.0-nightly-20240830022837",
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-20240829022758",
3
+ "version": "0.0.0-nightly-20240830022837",
4
4
  "description": "A Backstage backend plugin that serves the Backstage frontend app",
5
5
  "backstage": {
6
6
  "role": "backend-plugin",
@@ -56,13 +56,13 @@
56
56
  "test": "backstage-cli package test"
57
57
  },
58
58
  "dependencies": {
59
- "@backstage/backend-common": "^0.0.0-nightly-20240829022758",
60
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240829022758",
59
+ "@backstage/backend-common": "^0.0.0-nightly-20240830022837",
60
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240830022837",
61
61
  "@backstage/config": "^1.2.0",
62
62
  "@backstage/config-loader": "^1.9.0",
63
63
  "@backstage/errors": "^1.2.4",
64
- "@backstage/plugin-app-node": "^0.0.0-nightly-20240829022758",
65
- "@backstage/plugin-auth-node": "^0.0.0-nightly-20240829022758",
64
+ "@backstage/plugin-app-node": "^0.0.0-nightly-20240830022837",
65
+ "@backstage/plugin-auth-node": "^0.0.0-nightly-20240830022837",
66
66
  "@backstage/types": "^1.1.1",
67
67
  "@types/express": "^4.17.6",
68
68
  "express": "^4.17.1",
@@ -76,10 +76,10 @@
76
76
  "yn": "^4.0.0"
77
77
  },
78
78
  "devDependencies": {
79
- "@backstage/backend-app-api": "^0.0.0-nightly-20240829022758",
80
- "@backstage/backend-defaults": "^0.0.0-nightly-20240829022758",
81
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240829022758",
82
- "@backstage/cli": "^0.0.0-nightly-20240829022758",
79
+ "@backstage/backend-app-api": "^0.0.0-nightly-20240830022837",
80
+ "@backstage/backend-defaults": "^0.0.0-nightly-20240830022837",
81
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240830022837",
82
+ "@backstage/cli": "^0.0.0-nightly-20240830022837",
83
83
  "@backstage/types": "^1.1.1",
84
84
  "@types/supertest": "^2.0.8",
85
85
  "node-fetch": "^2.7.0",