fabric-samples/hardware-security-module/application-typescript
Mark S. Lewis 10e9377555 Avoid explicit import of grpc-js or fabric-protos in TypeScript apps
Rely on the dependencies of @hyperledger/fabric-gateway making these packages transitively available. Having explicit dependency versions in the application can cause type conflicts due to private member changes in the gRPC Client class across versions.

Also fix some missing or incorrect Node types and engines version contraints.

Signed-off-by: Mark S. Lewis <mark_lewis@uk.ibm.com>
2023-02-10 11:36:41 -05:00
..
src Move lint and test-network-basic tests from Azure to GHA - READY FOR MERGE (#862) 2022-11-14 13:36:55 +00:00
.eslintrc.yaml Added hsm samples using Gateway (#759) 2022-07-15 09:18:30 -04:00
.gitignore Added hsm samples using Gateway (#759) 2022-07-15 09:18:30 -04:00
package.json Avoid explicit import of grpc-js or fabric-protos in TypeScript apps 2023-02-10 11:36:41 -05:00
tsconfig.json Added hsm samples using Gateway (#759) 2022-07-15 09:18:30 -04:00