Skip to content

Commit

Permalink
FAB-8400 NodeSDK - Update dependencies
Browse files Browse the repository at this point in the history
Add missing dependencies to fabric-client
and fabric-ca-client.
Update the cloudant to be consistent with NodeSDK 1.0
where there was problem with the npm v3 pulling in the
correct version.

Change-Id: I51f08ca5ea42dccb33de2fa75e50caaf6554be30
Signed-off-by: Bret Harrison <beharrison@nc.rr.com>
  • Loading branch information
harrisob committed Feb 23, 2018
1 parent 033af11 commit c2c0504
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions fabric-ca-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"js-sha3": "^0.5.1",
"jsrsasign": "^6.2.2",
"jssha": "^2.1.0",
"long": ">=3.0.0 <4.0.0",
"nconf": "^0.8.4",
"sjcl": "1.0.7",
"sjcl-codec": "0.1.1",
Expand Down
3 changes: 2 additions & 1 deletion fabric-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@
"grpc": ">=1.3.5 <2.0.0",
"ignore-walk": "^3.0.0",
"js-sha3": "^0.5.1",
"js-yaml": "^3.9.0",
"jsrsasign": "6.2.2",
"jssha": "^2.1.0",
"js-yaml": "^3.9.0",
"klaw": "^1.3.1",
"long": ">=3.0.0 <4.0.0",
"nano": ">=6.2.0 <7.0.0",
"nconf": "^0.8.4",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@types/bytebuffer": "^5.0.34",
"bn.js": "^4.11.8",
"bunyan": "^1.8.10",
"cloudant": "^1.7.0",
"cloudant": "^1.10.0",
"del": "^2.2.2",
"elliptic": "^6.3.2",
"eslint": "^4.6.1",
Expand Down

0 comments on commit c2c0504

Please sign in to comment.