fabric-samples/asset-transfer-basic/chaincode-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
..
docker Adding examples of CCAAS and support into the test-network (#560) 2021-12-17 13:18:22 +00:00
src More Gateway asset-transfer-basic tweaks to support docs (#556) 2021-12-10 08:51:21 +00:00
.dockerignore Update Node.js dockerfile (#805) 2022-08-01 11:50:47 +00:00
.gitignore Revert "Remove Typescript References (#258)" (#261) 2020-07-23 17:06:57 +02:00
Dockerfile Update Node.js dockerfile (#805) 2022-08-01 11:50:47 +00:00
npm-shrinkwrap.json Avoid explicit import of grpc-js or fabric-protos in TypeScript apps 2023-02-10 11:36:41 -05: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 Fix type error when using the latest sort-keys-recursive 2021-11-05 11:47:55 -04:00
tslint.json Decorate Typescript Chaincode 2020-07-27 23:51:51 -04:00