@bitgo-beta/sdk-core
Advanced tools
Comparing version 1.1.1-beta.104 to 1.1.1-beta.105
@@ -42,2 +42,10 @@ /// <reference types="node" /> | ||
/** | ||
* Derives a child common keychain from common keychain | ||
* | ||
* @param {commonKeychain} The common keychain as a hex string. | ||
* @param {path} The BIP-32 path to derive. | ||
* @return {string} The derived common keychain as a hex string. | ||
*/ | ||
deriveUnhardened(commonKeychain: string, path: string): string; | ||
/** | ||
* Create signing shares. | ||
@@ -44,0 +52,0 @@ * @param {xShare} xShare Private xShare of current participant signer |
{ | ||
"name": "@bitgo-beta/sdk-core", | ||
"version": "1.1.1-beta.104", | ||
"version": "1.1.1-beta.105", | ||
"description": "core library functions for BitGoJS", | ||
@@ -39,5 +39,5 @@ "main": "./dist/src/index.js", | ||
"dependencies": { | ||
"@bitgo-beta/bls-dkg": "1.1.1-beta.104", | ||
"@bitgo-beta/statics": "7.0.1-beta.104", | ||
"@bitgo-beta/utxo-lib": "2.4.2-beta.104", | ||
"@bitgo-beta/bls-dkg": "1.1.1-beta.105", | ||
"@bitgo-beta/statics": "7.0.1-beta.105", | ||
"@bitgo-beta/utxo-lib": "2.4.2-beta.105", | ||
"@noble/secp256k1": "1.6.3", | ||
@@ -74,3 +74,3 @@ "@stablelib/hex": "^1.0.0", | ||
}, | ||
"gitHead": "807cc14c9254bb50360f0130b5d213033d747bd5" | ||
"gitHead": "bee8b775d30644ce02979686ec0f74f3ba90059b" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2803092
21446
+ Added@bitgo-beta/blake2b@3.0.4-beta.105(transitive)
+ Added@bitgo-beta/blake2b-wasm@3.0.4-beta.105(transitive)
+ Added@bitgo-beta/bls-dkg@1.1.1-beta.105(transitive)
+ Added@bitgo-beta/statics@7.0.1-beta.105(transitive)
+ Added@bitgo-beta/utxo-lib@2.4.2-beta.105(transitive)
- Removed@bitgo-beta/blake2b@3.0.4-beta.104(transitive)
- Removed@bitgo-beta/blake2b-wasm@3.0.4-beta.104(transitive)
- Removed@bitgo-beta/bls-dkg@1.1.1-beta.104(transitive)
- Removed@bitgo-beta/statics@7.0.1-beta.104(transitive)
- Removed@bitgo-beta/utxo-lib@2.4.2-beta.104(transitive)