Skip to content

Commit

Permalink
ci(github): fix type exports in cactus-plugin-ledger-connector-polkadot
Browse files Browse the repository at this point in the history
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 <ruzell.vince.aquino@accenture.com>
  • Loading branch information
ruzell22 authored and petermetz committed Jan 29, 2025
1 parent f4725a7 commit 6c558ee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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/*"
],
Expand Down
2 changes: 0 additions & 2 deletions tools/custom-checks/get-all-tgz-path.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ export async function getAllTgzPath(): Promise<IGetAllTgzPathResponse> {
"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",
],
};

Expand Down

0 comments on commit 6c558ee

Please sign in to comment.