fabric-shim-api
Advanced tools
Comparing version 2.2.0 to 3.0.0-unstable
{ | ||
"files": { | ||
"apis/fabric-shim-api/LICENSE": "8f71f43fee3f78649d238238cbde51e6d7055c82", | ||
"apis/fabric-shim-api/README.md": "e068762e6d4dfc2d3b18be00a9d022736aa91765", | ||
"apis/fabric-shim-api/README.md": "9dd427468273cd4a38c55dae7b97b1da91c62464", | ||
"apis/fabric-shim-api/index.js": "9bfebed3d9254206015c4ebc29b057a2b5bc612e", | ||
"apis/fabric-shim-api/package.json": "852093c749996a95b4de017987618b26d4e93d90", | ||
"apis/fabric-shim-api/types/index.d.ts": "3727ac55e65f58a94ad1a159a9ab03cf357ca08d", | ||
"apis/fabric-shim-api/package.json": "7517073dd4aa50bb7b8f7d3fa4115dd4425c6c06", | ||
"apis/fabric-shim-api/types/index.d.ts": "7224c068a18036554b5b108229558f056878384a", | ||
"apis/fabric-shim-api/types/tsconfig.json": "ed09ed38db1792491a70a0300a3790c5ad4ae7cc", | ||
"apis/fabric-shim-api/.rush/temp/shrinkwrap-deps.json": "0967ef424bce6791893e9a57bb952f80fd536e93" | ||
"apis/fabric-shim-api/.rush/temp/shrinkwrap-deps.json": "188278ab56ae53c18ee32d790b97bbf660afeee6" | ||
}, | ||
"arguments": "echo No Build needed " | ||
} |
@@ -1,1 +0,3 @@ | ||
{} | ||
{ | ||
"@types/long@4.0.1": "sha512-5tXH6Bx/kNGd3MgffdmP4dy2Z+G4eaXw0SE81Tq3BNadtnMR5/ySMzX4SLEzHJzSmPNn4HIdpQsBvXMUykr58w==" | ||
} |
{ | ||
"name": "fabric-shim-api", | ||
"version": "2.2.0", | ||
"tag": "latest", | ||
"version": "3.0.0-unstable", | ||
"tag": "unstable", | ||
"description": "A node.js API of Hyperledger Fabric chaincode shim, to allow endorsing peers and user-provided chaincodes to communicate with each other", | ||
@@ -20,3 +20,3 @@ "main": "index.js", | ||
"engines": { | ||
"node": "^12.16.1", | ||
"node": "^12.13.0", | ||
"npm": "^6.4.1", | ||
@@ -26,3 +26,6 @@ "eslint": "6.6.0" | ||
"types": "./types/index.d.ts", | ||
"license": "Apache-2.0" | ||
"license": "Apache-2.0", | ||
"devDependencies": { | ||
"@types/long": "^4.0.1" | ||
} | ||
} |
@@ -8,3 +8,3 @@ [![NPM](https://nodei.co/npm/fabric-shim-api.svg?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/fabric-shim-api/) | ||
Detailed explanation on the concepts and programming model can be found here: [https://hyperledger-fabric.readthedocs.io/en/release-2.1/smartcontract/smartcontract.html](https://hyperledger-fabric.readthedocs.io/en/release-2.1/smartcontract/smartcontract.html). | ||
Detailed explanation on the concepts and programming model can be found here: [https://hyperledger-fabric.readthedocs.io/en/latest/smartcontract/smartcontract.html](https://hyperledger-fabric.readthedocs.io/en/latest/smartcontract/smartcontract.html). | ||
@@ -11,0 +11,0 @@ |
@@ -8,5 +8,6 @@ /* | ||
declare module 'fabric-shim-api' { | ||
import Long = require("long"); | ||
interface Timestamp { | ||
seconds: number; | ||
seconds: Long; | ||
nanos: number; | ||
@@ -58,3 +59,3 @@ } | ||
getCreator(): SerializedIdentity; | ||
getMSPID(): string; | ||
getMspID(): string; | ||
getTransient(): Map<string, Uint8Array>; | ||
@@ -61,0 +62,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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
21300
210
1
2