From c4fbb2559b3f3df4dd661300874f9356cf444e5a Mon Sep 17 00:00:00 2001 From: ruzell22 Date: Wed, 18 Dec 2024 14:06:32 +0800 Subject: [PATCH] ci(github): fix type exports in packages/cacti-plugin-copm-fabric Primary Changes --------------- 1. Removed packages/cacti-plugin-copm-fabric/hyperledger-cacti-cacti-plugin- copm-fabric-*.tgz in ignore paths in get-all-tgz-path.ts file 2. Added main, module, types, and files in package.json Fixes: #3629 Signed-off-by: ruzell22 --- tools/custom-checks/get-all-tgz-path.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/custom-checks/get-all-tgz-path.ts b/tools/custom-checks/get-all-tgz-path.ts index 1cc4f80277..ba66c0b3fc 100644 --- a/tools/custom-checks/get-all-tgz-path.ts +++ b/tools/custom-checks/get-all-tgz-path.ts @@ -46,8 +46,6 @@ export async function getAllTgzPath(): Promise { "weaver/sdks/fabric/interoperation-node-sdk/hyperledger-cacti-weaver-sdk-fabric-*.tgz", // link for issue ticket relating to this package: https://github.com/hyperledger-cacti/cacti/issues/3628 "packages/cacti-plugin-weaver-driver-fabric/src/main/typescript/hyperledger-cacti-weaver-driver-fabric-*.tgz", - // link for issue ticket relating to this package: https://github.com/hyperledger-cacti/cacti/issues/3629 - "packages/cacti-plugin-copm-fabric/hyperledger-cacti-cacti-plugin-copm-fabric-*.tgz", // link for issue ticket relating to this package: https://github.com/hyperledger-cacti/cacti/issues/3630 "packages/cacti-ledger-browser/hyperledger-cacti-ledger-browser-*.tgz", // link for issue ticket relating to this package: https://github.com/hyperledger-cacti/cacti/issues/3632