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",
|
||||
|
||||
Reference in New Issue
Block a user