Commit graph

3 commits

Author SHA1 Message Date
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
Paul
69b96f85e0 Added javascript chaincode unit tests for asset-transfer-basic
Signed-off-by: Paul <pksingh8878@gmail.com>
2020-08-21 16:26:35 -04:00
Chongxin Luo
bee5f6e07f Adding chaincode-js to asset-transfer-basic
Signed-off-by: Chongxin Luo <Chongxin.Luo@ibm.com>
2020-06-25 12:02:53 -04:00