mirror of
https://github.com/Permissionless-Software-Foundation/bch-js.git
synced 2026-09-21 16:51:59 -07:00
fix(bip32-utils): Replacing bip32-utils with PSF maintained fork
This commit is contained in:
Generated
+11
-10
@@ -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
@@ -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
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user