fabric-samples/asset-transfer-events/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 Java gateway application sample for asset-transfer-events (#628) 2022-02-09 09:59:14 +00:00
.eslintrc.json Fixes to TypeScript asset-transfer-events to match Go sample (#619) 2022-02-03 10:13:54 -05:00
.gitignore Asset-Transfer-Events Migration to Use Fabric-Gateway (#565) 2022-02-02 17:01:42 +00: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 Asset-Transfer-Events Migration to Use Fabric-Gateway (#565) 2022-02-02 17:01:42 +00:00