@arcblock/forge-wallet
Advanced tools
Comparing version 0.40.10 to 0.40.11
@@ -55,3 +55,3 @@ /** | ||
function WalletType(type = defaultWalletType) { | ||
const { role, pk, hash } = type; | ||
const { role, pk, hash } = Object.assign({}, defaultWalletType, type); | ||
Object.keys(type).forEach(x => { | ||
@@ -58,0 +58,0 @@ const key = upperFirst(`${mapping[x] || x}Type`); |
{ | ||
"name": "@arcblock/forge-wallet", | ||
"version": "0.40.10", | ||
"version": "0.40.11", | ||
"description": "Utility function to create and use an forge compatible crypto wallet", | ||
@@ -54,3 +54,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "de0df238a688090dd9de47bcd67893d9cf576bad" | ||
"gitHead": "6e868b45a55ceaeccd0efaaf48f757d4ce25d303" | ||
} |
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
19060