forked from hyperledger/fabric-chaincode-node
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated version numbers & the compatibility.md table Signed-off-by: Matthew B White <[email protected]>
- Loading branch information
Showing
26 changed files
with
215 additions
and
199 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,60 +1,60 @@ | ||
{ | ||
"name": "fabric-shim-crypto", | ||
"version": "2.4.0-beta", | ||
"tag": "beta", | ||
"description": "A node.js implementation of encryption library for Hyperledger Fabric chaincode shim", | ||
"main": "index.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/hyperledger/fabric-chaincode-node" | ||
}, | ||
"scripts": { | ||
"test": "nyc mocha --recursive 'test/**/*.js' --reporter spec-junit-splitter-mocha-reporter", | ||
"lint":"eslint ./lib/", | ||
"build": "npm run lint && npm test" | ||
}, | ||
"keywords": [ | ||
"fabric-shim", | ||
"fabric-shim-crypto", | ||
"Hyperledger Fabric", | ||
"Fabric Shim" | ||
"name": "fabric-shim-crypto", | ||
"version": "2.4.0", | ||
"tag": "release", | ||
"description": "A node.js implementation of encryption library for Hyperledger Fabric chaincode shim", | ||
"main": "index.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/hyperledger/fabric-chaincode-node" | ||
}, | ||
"scripts": { | ||
"test": "nyc mocha --recursive 'test/**/*.js' --reporter spec-junit-splitter-mocha-reporter", | ||
"lint": "eslint ./lib/", | ||
"build": "npm run lint && npm test" | ||
}, | ||
"keywords": [ | ||
"fabric-shim", | ||
"fabric-shim-crypto", | ||
"Hyperledger Fabric", | ||
"Fabric Shim" | ||
], | ||
"engines": { | ||
"node": "^16.4.0", | ||
"npm": "^8.0.0" | ||
}, | ||
"license": "Apache-2.0", | ||
"dependencies": { | ||
"elliptic": "^6.5.4", | ||
"jsrsasign": "^10.4.1" | ||
}, | ||
"devDependencies": { | ||
"mocha": "9.1.3", | ||
"eslint": "^6.6.0", | ||
"nyc": "15.1.0", | ||
"typescript": "4.4.4", | ||
"chai": "^4.3.4", | ||
"chai-as-promised": "^7.1.1", | ||
"rewire": "5.0.0", | ||
"sinon": "11.1.2", | ||
"chai-things": "^0.2.0", | ||
"spec-junit-splitter-mocha-reporter": "1.0.1" | ||
}, | ||
"nyc": { | ||
"exclude": [ | ||
"coverage/**", | ||
"test/**" | ||
], | ||
"engines": { | ||
"node": "^16.4.0", | ||
"npm": "^8.0.0" | ||
}, | ||
"license": "Apache-2.0", | ||
"dependencies": { | ||
"elliptic": "^6.5.4", | ||
"jsrsasign": "^10.4.1" | ||
}, | ||
"devDependencies": { | ||
"mocha": "9.1.3", | ||
"eslint": "^6.6.0", | ||
"nyc": "15.1.0", | ||
"typescript": "4.4.4", | ||
"chai": "^4.3.4", | ||
"chai-as-promised": "^7.1.1", | ||
"rewire": "5.0.0", | ||
"sinon": "11.1.2", | ||
"chai-things": "^0.2.0", | ||
"spec-junit-splitter-mocha-reporter": "1.0.1" | ||
}, | ||
"nyc": { | ||
"exclude": [ | ||
"coverage/**", | ||
"test/**" | ||
], | ||
"reporter": [ | ||
"text-summary", | ||
"cobertura", | ||
"html" | ||
], | ||
"all": true, | ||
"check-coverage": true, | ||
"statements": 100, | ||
"branches": 100, | ||
"functions": 100, | ||
"lines": 100 | ||
} | ||
"reporter": [ | ||
"text-summary", | ||
"cobertura", | ||
"html" | ||
], | ||
"all": true, | ||
"check-coverage": true, | ||
"statements": 100, | ||
"branches": 100, | ||
"functions": 100, | ||
"lines": 100 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
v2.4.0 | ||
------ | ||
|
||
Release Notes | ||
------------- | ||
This v2.4.0 Release is a bug fix release of the main branch. | ||
|
||
Note that version of Node.js is updated to 16.4.0. See the COMPATIBILITY.md file in the main branch for information. | ||
|
||
Change Log | ||
---------- | ||
https://github.com/hyperledger/fabric-chaincode-node/blob/release-2.x/CHANGELOG.md#v2.4.0-beta |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -107,7 +107,7 @@ | |
} | ||
}, | ||
"info": { | ||
"version": "1.0.0", | ||
"version": "2.4.0", | ||
"title": "ts_chaincode" | ||
}, | ||
"components": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
{ | ||
"name": "chaincode", | ||
"description": "Chaincode testing ClientIdentity functionality", | ||
"engines": { | ||
"node": "^12.16.1", | ||
"npm": "^6.4.1" | ||
}, | ||
"scripts": { | ||
"start": "fabric-chaincode-node start" | ||
}, | ||
"main": "index.js", | ||
"engine-strict": true, | ||
"engineStrict": true, | ||
"version": "1.0.0", | ||
"author": "", | ||
"license": "Apache-2.0", | ||
"dependencies": { | ||
"fabric-shim": "2.4.0-beta", | ||
"fabric-contract-api": "2.4.0-beta" | ||
} | ||
"name": "chaincode", | ||
"description": "Chaincode testing ClientIdentity functionality", | ||
"engines": { | ||
"node": "^12.16.1", | ||
"npm": "^6.4.1" | ||
}, | ||
"scripts": { | ||
"start": "fabric-chaincode-node start" | ||
}, | ||
"main": "index.js", | ||
"engine-strict": true, | ||
"engineStrict": true, | ||
"version": "2.4.0", | ||
"author": "", | ||
"license": "Apache-2.0", | ||
"dependencies": { | ||
"fabric-shim": "2.4.0", | ||
"fabric-contract-api": "2.4.0" | ||
} | ||
} |
Oops, something went wrong.