fix(bip32-util): Moving to @chris.troutner/bip32-util

This commit is contained in:
Chris Troutner
2021-11-01 06:18:55 -07:00
parent fe37c3ca43
commit 26f39023c4
3 changed files with 27 additions and 26 deletions
+22 -23
View File
@@ -9,8 +9,8 @@
"version": "4.0.0",
"license": "MIT",
"dependencies": {
"@chris.troutner/bip32-utils": "1.0.5",
"@psf/bip21": "2.0.1",
"@psf/bip32-utils": "1.0.1",
"@psf/bitcoincash-ops": "2.0.0",
"@psf/bitcoincashjs-lib": "4.0.2",
"@psf/coininfo": "4.0.0",
@@ -286,6 +286,18 @@
"to-fast-properties": "^2.0.0"
}
},
"node_modules/@chris.troutner/bip32-utils": {
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/@chris.troutner/bip32-utils/-/bip32-utils-1.0.5.tgz",
"integrity": "sha512-pa9dh5VpPmfol1bdLy+FyqONmxlf/QH6Q01a57OP6C9gTVOZM1Rt0kCLXxXKC6e2AnNIrXpYN1UtlyBm+r6P0g==",
"dependencies": {
"keccak": "^3.0.1",
"tape": "*"
},
"engines": {
"node": ">=10.15.1"
}
},
"node_modules/@dabh/diagnostics": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/@dabh/diagnostics/-/diagnostics-2.0.2.tgz",
@@ -613,19 +625,6 @@
"qs": "^6.3.0"
}
},
"node_modules/@psf/bip32-utils": {
"version": "1.0.1",
"resolved": "http://94.130.170.209:4873/@psf%2fbip32-utils/-/bip32-utils-1.0.1.tgz",
"integrity": "sha512-Q4fayYLTZYDQTr/UMas1Zf+LdTBCFuJwPWFWMf36TlhlFSBB+i0cDI2fvbaqaVwUChNQ0ppFrPmypYSgtp4oow==",
"license": "MIT",
"dependencies": {
"keccak": "^3.0.1",
"tape": "*"
},
"engines": {
"node": ">=10.15.1"
}
},
"node_modules/@psf/bitcoincash-ops": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/@psf/bitcoincash-ops/-/bitcoincash-ops-2.0.0.tgz",
@@ -13851,6 +13850,15 @@
"to-fast-properties": "^2.0.0"
}
},
"@chris.troutner/bip32-utils": {
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/@chris.troutner/bip32-utils/-/bip32-utils-1.0.5.tgz",
"integrity": "sha512-pa9dh5VpPmfol1bdLy+FyqONmxlf/QH6Q01a57OP6C9gTVOZM1Rt0kCLXxXKC6e2AnNIrXpYN1UtlyBm+r6P0g==",
"requires": {
"keccak": "^3.0.1",
"tape": "*"
}
},
"@dabh/diagnostics": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/@dabh/diagnostics/-/diagnostics-2.0.2.tgz",
@@ -14108,15 +14116,6 @@
"qs": "^6.3.0"
}
},
"@psf/bip32-utils": {
"version": "1.0.1",
"resolved": "http://94.130.170.209:4873/@psf%2fbip32-utils/-/bip32-utils-1.0.1.tgz",
"integrity": "sha512-Q4fayYLTZYDQTr/UMas1Zf+LdTBCFuJwPWFWMf36TlhlFSBB+i0cDI2fvbaqaVwUChNQ0ppFrPmypYSgtp4oow==",
"requires": {
"keccak": "^3.0.1",
"tape": "*"
}
},
"@psf/bitcoincash-ops": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/@psf/bitcoincash-ops/-/bitcoincash-ops-2.0.0.tgz",