Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "caliper",
"description": "Performance benchmarking for Hyperledger blockchain technologies.",
"version": "0.7.0",
"version": "0.8.0-unstable",
"repository": {
"type": "git",
"url": "https://github.com/hyperledger-caliper/caliper"
Expand Down
6 changes: 3 additions & 3 deletions packages/caliper-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hyperledger/caliper-cli",
"description": "Hyperledger Caliper CLI, for convenience running of a performance benchmark to test blockchain technologies",
"version": "0.7.0",
"version": "0.8.0-unstable",
"repository": {
"type": "git",
"url": "git+https://github.com/hyperledger-caliper/caliper.git",
Expand All @@ -26,8 +26,8 @@
"npm": ">=11.5.1"
},
"dependencies": {
"@hyperledger/caliper-core": "0.7.0",
"@hyperledger/caliper-fabric": "0.7.0",
"@hyperledger/caliper-core": "0.8.0-unstable",
"@hyperledger/caliper-fabric": "0.8.0-unstable",
"yargs": "15.3.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/caliper-core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hyperledger/caliper-core",
"description": "Core Hyperledger Caliper module, used for running performance benchmarks that interact with blockchain technologies",
"version": "0.7.0",
"version": "0.8.0-unstable",
"repository": {
"type": "git",
"url": "git+https://github.com/hyperledger-caliper/caliper.git",
Expand Down
4 changes: 2 additions & 2 deletions packages/caliper-fabric/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hyperledger/caliper-fabric",
"description": "Hyperledger Fabric connector for Caliper, enabling the running of performance benchmarks that interact with Fabric",
"version": "0.7.0",
"version": "0.8.0-unstable",
"repository": {
"type": "git",
"url": "git+https://github.com/hyperledger-caliper/caliper.git",
Expand All @@ -22,7 +22,7 @@
"npm": ">=11.5.1"
},
"dependencies": {
"@hyperledger/caliper-core": "0.7.0",
"@hyperledger/caliper-core": "0.8.0-unstable",
"semver": "7.5.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/caliper-publish/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "caliper-publish",
"description": "Hyperledger Caliper internal CLI for publishing packages",
"version": "0.7.0",
"version": "0.8.0-unstable",
"private": true,
"repository": {
"type": "git",
Expand Down
8 changes: 4 additions & 4 deletions packages/caliper-tests-integration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "caliper-tests-integration",
"version": "0.7.0",
"version": "0.8.0-unstable",
"private": true,
"description": "Integration tests for Hyperledger Caliper",
"engines": {
Expand Down Expand Up @@ -35,9 +35,9 @@
"license-check-and-add": "2.3.6"
},
"dependencies": {
"@hyperledger/caliper-cli": "0.7.0",
"@hyperledger/caliper-core": "0.7.0",
"@hyperledger/caliper-fabric": "0.7.0"
"@hyperledger/caliper-cli": "0.8.0-unstable",
"@hyperledger/caliper-core": "0.8.0-unstable",
"@hyperledger/caliper-fabric": "0.8.0-unstable"
},
"license-check-and-add-config": {
"folder": ".",
Expand Down
2 changes: 0 additions & 2 deletions scripts/force-clean.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,3 @@ rm -rf ./packages/caliper-core/node_modules
rm -rf ./packages/caliper-fabric/node_modules
rm -rf ./packages/caliper-publish/node_modules
rm -rf ./packages/caliper-tests-integration/node_modules

git checkout -- ./packages/caliper-fabric/package.json
Loading