fabric-samples/asset-transfer-basic/application-gateway-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 Run a basic-asset-transfer CI test on Kubernetes (#637) 2022-02-08 15:51:02 +00:00
.eslintrc.json Asset Transfer typescript app using fabric-gateway 2021-10-15 09:51:16 -04:00
.gitignore Asset Transfer typescript app using fabric-gateway 2021-10-15 09:51:16 -04:00
.npmrc Enable engine-strict checks for TypeScript Gateway samples (#726) 2022-04-29 15:59:50 +01: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 Updated fabric-gateway changes and added node14 dependency (#539) 2021-11-22 08:55:14 +00:00