Update application-gateway-typescript (#531)

The fabric-gateway node module has been renamed to @hyperledger/fabric-gateway

Signed-off-by: James Taylor <jamest@uk.ibm.com>
This commit is contained in:
James Taylor 2021-11-11 09:35:50 +00:00 committed by GitHub
parent 4640ab2e69
commit 60d5d3e218
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@
"author": "Hyperledger",
"license": "Apache-2.0",
"dependencies": {
"fabric-gateway": "0.1.0-dev.20211006.12"
"@hyperledger/fabric-gateway": "^0.1.0"
},
"devDependencies": {
"@tsconfig/node12": "^1.0.9",

View file

@ -6,7 +6,7 @@
import * as grpc from '@grpc/grpc-js';
import * as crypto from 'crypto';
import { connect, Identity, Signer, signers ,Contract} from 'fabric-gateway';
import { connect, Identity, Signer, signers ,Contract} from '@hyperledger/fabric-gateway';
import { promises as fs } from 'fs';
import * as path from 'path';