fabric-samples/asset-transfer-basic
Tatsuya Sato 063ad60ddf Fix type error when using the latest sort-keys-recursive
The latest version (2.1.2) of sort-keys-recursive adds TypeScript
typing, which includes export default function.
This change has caused the TS2349 type error.

This patch modifies the import form in assetTransfer.ts to fix the error.

Signed-off-by: Tatsuya Sato <tatsuya.sato.so@hitachi.com>
(cherry picked from commit 8c1c36ae09)

# Conflicts:
#	asset-transfer-basic/chaincode-javascript/package.json
#	asset-transfer-basic/chaincode-typescript/package.json
#	asset-transfer-basic/chaincode-typescript/src/assetTransfer.ts
2021-11-05 15:49:32 +00:00
..
application-go FAB-18367 Update Go client samples to use RC1 of Go SDK (#385) 2020-12-04 08:31:59 -05:00
application-java asset-transfer-basic java application. (#276) 2020-08-04 17:05:45 -04:00
application-javascript Fix error that occurs with go CC and javascript app (#399) 2021-01-13 15:37:34 -05:00
application-typescript Update Javascript and Typescript Deps (#403) 2021-01-13 12:19:31 -05:00
application-typescript-hsm New HSM Typescript Sample (#458) 2021-07-06 13:39:42 +01:00
chaincode-external Include link to external chaincode builder doc (#356) 2020-10-19 20:05:52 +02:00
chaincode-go Update asset-transfer-basic go chaincode dependencies (release-2.2) (#461) 2021-08-11 13:54:35 +01:00
chaincode-java test-network: Make the regexp of checking version more strict (backpo… (#516) 2021-11-01 08:40:29 +00:00
chaincode-javascript Fix type error when using the latest sort-keys-recursive 2021-11-05 15:49:32 +00:00
chaincode-typescript Fix type error when using the latest sort-keys-recursive 2021-11-05 15:49:32 +00:00
.gitignore Adding NodeJS app for asset-transfer-basic sample. (#206) 2020-06-30 15:36:47 -04:00