@backstage/backend-app-api 0.7.1-next.0 → 0.7.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 +2 -18
- package/alpha/package.json +1 -1
- package/dist/index.cjs.js +59 -79
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +0 -3
- package/package.json +8 -8
package/dist/index.d.ts
CHANGED
|
@@ -12,7 +12,6 @@ import { JsonObject, HumanDuration } from '@backstage/types';
|
|
|
12
12
|
import { Format } from 'logform';
|
|
13
13
|
import { transport } from 'winston';
|
|
14
14
|
import * as _backstage_backend_common from '@backstage/backend-common';
|
|
15
|
-
import { Server } from 'node:http';
|
|
16
15
|
|
|
17
16
|
/** @public */
|
|
18
17
|
declare function createConfigSecretEnumerator(options: {
|
|
@@ -459,13 +458,11 @@ declare const permissionsServiceFactory: () => _backstage_backend_plugin_api.Ser
|
|
|
459
458
|
*/
|
|
460
459
|
interface RootHttpRouterConfigureContext {
|
|
461
460
|
app: Express;
|
|
462
|
-
server: Server;
|
|
463
461
|
middleware: MiddlewareFactory;
|
|
464
462
|
routes: RequestHandler;
|
|
465
463
|
config: RootConfigService;
|
|
466
464
|
logger: LoggerService;
|
|
467
465
|
lifecycle: LifecycleService;
|
|
468
|
-
applyDefaults: () => void;
|
|
469
466
|
}
|
|
470
467
|
/**
|
|
471
468
|
* @public
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/backend-app-api",
|
|
3
3
|
"description": "Core API used by Backstage backend apps",
|
|
4
|
-
"version": "0.7.1
|
|
4
|
+
"version": "0.7.1",
|
|
5
5
|
"main": "./dist/index.cjs.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
7
7
|
"publishConfig": {
|
|
@@ -43,16 +43,16 @@
|
|
|
43
43
|
"test": "backstage-cli package test"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@backstage/backend-common": "^0.21.
|
|
47
|
-
"@backstage/backend-plugin-api": "^0.6.
|
|
48
|
-
"@backstage/backend-tasks": "^0.5.
|
|
46
|
+
"@backstage/backend-common": "^0.21.7",
|
|
47
|
+
"@backstage/backend-plugin-api": "^0.6.17",
|
|
48
|
+
"@backstage/backend-tasks": "^0.5.22",
|
|
49
49
|
"@backstage/cli-common": "^0.1.13",
|
|
50
50
|
"@backstage/cli-node": "^0.2.5",
|
|
51
51
|
"@backstage/config": "^1.2.0",
|
|
52
52
|
"@backstage/config-loader": "^1.8.0",
|
|
53
53
|
"@backstage/errors": "^1.2.4",
|
|
54
|
-
"@backstage/plugin-auth-node": "^0.4.
|
|
55
|
-
"@backstage/plugin-permission-node": "^0.7.
|
|
54
|
+
"@backstage/plugin-auth-node": "^0.4.12",
|
|
55
|
+
"@backstage/plugin-permission-node": "^0.7.28",
|
|
56
56
|
"@backstage/types": "^1.1.1",
|
|
57
57
|
"@manypkg/get-packages": "^1.1.3",
|
|
58
58
|
"@types/cors": "^2.8.6",
|
|
@@ -81,8 +81,8 @@
|
|
|
81
81
|
"winston-transport": "^4.5.0"
|
|
82
82
|
},
|
|
83
83
|
"devDependencies": {
|
|
84
|
-
"@backstage/backend-test-utils": "^0.3.
|
|
85
|
-
"@backstage/cli": "^0.26.
|
|
84
|
+
"@backstage/backend-test-utils": "^0.3.7",
|
|
85
|
+
"@backstage/cli": "^0.26.4",
|
|
86
86
|
"@types/compression": "^1.7.0",
|
|
87
87
|
"@types/fs-extra": "^11.0.0",
|
|
88
88
|
"@types/http-errors": "^2.0.0",
|