@backstage/plugin-app-backend 0.3.73 → 0.3.74-next.1

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,15 +1,34 @@
1
1
  # @backstage/plugin-app-backend
2
2
 
3
- ## 0.3.73
3
+ ## 0.3.74-next.1
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/backend-common@0.24.1
9
- - @backstage/plugin-auth-node@0.5.1
10
- - @backstage/backend-plugin-api@0.8.1
8
+ - @backstage/backend-common@0.25.0-next.1
9
+ - @backstage/plugin-auth-node@0.5.2-next.1
10
+ - @backstage/backend-plugin-api@0.9.0-next.1
11
+ - @backstage/config@1.2.0
12
+ - @backstage/config-loader@1.9.0
13
+ - @backstage/errors@1.2.4
14
+ - @backstage/types@1.1.1
15
+ - @backstage/plugin-app-node@0.1.25-next.1
16
+
17
+ ## 0.3.74-next.0
18
+
19
+ ### Patch Changes
20
+
21
+ - d3f79d1: Fixing dependency metadata with the new `@backstage/plugin-app` package
22
+ - d425fc4: Modules, plugins, and services are now `BackendFeature`, not a function that returns a feature.
23
+ - Updated dependencies
24
+ - @backstage/backend-plugin-api@0.9.0-next.0
25
+ - @backstage/plugin-app-node@0.1.25-next.0
26
+ - @backstage/backend-common@0.25.0-next.0
27
+ - @backstage/plugin-auth-node@0.5.2-next.0
28
+ - @backstage/config@1.2.0
11
29
  - @backstage/config-loader@1.9.0
12
- - @backstage/plugin-app-node@0.1.24
30
+ - @backstage/errors@1.2.4
31
+ - @backstage/types@1.1.1
13
32
 
14
33
  ## 0.3.72
15
34
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-app-backend__alpha",
3
- "version": "0.3.73",
3
+ "version": "0.3.74-next.1",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/alpha.d.ts"
6
6
  }
package/dist/alpha.d.ts CHANGED
@@ -4,6 +4,6 @@ import * as _backstage_backend_plugin_api from '@backstage/backend-plugin-api';
4
4
  * The App plugin is responsible for serving the frontend app bundle and static assets.
5
5
  * @alpha
6
6
  */
7
- declare const appPlugin: _backstage_backend_plugin_api.BackendFeatureCompat;
7
+ declare const appPlugin: _backstage_backend_plugin_api.BackendFeature;
8
8
 
9
9
  export { appPlugin as default };
package/package.json CHANGED
@@ -1,11 +1,12 @@
1
1
  {
2
2
  "name": "@backstage/plugin-app-backend",
3
- "version": "0.3.73",
3
+ "version": "0.3.74-next.1",
4
4
  "description": "A Backstage backend plugin that serves the Backstage frontend app",
5
5
  "backstage": {
6
6
  "role": "backend-plugin",
7
7
  "pluginId": "app",
8
8
  "pluginPackages": [
9
+ "@backstage/plugin-app",
9
10
  "@backstage/plugin-app-backend",
10
11
  "@backstage/plugin-app-node"
11
12
  ]
@@ -55,13 +56,13 @@
55
56
  "test": "backstage-cli package test"
56
57
  },
57
58
  "dependencies": {
58
- "@backstage/backend-common": "^0.24.1",
59
- "@backstage/backend-plugin-api": "^0.8.1",
59
+ "@backstage/backend-common": "^0.25.0-next.1",
60
+ "@backstage/backend-plugin-api": "^0.9.0-next.1",
60
61
  "@backstage/config": "^1.2.0",
61
62
  "@backstage/config-loader": "^1.9.0",
62
63
  "@backstage/errors": "^1.2.4",
63
- "@backstage/plugin-app-node": "^0.1.24",
64
- "@backstage/plugin-auth-node": "^0.5.1",
64
+ "@backstage/plugin-app-node": "^0.1.25-next.1",
65
+ "@backstage/plugin-auth-node": "^0.5.2-next.1",
65
66
  "@backstage/types": "^1.1.1",
66
67
  "@types/express": "^4.17.6",
67
68
  "express": "^4.17.1",
@@ -75,10 +76,10 @@
75
76
  "yn": "^4.0.0"
76
77
  },
77
78
  "devDependencies": {
78
- "@backstage/backend-app-api": "^0.9.3",
79
- "@backstage/backend-defaults": "^0.4.4",
80
- "@backstage/backend-test-utils": "^0.5.1",
81
- "@backstage/cli": "^0.27.0",
79
+ "@backstage/backend-app-api": "^0.10.0-next.1",
80
+ "@backstage/backend-defaults": "^0.5.0-next.1",
81
+ "@backstage/backend-test-utils": "^0.6.0-next.1",
82
+ "@backstage/cli": "^0.27.1-next.1",
82
83
  "@backstage/types": "^1.1.1",
83
84
  "@types/supertest": "^2.0.8",
84
85
  "node-fetch": "^2.7.0",