Skip to content

Commit dba6162

Browse files
ruzell22petermetz
authored andcommitted
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 3. While fixing merge conflict, discovered new packages failing and added on ignore path and created tickets for it Fixes: #3629 Signed-off-by: ruzell22 <[email protected]>
1 parent 3664edc commit dba6162

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tools/custom-checks/get-all-tgz-path.ts

+4-2
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,14 @@ export async function getAllTgzPath(): Promise<IGetAllTgzPathResponse> {
4646
"weaver/sdks/fabric/interoperation-node-sdk/hyperledger-cacti-weaver-sdk-fabric-*.tgz",
4747
// link for issue ticket relating to this package: https://github.com/hyperledger-cacti/cacti/issues/3628
4848
"packages/cacti-plugin-weaver-driver-fabric/src/main/typescript/hyperledger-cacti-weaver-driver-fabric-*.tgz",
49-
// link for issue ticket relating to this package: https://github.com/hyperledger-cacti/cacti/issues/3629
50-
"packages/cacti-plugin-copm-fabric/hyperledger-cacti-cacti-plugin-copm-fabric-*.tgz",
5149
// link for issue ticket relating to this package: https://github.com/hyperledger-cacti/cacti/issues/3632
5250
"examples/cactus-common-example-server/hyperledger-cactus-common-example-server-*.tgz",
5351
// link for issue ticket relating to this package: https://github.com/hyperledger-cacti/cacti/issues/3633
5452
"packages/cactus-verifier-client/hyperledger-cactus-verifier-client-*.tgz",
53+
// link for issue ticket relating to this package: https://github.com/hyperledger-cacti/cacti/issues/3740
54+
"examples/cactus-example-discounted-asset-trade/hyperledger-cactus-example-discounted-asset-trade-*.tgz",
55+
// link for issue ticket relating to this package: https://github.com/hyperledger-cacti/cacti/issues/3741
56+
"examples/cactus-example-electricity-trade/hyperledger-cactus-example-electricity-trade-*.tgz",
5557
],
5658
};
5759

0 commit comments

Comments
 (0)