@defichain/jellyfish-wallet-whale
Advanced tools
Comparing version 0.0.13 to 0.0.14
{ | ||
"private": false, | ||
"name": "@defichain/jellyfish-wallet-whale", | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"description": "A collection of TypeScript + JavaScript tools and libraries for DeFi Blockchain developers to build decentralized finance on Bitcoin", | ||
@@ -16,5 +16,2 @@ "keywords": [ | ||
"license": "MIT", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"contributors": [ | ||
@@ -39,10 +36,8 @@ { | ||
"scripts": { | ||
"build": "tsc", | ||
"publish:next": "npm publish --tag next --access public", | ||
"publish:latest": "npm publish --tag latest --access public" | ||
"build": "tsc" | ||
}, | ||
"dependencies": { | ||
"@defichain/jellyfish-crypto": "^0.0.13", | ||
"@defichain/jellyfish-network": "^0.0.13", | ||
"@defichain/jellyfish-wallet": "^0.0.13" | ||
"@defichain/jellyfish-crypto": "^0.0.14", | ||
"@defichain/jellyfish-network": "^0.0.14", | ||
"@defichain/jellyfish-wallet": "^0.0.14" | ||
}, | ||
@@ -49,0 +44,0 @@ "devDependencies": { |
4553
+ Added@defichain/jellyfish-crypto@0.0.14(transitive)
+ Added@defichain/jellyfish-network@0.0.14(transitive)
+ Added@defichain/jellyfish-transaction@0.0.14(transitive)
+ Added@defichain/jellyfish-wallet@0.0.14(transitive)
- Removed@defichain/jellyfish-crypto@0.0.13(transitive)
- Removed@defichain/jellyfish-network@0.0.13(transitive)
- Removed@defichain/jellyfish-transaction@0.0.13(transitive)
- Removed@defichain/jellyfish-wallet@0.0.13(transitive)