mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 07:25:10 +00:00
[FAB-8920] Pin fabric-samples to node.js "~1.1.0"
After creating release-1.1 branch, pin the fabric samples to use version "~1.1.0" of node sdk and node chaincode. This will forever align fabric samples in release-1.1 branch with the 1.1.x node.js releases. Change-Id: Ia8caebf8b7df4d33dd71dc6223a4cb386023bb05 Signed-off-by: David Enyeart <enyeart@us.ibm.com>
This commit is contained in:
parent
2bbb0a85b3
commit
1252c7a0ee
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.1.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.1.0",
|
||||
"fabric-client": "~1.1.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.1.0",
|
||||
"fabric-client": "~1.1.0",
|
||||
"log4js": "^0.6.38"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10,6 +10,6 @@
|
|||
"engine-strict": true,
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"fabric-shim": "unstable"
|
||||
"fabric-shim": "~1.1.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -12,6 +12,6 @@
|
|||
"engine-strict": true,
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"fabric-shim": "unstable"
|
||||
"fabric-shim": "~1.1.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10,6 +10,6 @@
|
|||
"engine-strict": true,
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"fabric-shim": "unstable"
|
||||
"fabric-shim": "~1.1.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,8 +7,8 @@
|
|||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"dependencies": {
|
||||
"fabric-ca-client": "unstable",
|
||||
"fabric-client": "unstable",
|
||||
"fabric-ca-client": "~1.1.0",
|
||||
"fabric-client": "~1.1.0",
|
||||
"grpc": "^1.6.0"
|
||||
},
|
||||
"author": "Anthony O'Dowd",
|
||||
|
|
|
|||
Loading…
Reference in a new issue