fix(bip32-utils): Replacing bip32-utils with PSF maintained fork

This commit is contained in:
Chris Troutner
2021-01-01 12:39:19 -08:00
parent 46de4f6a25
commit 0e7db7bf39
3 changed files with 13 additions and 12 deletions
+11 -10
View File
@@ -266,6 +266,17 @@
"@types/node": ">= 8"
}
},
"@psf/bip32-utils": {
"version": "0.13.1",
"resolved": "https://registry.npmjs.org/@psf/bip32-utils/-/bip32-utils-0.13.1.tgz",
"integrity": "sha512-5yM2o4TXW3gWKI3zxUFj9eeYqMYbA4Q1w+ptcfb+XnGpSZLrmwGtX48q8rApIKtikRceMEFXp1Jq6ed+bS+1nA==",
"requires": {
"keccak": "^1.3.0",
"nyc": "*",
"standard": "^11.0.1",
"tape": "*"
}
},
"@semantic-release/commit-analyzer": {
"version": "8.0.1",
"resolved": "https://registry.npmjs.org/@semantic-release/commit-analyzer/-/commit-analyzer-8.0.1.tgz",
@@ -1237,16 +1248,6 @@
"qs": "^6.3.0"
}
},
"bip32-utils": {
"version": "github:Bitcoin-com/bip32-utils#b8a33ebd0a0ac39de7cd987e5c3f77a8c5d84e58",
"from": "github:Bitcoin-com/bip32-utils#0.13.1",
"requires": {
"keccak": "^1.3.0",
"nyc": "*",
"standard": "^11.0.1",
"tape": "*"
}
},
"bip38": {
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/bip38/-/bip38-2.0.3.tgz",
+1 -1
View File
@@ -40,7 +40,7 @@
"bignumber.js": "^9.0.0",
"bip-schnorr": "^0.3.0",
"bip21": "Bitcoin-com/bip21",
"bip32-utils": "Bitcoin-com/bip32-utils#0.13.1",
"@psf/bip32-utils": "^0.13.1",
"bip38": "^2.0.2",
"bip39": "^3.0.2",
"bip66": "^1.1.5",
+1 -1
View File
@@ -1,6 +1,6 @@
const Bitcoin = require("bitcoincashjs-lib")
const coininfo = require("coininfo")
const bip32utils = require("bip32-utils")
const bip32utils = require("@psf/bip32-utils")
const bchaddrjs = require("bchaddrjs-slp")
class HDNode {