aboutsummaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorAndreasGassmann <andreas@andreasgassmann.ch>2020-11-07 16:33:50 +0100
committerAndreasGassmann <andreas@andreasgassmann.ch>2020-11-07 16:33:50 +0100
commit5e211c695939870a782e97d50cec352c9d92d409 (patch)
tree5889ef2378a9f73d0402c7d094de6b04252ed3d2 /libs
parent4e59e7d6fcafa09d2f35542349ee0be2eaebc1ed (diff)
downloadBIP39-5e211c695939870a782e97d50cec352c9d92d409.tar.gz
BIP39-5e211c695939870a782e97d50cec352c9d92d409.tar.zst
BIP39-5e211c695939870a782e97d50cec352c9d92d409.zip
feat(bip85): include bip85 library
Diffstat (limited to 'libs')
-rw-r--r--libs/combined/index.js4
-rw-r--r--libs/combined/package.json1
2 files changed, 5 insertions, 0 deletions
diff --git a/libs/combined/index.js b/libs/combined/index.js
index 1bfcce2..99af3ce 100644
--- a/libs/combined/index.js
+++ b/libs/combined/index.js
@@ -18,6 +18,10 @@ module.exports.BigInteger = require('javascript-biginteger')
18 18
19module.exports.bip38 = require('bip38') 19module.exports.bip38 = require('bip38')
20 20
21/* bip85 */
22
23module.exports.bip85 = require('bip85')
24
21/* bitcoinjs-lib */ 25/* bitcoinjs-lib */
22 26
23module.exports.bitcoin = require('bitcoinjs-lib') 27module.exports.bitcoin = require('bitcoinjs-lib')
diff --git a/libs/combined/package.json b/libs/combined/package.json
index 455d263..5b47f74 100644
--- a/libs/combined/package.json
+++ b/libs/combined/package.json
@@ -10,6 +10,7 @@
10 "bchaddrjs-slp": "git://github.com/simpleledger/bchaddrjs.git#af16e44a6bfbe4b3980a62dba50e2f68ed864c6b", 10 "bchaddrjs-slp": "git://github.com/simpleledger/bchaddrjs.git#af16e44a6bfbe4b3980a62dba50e2f68ed864c6b",
11 "bip38": "2.0.2", 11 "bip38": "2.0.2",
12 "bip38grs": "git://github.com/Groestlcoin/bip38grs.git#091975b01679b74dc0a4136bb743fe17791b0151", 12 "bip38grs": "git://github.com/Groestlcoin/bip38grs.git#091975b01679b74dc0a4136bb743fe17791b0151",
13 "bip85": "0.0.3",
13 "bitcoinjs-lib": "git://github.com/iancoleman/bitcoinjs-lib.git#v3.3.2_16bit", 14 "bitcoinjs-lib": "git://github.com/iancoleman/bitcoinjs-lib.git#v3.3.2_16bit",
14 "bs58": "^4.0.1", 15 "bs58": "^4.0.1",
15 "buffer": "^5.4.3", 16 "buffer": "^5.4.3",