updated yarn.lock and api-report.md
Signed-off-by: Thorsten Hake <mail@thorsten-hake.com>
This commit is contained in:
@@ -13,6 +13,11 @@ import { PlaceholderResolverParams } from '@backstage/plugin-catalog-backend';
|
||||
import { ScmIntegrations } from '@backstage/integration';
|
||||
import { UrlReader } from '@backstage/backend-common';
|
||||
|
||||
// @public (undocumented)
|
||||
export function jsonSchemaRefPlaceholderResolver(
|
||||
params: PlaceholderResolverParams,
|
||||
): Promise<JsonValue>;
|
||||
|
||||
// @public @deprecated (undocumented)
|
||||
export const openApiPlaceholderResolver: typeof jsonSchemaRefPlaceholderResolver;
|
||||
|
||||
@@ -37,10 +42,5 @@ export class OpenApiRefProcessor implements CatalogProcessor {
|
||||
preProcessEntity(entity: Entity, location: LocationSpec): Promise<Entity>;
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export function jsonSchemaRefPlaceholderResolver(
|
||||
params: PlaceholderResolverParams,
|
||||
): Promise<JsonValue>;
|
||||
|
||||
// (No @packageDocumentation comment for this package)
|
||||
```
|
||||
|
||||
@@ -15118,7 +15118,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"ajv8@npm:ajv@^8.11.0, ajv@npm:^8.0.0, ajv@npm:^8.10.0, ajv@npm:^8.6.3, ajv@npm:^8.8.0":
|
||||
"ajv8@npm:ajv@^8.11.0, ajv@npm:^8.0.0, ajv@npm:^8.10.0, ajv@npm:^8.8.0":
|
||||
version: 8.11.2
|
||||
resolution: "ajv@npm:8.11.2"
|
||||
dependencies:
|
||||
|
||||
Reference in New Issue
Block a user