aboutsummaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authoriancoleman <1281387+iancoleman@users.noreply.github.com>2020-05-11 08:34:35 +1000
committerGitHub <noreply@github.com>2020-05-11 08:34:35 +1000
commite284827677b7f9fa591e86c74f7310bd00308654 (patch)
tree0f999641ba80c2d0038e847f06e1e4c3fd955901 /libs
parent0d78c2a120823fef7aa67d02401087533b3fd4c8 (diff)
parent0e1fd953024122aa13ef8dcc62318f2c7c275fbb (diff)
downloadBIP39-e284827677b7f9fa591e86c74f7310bd00308654.tar.gz
BIP39-e284827677b7f9fa591e86c74f7310bd00308654.tar.zst
BIP39-e284827677b7f9fa591e86c74f7310bd00308654.zip
Merge pull request #410 from MerkleBlock/handshake
libs: add handshake support
Diffstat (limited to 'libs')
-rw-r--r--libs/combined/index.js2
-rw-r--r--libs/combined/package.json1
2 files changed, 3 insertions, 0 deletions
diff --git a/libs/combined/index.js b/libs/combined/index.js
index 6760e0c..a9b716a 100644
--- a/libs/combined/index.js
+++ b/libs/combined/index.js
@@ -87,3 +87,5 @@ module.exports.unorm = require('unorm')
87/* zxcvbn */ 87/* zxcvbn */
88 88
89module.exports.zxcvbn = require('zxcvbn') 89module.exports.zxcvbn = require('zxcvbn')
90
91module.exports.handshake = require('handshake-util')
diff --git a/libs/combined/package.json b/libs/combined/package.json
index 6cfc644..de0badc 100644
--- a/libs/combined/package.json
+++ b/libs/combined/package.json
@@ -15,6 +15,7 @@
15 "ed25519-hd-key": "^1.0.0", 15 "ed25519-hd-key": "^1.0.0",
16 "elastos-wallet-js": "git://github.com/johnnynanjiang/Elastos.SDK.Keypair.Javascript.git#491dc51b64efaf0a8aae62028b68e2c8e38fde06", 16 "elastos-wallet-js": "git://github.com/johnnynanjiang/Elastos.SDK.Keypair.Javascript.git#491dc51b64efaf0a8aae62028b68e2c8e38fde06",
17 "ethereumjs-util": "6.0.0", 17 "ethereumjs-util": "6.0.0",
18 "handshake-util": "1.2.0",
18 "fast-levenshtein": "2.0.6", 19 "fast-levenshtein": "2.0.6",
19 "groestlcoinjs-lib": "git://github.com/Groestlcoin/groestlcoinjs-lib.git#3.3.2", 20 "groestlcoinjs-lib": "git://github.com/Groestlcoin/groestlcoinjs-lib.git#3.3.2",
20 "javascript-biginteger": "0.9.2", 21 "javascript-biginteger": "0.9.2",