From 6c558ee8cb12ba23c8b3ebcf70a1a7ccc1002a2c Mon Sep 17 00:00:00 2001 From: ruzell22 Date: Thu, 2 Jan 2025 10:28:39 +0800 Subject: [PATCH] ci(github): fix type exports in cactus-plugin-ledger-connector-polkadot Primary Changes --------------- 1. Removed packages/cactus-plugin-ledger-connector-polkadot/hyperledger-cactus- plugin-ledger-connector-polkadot-*.tgz in ignore paths in get-all-tgz-path.ts file 2. Fixed path for types in package.json Fixes: #3634 Signed-off-by: ruzell22 --- packages/cactus-plugin-ledger-connector-polkadot/package.json | 2 +- tools/custom-checks/get-all-tgz-path.ts | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/packages/cactus-plugin-ledger-connector-polkadot/package.json b/packages/cactus-plugin-ledger-connector-polkadot/package.json index 5b3cc3e42c..f442439595 100644 --- a/packages/cactus-plugin-ledger-connector-polkadot/package.json +++ b/packages/cactus-plugin-ledger-connector-polkadot/package.json @@ -43,7 +43,7 @@ "main": "dist/lib/main/typescript/index.js", "module": "dist/lib/main/typescript/index.js", "browser": "dist/cactus-plugin-ledger-connector-polkadot.web.umd.js", - "types": "dist/types/main/typescript/index.d.ts", + "types": "dist/lib/main/typescript/index.d.ts", "files": [ "dist/*" ], diff --git a/tools/custom-checks/get-all-tgz-path.ts b/tools/custom-checks/get-all-tgz-path.ts index bdc885a0aa..9d2ec25c00 100644 --- a/tools/custom-checks/get-all-tgz-path.ts +++ b/tools/custom-checks/get-all-tgz-path.ts @@ -52,8 +52,6 @@ export async function getAllTgzPath(): Promise { "examples/cactus-common-example-server/hyperledger-cactus-common-example-server-*.tgz", // link for issue ticket relating to this package: https://github.com/hyperledger-cacti/cacti/issues/3633 "packages/cactus-verifier-client/hyperledger-cactus-verifier-client-*.tgz", - // link for issue ticket relating to this package: https://github.com/hyperledger-cacti/cacti/issues/3634 - "packages/cactus-plugin-ledger-connector-polkadot/hyperledger-cactus-plugin-ledger-connector-polkadot-*.tgz", ], };