@defichain/jellyfish-transaction
Advanced tools
Comparing version 0.0.23 to 0.0.24
{ | ||
"private": false, | ||
"name": "@defichain/jellyfish-transaction", | ||
"version": "0.0.23", | ||
"version": "0.0.24", | ||
"description": "A collection of TypeScript + JavaScript tools and libraries for DeFi Blockchain developers to build decentralized finance on Bitcoin", | ||
@@ -41,10 +41,10 @@ "keywords": [ | ||
"dependencies": { | ||
"@defichain/jellyfish-crypto": "^0.0.23", | ||
"@defichain/jellyfish-crypto": "^0.0.24", | ||
"smart-buffer": "^4.1.0" | ||
}, | ||
"devDependencies": { | ||
"@defichain/jellyfish-api-core": "^0.0.23", | ||
"@defichain/jellyfish-api-jsonrpc": "^0.0.23", | ||
"@defichain/testcontainers": "^0.0.23" | ||
"@defichain/jellyfish-api-core": "^0.0.24", | ||
"@defichain/jellyfish-api-jsonrpc": "^0.0.24", | ||
"@defichain/testcontainers": "^0.0.24" | ||
} | ||
} |
+ Added@defichain/jellyfish-crypto@0.0.24(transitive)
- Removed@defichain/jellyfish-crypto@0.0.23(transitive)