From 8bd0d83311feb665c83c03442ebd83032208fbbe Mon Sep 17 00:00:00 2001 From: blam Date: Thu, 17 Feb 2022 14:30:56 +0100 Subject: [PATCH] chore: common is now entityRef Signed-off-by: blam --- plugins/scaffolder-common/api-report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/scaffolder-common/api-report.md b/plugins/scaffolder-common/api-report.md index 92935bd5bb..1872aa3ed8 100644 --- a/plugins/scaffolder-common/api-report.md +++ b/plugins/scaffolder-common/api-report.md @@ -121,7 +121,7 @@ export const templateEntityV1beta3Validator: KindValidator; // @public export type TemplateInfo = { - name: string; + entityRef: string; baseUrl?: string; };