@trezor/blockchain-link-utils
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -0,1 +1,6 @@ | ||
# 1.0.4 | ||
- chore(blockchain-link): add addrTxCount (2d6e12535) | ||
- feat: update deps in root package.json (5806d41bc) | ||
# 1.0.3 | ||
@@ -2,0 +7,0 @@ |
@@ -291,2 +291,3 @@ "use strict"; | ||
history: { | ||
addrTxCount: payload.addrTxCount, | ||
total: payload.txs, | ||
@@ -293,0 +294,0 @@ tokens: typeof payload.nonTokenTxs === 'number' |
{ | ||
"name": "@trezor/blockchain-link-utils", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"license": "See LICENSE.md in repo root", | ||
@@ -20,13 +20,13 @@ "sideEffects": false, | ||
"dependencies": { | ||
"@trezor/utils": "9.0.8", | ||
"@trezor/utils": "9.0.10", | ||
"bignumber.js": "^9.1.1" | ||
}, | ||
"devDependencies": { | ||
"@trezor/blockchain-link-types": "1.0.2", | ||
"@trezor/blockchain-link-types": "1.0.3", | ||
"@trezor/type-utils": "1.0.2", | ||
"jest": "^26.6.3", | ||
"rimraf": "^4.4.1", | ||
"tsx": "^3.12.6", | ||
"rimraf": "^5.0.1", | ||
"tsx": "^3.12.7", | ||
"typescript": "4.9.5" | ||
} | ||
} |
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
34849
795
+ Added@trezor/utils@9.0.10(transitive)
- Removed@trezor/utils@9.0.8(transitive)
Updated@trezor/utils@9.0.10