@defichain/jellyfish-wallet
Advanced tools
Comparing version 0.27.0 to 0.28.0
@@ -14,3 +14,3 @@ /// <reference types="node" /> | ||
private readonly walletEllipticPair; | ||
private readonly network; | ||
readonly network: Network; | ||
protected constructor(walletEllipticPair: WalletEllipticPair, network: Network); | ||
@@ -17,0 +17,0 @@ /** |
{ | ||
"private": false, | ||
"name": "@defichain/jellyfish-wallet", | ||
"version": "0.27.0", | ||
"version": "0.28.0", | ||
"description": "A collection of TypeScript + JavaScript tools and libraries for DeFi Blockchain developers to build decentralized finance on Bitcoin", | ||
@@ -41,7 +41,7 @@ "keywords": [ | ||
"dependencies": { | ||
"@defichain/jellyfish-address": "^0.27.0", | ||
"@defichain/jellyfish-crypto": "^0.27.0", | ||
"@defichain/jellyfish-network": "^0.27.0", | ||
"@defichain/jellyfish-transaction": "^0.27.0" | ||
"@defichain/jellyfish-address": "^0.28.0", | ||
"@defichain/jellyfish-crypto": "^0.28.0", | ||
"@defichain/jellyfish-network": "^0.28.0", | ||
"@defichain/jellyfish-transaction": "^0.28.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
22929
+ Added@defichain/jellyfish-address@0.28.0(transitive)
+ Added@defichain/jellyfish-crypto@0.28.0(transitive)
+ Added@defichain/jellyfish-network@0.28.0(transitive)
+ Added@defichain/jellyfish-transaction@0.28.0(transitive)
- Removed@defichain/jellyfish-address@0.27.0(transitive)
- Removed@defichain/jellyfish-crypto@0.27.0(transitive)
- Removed@defichain/jellyfish-network@0.27.0(transitive)
- Removed@defichain/jellyfish-transaction@0.27.0(transitive)