From 3d17cf066dd86ec6649ffd81a8b2ca8670dfdcfb Mon Sep 17 00:00:00 2001 From: sapthasurendran <48531319+sapthasurendran@users.noreply.github.com> Date: Mon, 22 Nov 2021 14:25:14 +0530 Subject: [PATCH] Updated fabric-gateway changes and added node14 dependency (#539) Signed-off-by: sapthasurendran --- .../application-gateway-typescript/package.json | 6 +++--- .../application-gateway-typescript/tsconfig.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/asset-transfer-basic/application-gateway-typescript/package.json b/asset-transfer-basic/application-gateway-typescript/package.json index d5b8eaeb..014caa7f 100644 --- a/asset-transfer-basic/application-gateway-typescript/package.json +++ b/asset-transfer-basic/application-gateway-typescript/package.json @@ -5,7 +5,7 @@ "main": "dist/index.js", "typings": "dist/index.d.ts", "engines": { - "node": ">=12", + "node": ">=14", "npm": ">=5" }, "scripts": { @@ -20,10 +20,10 @@ "author": "Hyperledger", "license": "Apache-2.0", "dependencies": { - "@hyperledger/fabric-gateway": "^0.1.0" + "@hyperledger/fabric-gateway": "unstable" }, "devDependencies": { - "@tsconfig/node12": "^1.0.9", + "@tsconfig/node14": "^1.0.1", "@typescript-eslint/eslint-plugin": "^4.31.2", "@typescript-eslint/parser": "^4.31.2", "eslint": "^7.32.0", diff --git a/asset-transfer-basic/application-gateway-typescript/tsconfig.json b/asset-transfer-basic/application-gateway-typescript/tsconfig.json index efc75170..2052fb6e 100644 --- a/asset-transfer-basic/application-gateway-typescript/tsconfig.json +++ b/asset-transfer-basic/application-gateway-typescript/tsconfig.json @@ -1,5 +1,5 @@ { - "extends":"@tsconfig/node12/tsconfig.json", + "extends":"@tsconfig/node14/tsconfig.json", "compilerOptions": { "experimentalDecorators": true, "emitDecoratorMetadata": true,