Skip to content

Commit 0fa60ba

Browse files
author
Mr. Angry
committed
Node.js SDK -- Upgrading gRPC Version
Upgrading the gRPC package version to 1.0.0 from the outdated pre-release version, which causes compilation failures on Windows. Adding the x509 package that aids with testing. Change-Id: Ie3f4af470981871c583866918f36f17853a601f0 Signed-off-by: Anna D Derbakova <[email protected]>
1 parent fc09672 commit 0fa60ba

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

sdk/node/package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"es6-set": "^0.1.4",
1616
"events": "^1.1.0",
1717
"fs": "0.0.2",
18-
"grpc": "^0.13.2-pre1",
18+
"grpc": "1.0.0",
1919
"hashtable": "^2.0.2",
2020
"js-sha3": "^0.5.1",
2121
"json-stringify-safe": "^5.0.1",
@@ -34,6 +34,7 @@
3434
"uuidv4": "^0.3.1"
3535
},
3636
"devDependencies": {
37-
"tape": "^4.5.1"
37+
"tape": "^4.5.1",
38+
"x509": "^0.2.6"
3839
}
3940
}

0 commit comments

Comments
 (0)