fabric-shim-api
Advanced tools
Comparing version 2.0.0 to 2.1.0
@@ -6,4 +6,4 @@ { | ||
"apis/fabric-shim-api/index.js": "9bfebed3d9254206015c4ebc29b057a2b5bc612e", | ||
"apis/fabric-shim-api/package.json": "d0eed95d26bfd84c553c05e0246e4109f75e019c", | ||
"apis/fabric-shim-api/types/index.d.ts": "d1d2fa7c1233f7b4dbed8b31e739daabb03823b2", | ||
"apis/fabric-shim-api/package.json": "ff7b4f2161c2afdc50aa70b0fe52cead71f2a31c", | ||
"apis/fabric-shim-api/types/index.d.ts": "5c076296ea49491fabdd52f12f07f1e796ce3bd5", | ||
"apis/fabric-shim-api/types/tsconfig.json": "ed09ed38db1792491a70a0300a3790c5ad4ae7cc", | ||
@@ -10,0 +10,0 @@ "apis/fabric-shim-api/.rush/temp/shrinkwrap-deps.json": "0967ef424bce6791893e9a57bb952f80fd536e93" |
{ | ||
"name": "fabric-shim-api", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"tag": "latest", | ||
@@ -20,3 +20,3 @@ "description": "A node.js API of Hyperledger Fabric chaincode shim, to allow endorsing peers and user-provided chaincodes to communicate with each other", | ||
"engines": { | ||
"node": "10.15.2", | ||
"node": "^12.16.1", | ||
"npm": "^6.4.1", | ||
@@ -23,0 +23,0 @@ "eslint": "6.6.0" |
@@ -57,2 +57,3 @@ /* | ||
getCreator(): SerializedIdentity; | ||
getMspID(): string; | ||
getTransient(): Map<string, Uint8Array>; | ||
@@ -59,0 +60,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
21044
207