fabric-samples/chaincode/fabcar
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
..
go Avoid usage of deprecated ioutil Go package (#843) 2022-10-25 07:04:39 -04:00
java Remove JCenter as a Gradle package repository (#589) 2022-01-26 16:29:09 -05:00
javascript Dependencies updated (#336) 2020-09-18 12:34:34 +01:00
typescript Avoid explicit import of grpc-js or fabric-protos in TypeScript apps 2023-02-10 11:36:41 -05:00