Skip to content

Commit

Permalink
FAB-10257 NodeSDK - update packages
Browse files Browse the repository at this point in the history
Update package.json files for latest dependency packages
Check in package-lock.json
Update code due to package version changes
Update license

Change-Id: I007dcdf2b037ccae36542e56038bfd3d6b57767b
Signed-off-by: wenjian <[email protected]>
  • Loading branch information
wenjianqiao committed May 23, 2018
1 parent d13ff92 commit 679921e
Show file tree
Hide file tree
Showing 79 changed files with 10,856 additions and 770 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright IBM Corp. All Rights Reserved.
# SPDX-License-Identifier: Apache-2.0
coverage
docs/gen
node_modules/*
Expand All @@ -16,7 +18,6 @@ fabric-ca-client/lib/impl/*
fabric-ca-client/types/base.d.ts
fabric-ca-client/types/tsconfig.json
npm-shrinkwrap.json
package-lock.json
npm-debug.log
tmp
.project
Expand Down
8 changes: 4 additions & 4 deletions fabric-ca-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
"dependencies": {
"bn.js": "^4.11.3",
"elliptic": "^6.2.3",
"fs-extra": ">=0.30.0 <0.31.0",
"js-sha3": "^0.5.1",
"fs-extra": "^6.0.1",
"js-sha3": "^0.7.0",
"jsrsasign": "^7.2.2",
"jssha": "^2.1.0",
"long": ">=3.0.0 <4.0.0",
"nconf": "^0.8.4",
"long": "^4.0.0",
"nconf": "^0.10.0",
"sjcl": "1.0.7",
"url": "^0.11.0",
"util": "^0.10.3",
Expand Down
16 changes: 8 additions & 8 deletions fabric-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,25 +20,25 @@
"callsite": "^1.0.0",
"elliptic": "^6.2.3",
"fs": "0.0.2",
"fs-extra": ">=0.30.0 <0.31.0",
"fs-extra": "^6.0.1",
"grpc": ">=1.3.5 <1.11.0",
"hoek": "^4.2.1",
"ignore-walk": "^3.0.0",
"js-sha3": "^0.5.1",
"js-sha3": "^0.7.0",
"js-yaml": "^3.9.0",
"jsrsasign": "^7.2.2",
"jssha": "^2.1.0",
"klaw": "^1.3.1",
"long": ">=3.0.0 <4.0.0",
"nano": ">=6.2.0 <7.0.0",
"nconf": "^0.8.4",
"klaw": "^2.0.0",
"long": "^4.0.0",
"nano": "^6.4.4",
"nconf": "^0.10.0",
"path": "^0.12.7",
"pkcs11js": "^1.0.6",
"promise-settle": "^0.3.0",
"restify": "6.3.4",
"restify": "7.2.0",
"sjcl": "1.0.7",
"stream-buffers": "3.0.1",
"tar-stream": "1.5.2",
"tar-stream": "1.6.1",
"url": "^0.11.0",
"util": "^0.10.3",
"winston": "^2.2.0"
Expand Down
Loading

0 comments on commit 679921e

Please sign in to comment.