mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 07:25:10 +00:00
[FAB-11515] Pin fabric samples to node.js ~1.2.0
Pin fabric samples to node.js ~1.2.0 sdk and chaincode shim, so that the v1.2 samples always use v1.2.x sdk and shim. Change-Id: I5e2d4a37dc84f7f0f99bf82744843ee719b83fce Signed-off-by: David Enyeart <enyeart@us.ibm.com>
This commit is contained in:
parent
2610e5277b
commit
046250b9e3
7 changed files with 10 additions and 10 deletions
|
|
@ -10,6 +10,6 @@
|
|||
"engine-strict": true,
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"fabric-shim": "unstable"
|
||||
"fabric-shim": "~1.2.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -24,8 +24,8 @@
|
|||
"express-bearer-token": "^2.1.0",
|
||||
"express-jwt": "^5.1.0",
|
||||
"express-session": "^1.15.2",
|
||||
"fabric-ca-client": "unstable",
|
||||
"fabric-client": "unstable",
|
||||
"fabric-ca-client": "~1.2.0",
|
||||
"fabric-client": "~1.2.0",
|
||||
"fs-extra": "^2.0.0",
|
||||
"jsonwebtoken": "^7.3.0",
|
||||
"log4js": "^0.6.38"
|
||||
|
|
|
|||
|
|
@ -30,8 +30,8 @@
|
|||
"express": "^4.16.1",
|
||||
"express-jwt": "^5.3.0",
|
||||
"express-session": "^1.15.6",
|
||||
"fabric-ca-client": "^1.0.2",
|
||||
"fabric-client": "^1.0.2",
|
||||
"fabric-ca-client": "~1.2.0",
|
||||
"fabric-client": "~1.2.0",
|
||||
"log4js": "^0.6.38"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10,6 +10,6 @@
|
|||
"engine-strict": true,
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"fabric-shim": "unstable"
|
||||
"fabric-shim": "~1.2.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -12,6 +12,6 @@
|
|||
"engine-strict": true,
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"fabric-shim": "unstable"
|
||||
"fabric-shim": "~1.2.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10,6 +10,6 @@
|
|||
"engine-strict": true,
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"fabric-shim": "unstable"
|
||||
"fabric-shim": "~1.2.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,8 +7,8 @@
|
|||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"dependencies": {
|
||||
"fabric-ca-client": ">=1.2.1 <1.3.0",
|
||||
"fabric-client": ">=1.2.1 <1.3.0",
|
||||
"fabric-ca-client": "~1.2.0",
|
||||
"fabric-client": "~1.2.0",
|
||||
"grpc": "^1.6.0"
|
||||
},
|
||||
"author": "Anthony O'Dowd",
|
||||
|
|
|
|||
Loading…
Reference in a new issue