-
Notifications
You must be signed in to change notification settings - Fork 404
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Release 0.3.1] Bump package versions and update change log
Signed-off-by: Attila Klenik <[email protected]>
- Loading branch information
Showing
16 changed files
with
373 additions
and
349 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,69 +1,69 @@ | ||
{ | ||
"name": "caliper", | ||
"description": "Performance benchmarking for Hyperledger blockchain technologies. You must install [Lerna](https://lernajs.io) to build this multi-package repository.", | ||
"version": "0.3.1-unstable", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/hyperledger/caliper" | ||
}, | ||
"scripts": { | ||
"repoclean": "lerna clean", | ||
"bootstrap": "lerna bootstrap", | ||
"pretest": "npm run licchk", | ||
"licchk": "license-check-and-add", | ||
"test": "lerna run test" | ||
}, | ||
"engines": { | ||
"node": ">=8.10.0", | ||
"npm": ">=5.6.0" | ||
}, | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"lerna": "^3.18.3", | ||
"license-check-and-add": "2.3.6", | ||
"repolinter": "0.8.2" | ||
}, | ||
"license-check-and-add-config": { | ||
"folder": ".", | ||
"license": "LICENSE.txt", | ||
"exact_paths_method": "EXCLUDE", | ||
"exact_paths": [ | ||
"CODEOWNERS", | ||
"LICENSE", | ||
".idea", | ||
"node_modules", | ||
".nyc_output", | ||
"coverage", | ||
"scripts", | ||
".git", | ||
".gitignore", | ||
"packages", | ||
"log" | ||
], | ||
"file_type_method": "EXCLUDE", | ||
"file_types": [ | ||
".yml", | ||
".md", | ||
".log", | ||
".html" | ||
], | ||
"insert_license": false, | ||
"license_formats": { | ||
"js|cto|qry|go": { | ||
"prepend": "/*", | ||
"append": "*/", | ||
"eachLine": { | ||
"prepend": "* " | ||
"name": "caliper", | ||
"description": "Performance benchmarking for Hyperledger blockchain technologies. You must install [Lerna](https://lernajs.io) to build this multi-package repository.", | ||
"version": "0.3.1", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/hyperledger/caliper" | ||
}, | ||
"scripts": { | ||
"repoclean": "lerna clean", | ||
"bootstrap": "lerna bootstrap", | ||
"pretest": "npm run licchk", | ||
"licchk": "license-check-and-add", | ||
"test": "lerna run test" | ||
}, | ||
"engines": { | ||
"node": ">=8.10.0", | ||
"npm": ">=5.6.0" | ||
}, | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"lerna": "^3.18.3", | ||
"license-check-and-add": "2.3.6", | ||
"repolinter": "0.8.2" | ||
}, | ||
"license-check-and-add-config": { | ||
"folder": ".", | ||
"license": "LICENSE.txt", | ||
"exact_paths_method": "EXCLUDE", | ||
"exact_paths": [ | ||
"CODEOWNERS", | ||
"LICENSE", | ||
".idea", | ||
"node_modules", | ||
".nyc_output", | ||
"coverage", | ||
"scripts", | ||
".git", | ||
".gitignore", | ||
"packages", | ||
"log" | ||
], | ||
"file_type_method": "EXCLUDE", | ||
"file_types": [ | ||
".yml", | ||
".md", | ||
".log", | ||
".html" | ||
], | ||
"insert_license": false, | ||
"license_formats": { | ||
"js|cto|qry|go": { | ||
"prepend": "/*", | ||
"append": "*/", | ||
"eachLine": { | ||
"prepend": "* " | ||
} | ||
}, | ||
"cfg|editorconfig|yaml|py": { | ||
"prepend": "#", | ||
"append": "#", | ||
"eachLine": { | ||
"prepend": "# " | ||
} | ||
} | ||
} | ||
}, | ||
"cfg|editorconfig|yaml|py": { | ||
"prepend": "#", | ||
"append": "#", | ||
"eachLine": { | ||
"prepend": "# " | ||
} | ||
} | ||
} | ||
}, | ||
"license": "Apache-2.0" | ||
} | ||
}, | ||
"license": "Apache-2.0" | ||
} |
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
Oops, something went wrong.