@backstage/plugin-app-backend 0.5.6-next.0 → 0.5.6
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 +22 -0
- package/dist/index.cjs.js +0 -2
- package/dist/index.cjs.js.map +1 -1
- package/package.json +13 -13
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# @backstage/plugin-app-backend
|
|
2
2
|
|
|
3
|
+
## 0.5.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- afd368e: Internal update to not expose the old `createRouter`.
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @backstage/config-loader@1.10.3
|
|
10
|
+
- @backstage/plugin-auth-node@0.6.7
|
|
11
|
+
- @backstage/types@1.2.2
|
|
12
|
+
- @backstage/backend-plugin-api@1.4.3
|
|
13
|
+
- @backstage/plugin-app-node@0.1.37
|
|
14
|
+
|
|
15
|
+
## 0.5.6-next.1
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- afd368e: Internal update to not expose the old `createRouter`.
|
|
20
|
+
- Updated dependencies
|
|
21
|
+
- @backstage/config-loader@1.10.3-next.0
|
|
22
|
+
- @backstage/plugin-auth-node@0.6.7-next.1
|
|
23
|
+
- @backstage/plugin-app-node@0.1.37-next.1
|
|
24
|
+
|
|
3
25
|
## 0.5.6-next.0
|
|
4
26
|
|
|
5
27
|
### Patch Changes
|
package/dist/index.cjs.js
CHANGED
|
@@ -3,10 +3,8 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
var appPlugin = require('./service/appPlugin.cjs.js');
|
|
6
|
-
var router = require('./service/router.cjs.js');
|
|
7
6
|
|
|
8
7
|
|
|
9
8
|
|
|
10
9
|
exports.default = appPlugin.appPlugin;
|
|
11
|
-
exports.createRouter = router.createRouter;
|
|
12
10
|
//# sourceMappingURL=index.cjs.js.map
|
package/dist/index.cjs.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.cjs.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.cjs.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-app-backend",
|
|
3
|
-
"version": "0.5.6
|
|
3
|
+
"version": "0.5.6",
|
|
4
4
|
"description": "A Backstage backend plugin that serves the Backstage frontend app",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "backend-plugin",
|
|
@@ -61,13 +61,13 @@
|
|
|
61
61
|
"test": "backstage-cli package test"
|
|
62
62
|
},
|
|
63
63
|
"dependencies": {
|
|
64
|
-
"@backstage/backend-plugin-api": "1.4.3
|
|
65
|
-
"@backstage/config": "1.3.3",
|
|
66
|
-
"@backstage/config-loader": "1.10.
|
|
67
|
-
"@backstage/errors": "1.2.7",
|
|
68
|
-
"@backstage/plugin-app-node": "0.1.37
|
|
69
|
-
"@backstage/plugin-auth-node": "0.6.7
|
|
70
|
-
"@backstage/types": "1.2.
|
|
64
|
+
"@backstage/backend-plugin-api": "^1.4.3",
|
|
65
|
+
"@backstage/config": "^1.3.3",
|
|
66
|
+
"@backstage/config-loader": "^1.10.3",
|
|
67
|
+
"@backstage/errors": "^1.2.7",
|
|
68
|
+
"@backstage/plugin-app-node": "^0.1.37",
|
|
69
|
+
"@backstage/plugin-auth-node": "^0.6.7",
|
|
70
|
+
"@backstage/types": "^1.2.2",
|
|
71
71
|
"express": "^4.17.1",
|
|
72
72
|
"express-promise-router": "^4.1.0",
|
|
73
73
|
"fs-extra": "^11.2.0",
|
|
@@ -79,11 +79,11 @@
|
|
|
79
79
|
"yn": "^4.0.0"
|
|
80
80
|
},
|
|
81
81
|
"devDependencies": {
|
|
82
|
-
"@backstage/backend-app-api": "1.2.7
|
|
83
|
-
"@backstage/backend-defaults": "0.12.1
|
|
84
|
-
"@backstage/backend-test-utils": "1.9.0
|
|
85
|
-
"@backstage/cli": "0.34.2
|
|
86
|
-
"@backstage/types": "1.2.
|
|
82
|
+
"@backstage/backend-app-api": "^1.2.7",
|
|
83
|
+
"@backstage/backend-defaults": "^0.12.1",
|
|
84
|
+
"@backstage/backend-test-utils": "^1.9.0",
|
|
85
|
+
"@backstage/cli": "^0.34.2",
|
|
86
|
+
"@backstage/types": "^1.2.2",
|
|
87
87
|
"@types/express": "^4.17.6",
|
|
88
88
|
"@types/supertest": "^2.0.8",
|
|
89
89
|
"supertest": "^7.0.0"
|