From d02041adc4b2bae5686298bc71252a3e0eb77bb3 Mon Sep 17 00:00:00 2001 From: Andre Wanlin Date: Thu, 13 Feb 2025 12:18:08 -0600 Subject: [PATCH] Package fix Signed-off-by: Andre Wanlin --- plugins/catalog-unprocessed-entities/package.json | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/plugins/catalog-unprocessed-entities/package.json b/plugins/catalog-unprocessed-entities/package.json index ed02f611ac..5c22053871 100644 --- a/plugins/catalog-unprocessed-entities/package.json +++ b/plugins/catalog-unprocessed-entities/package.json @@ -10,9 +10,7 @@ ] }, "publishConfig": { - "access": "public", - "main": "dist/index.esm.js", - "types": "dist/index.d.ts" + "access": "public" }, "homepage": "https://backstage.io", "repository": { @@ -29,6 +27,16 @@ }, "main": "src/index.ts", "types": "src/index.ts", + "typesVersions": { + "*": { + "alpha": [ + "src/alpha.ts" + ], + "package.json": [ + "package.json" + ] + } + }, "files": [ "dist" ],