Updated fabric-gateway changes and added node14 dependency (#539)

Signed-off-by: sapthasurendran <saptha.surendran@ibm.com>
This commit is contained in:
sapthasurendran 2021-11-22 14:25:14 +05:30 committed by GitHub
parent f898a3768d
commit 3d17cf066d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -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",

View file

@ -1,5 +1,5 @@
{
"extends":"@tsconfig/node12/tsconfig.json",
"extends":"@tsconfig/node14/tsconfig.json",
"compilerOptions": {
"experimentalDecorators": true,
"emitDecoratorMetadata": true,