@backstage/plugin-app-backend 0.3.68-next.3 → 0.3.69

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,5 +1,38 @@
1
1
  # @backstage/plugin-app-backend
2
2
 
3
+ ## 0.3.69
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-common@0.23.1
9
+ - @backstage/plugin-auth-node@0.4.15
10
+ - @backstage/backend-plugin-api@0.6.20
11
+ - @backstage/config@1.2.0
12
+ - @backstage/config-loader@1.8.1
13
+ - @backstage/errors@1.2.4
14
+ - @backstage/types@1.1.1
15
+ - @backstage/plugin-app-node@0.1.20
16
+
17
+ ## 0.3.68
18
+
19
+ ### Patch Changes
20
+
21
+ - 8869b8e: Updated local development setup.
22
+ - 78a0b08: Internal refactor to handle `BackendFeature` contract change.
23
+ - 82c2b90: Restore the support of external config schema in the router of the `app-backend` plugin, which was broken in release `1.26.0`.
24
+ This support is critical for dynamic frontend plugins to have access to their config values.
25
+ - d44a20a: Added additional plugin metadata to `package.json`.
26
+ - Updated dependencies
27
+ - @backstage/backend-common@0.23.0
28
+ - @backstage/backend-plugin-api@0.6.19
29
+ - @backstage/plugin-auth-node@0.4.14
30
+ - @backstage/plugin-app-node@0.1.19
31
+ - @backstage/config-loader@1.8.1
32
+ - @backstage/config@1.2.0
33
+ - @backstage/errors@1.2.4
34
+ - @backstage/types@1.1.1
35
+
3
36
  ## 0.3.68-next.3
4
37
 
5
38
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
- "name": "@backstage/plugin-app-backend",
3
- "version": "0.3.68-next.3",
2
+ "name": "@backstage/plugin-app-backend__alpha",
3
+ "version": "0.3.69",
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.BackendFeature;
7
+ declare const appPlugin: _backstage_backend_plugin_api.BackendFeatureCompat;
8
8
 
9
9
  export { appPlugin as default };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-app-backend",
3
- "version": "0.3.68-next.3",
3
+ "version": "0.3.69",
4
4
  "description": "A Backstage backend plugin that serves the Backstage frontend app",
5
5
  "backstage": {
6
6
  "role": "backend-plugin",
@@ -55,13 +55,13 @@
55
55
  "test": "backstage-cli package test"
56
56
  },
57
57
  "dependencies": {
58
- "@backstage/backend-common": "^0.23.0-next.3",
59
- "@backstage/backend-plugin-api": "^0.6.19-next.3",
58
+ "@backstage/backend-common": "^0.23.1",
59
+ "@backstage/backend-plugin-api": "^0.6.20",
60
60
  "@backstage/config": "^1.2.0",
61
- "@backstage/config-loader": "^1.8.1-next.0",
61
+ "@backstage/config-loader": "^1.8.1",
62
62
  "@backstage/errors": "^1.2.4",
63
- "@backstage/plugin-app-node": "^0.1.19-next.2",
64
- "@backstage/plugin-auth-node": "^0.4.14-next.3",
63
+ "@backstage/plugin-app-node": "^0.1.20",
64
+ "@backstage/plugin-auth-node": "^0.4.15",
65
65
  "@backstage/types": "^1.1.1",
66
66
  "@types/express": "^4.17.6",
67
67
  "express": "^4.17.1",
@@ -75,10 +75,10 @@
75
75
  "yn": "^4.0.0"
76
76
  },
77
77
  "devDependencies": {
78
- "@backstage/backend-app-api": "^0.7.6-next.3",
79
- "@backstage/backend-defaults": "^0.3.0-next.3",
80
- "@backstage/backend-test-utils": "^0.4.0-next.3",
81
- "@backstage/cli": "^0.26.7-next.3",
78
+ "@backstage/backend-app-api": "^0.7.7",
79
+ "@backstage/backend-defaults": "^0.3.1",
80
+ "@backstage/backend-test-utils": "^0.4.1",
81
+ "@backstage/cli": "^0.26.8",
82
82
  "@backstage/types": "^1.1.1",
83
83
  "@types/supertest": "^2.0.8",
84
84
  "node-fetch": "^2.6.7",