[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:
David Enyeart 2018-03-16 08:15:51 -04:00
parent 2bbb0a85b3
commit 1252c7a0ee
7 changed files with 10 additions and 10 deletions

View file

@ -10,6 +10,6 @@
"engine-strict": true, "engine-strict": true,
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"fabric-shim": "unstable" "fabric-shim": "~1.1.0"
} }
} }

View file

@ -24,8 +24,8 @@
"express-bearer-token": "^2.1.0", "express-bearer-token": "^2.1.0",
"express-jwt": "^5.1.0", "express-jwt": "^5.1.0",
"express-session": "^1.15.2", "express-session": "^1.15.2",
"fabric-ca-client": "unstable", "fabric-ca-client": "~1.1.0",
"fabric-client": "unstable", "fabric-client": "~1.1.0",
"fs-extra": "^2.0.0", "fs-extra": "^2.0.0",
"jsonwebtoken": "^7.3.0", "jsonwebtoken": "^7.3.0",
"log4js": "^0.6.38" "log4js": "^0.6.38"

View file

@ -30,8 +30,8 @@
"express": "^4.16.1", "express": "^4.16.1",
"express-jwt": "^5.3.0", "express-jwt": "^5.3.0",
"express-session": "^1.15.6", "express-session": "^1.15.6",
"fabric-ca-client": "^1.0.2", "fabric-ca-client": "~1.1.0",
"fabric-client": "^1.0.2", "fabric-client": "~1.1.0",
"log4js": "^0.6.38" "log4js": "^0.6.38"
} }
} }

View file

@ -10,6 +10,6 @@
"engine-strict": true, "engine-strict": true,
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"fabric-shim": "unstable" "fabric-shim": "~1.1.0"
} }
} }

View file

@ -12,6 +12,6 @@
"engine-strict": true, "engine-strict": true,
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"fabric-shim": "unstable" "fabric-shim": "~1.1.0"
} }
} }

View file

@ -10,6 +10,6 @@
"engine-strict": true, "engine-strict": true,
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"fabric-shim": "unstable" "fabric-shim": "~1.1.0"
} }
} }

View file

@ -7,8 +7,8 @@
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },
"dependencies": { "dependencies": {
"fabric-ca-client": "unstable", "fabric-ca-client": "~1.1.0",
"fabric-client": "unstable", "fabric-client": "~1.1.0",
"grpc": "^1.6.0" "grpc": "^1.6.0"
}, },
"author": "Anthony O'Dowd", "author": "Anthony O'Dowd",