Skip to content

Commit 43c4d03

Browse files
committed
This fix is an amendment to the work done for FAB-221.
There is an issue with using the latest version of the sjcl package. This fix locks the versions of both sjcl and sjcl-codec (since they are tied based on how sjcl-codec was built) rather than pulling the latest. Fixes FAB-221 Change-Id: I1410dbce21642c3f42647ae26b55ea9172f6b002 Signed-off-by: Gari Singh <[email protected]>
1 parent f7f5dc3 commit 43c4d03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdk/node/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"node-uuid": "^1.4.7",
2323
"node.extend": "^1.1.5",
2424
"pkijs": "^1.3.19",
25-
"sjcl": "^1.0.3",
26-
"sjcl-codec": "^0.1.1",
25+
"sjcl": "1.0.3",
26+
"sjcl-codec": "0.1.1",
2727
"sleep": "^3.0.1",
2828
"tar-fs": "^1.13.0",
2929
"url": "^0.11.0",

0 commit comments

Comments
 (0)