@backstage/backend-app-api 0.7.7 → 0.7.8
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 +18 -0
- package/alpha/package.json +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +4 -4
package/dist/index.d.ts
CHANGED
|
@@ -283,7 +283,7 @@ declare class MiddlewareFactory {
|
|
|
283
283
|
/**
|
|
284
284
|
* Creates a new {@link MiddlewareFactory}.
|
|
285
285
|
*/
|
|
286
|
-
static create(options: MiddlewareFactoryOptions): MiddlewareFactory
|
|
286
|
+
static create(options: MiddlewareFactoryOptions): MiddlewareFactory;
|
|
287
287
|
private constructor();
|
|
288
288
|
/**
|
|
289
289
|
* Returns a middleware that unconditionally produces a 404 error response.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/backend-app-api",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.8",
|
|
4
4
|
"description": "Core API used by Backstage backend apps",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "node-library"
|
|
@@ -89,9 +89,9 @@
|
|
|
89
89
|
"winston-transport": "^4.5.0"
|
|
90
90
|
},
|
|
91
91
|
"devDependencies": {
|
|
92
|
-
"@backstage/backend-defaults": "^0.3.
|
|
93
|
-
"@backstage/backend-test-utils": "^0.4.
|
|
94
|
-
"@backstage/cli": "^0.26.
|
|
92
|
+
"@backstage/backend-defaults": "^0.3.2",
|
|
93
|
+
"@backstage/backend-test-utils": "^0.4.2",
|
|
94
|
+
"@backstage/cli": "^0.26.9",
|
|
95
95
|
"@types/compression": "^1.7.0",
|
|
96
96
|
"@types/fs-extra": "^11.0.0",
|
|
97
97
|
"@types/http-errors": "^2.0.0",
|