@defichain/jellyfish-address
Advanced tools
Comparing version 3.34.0 to 3.37.0
@@ -10,2 +10,3 @@ import { NetworkName } from '@defichain/jellyfish-network'; | ||
export * from './p2wsh'; | ||
export * from './eth'; | ||
/** | ||
@@ -12,0 +13,0 @@ * When insist to use the "network" decoded from raw address, instead of passing one based on running application environment |
@@ -29,2 +29,3 @@ "use strict"; | ||
__exportStar(require("./p2wsh"), exports); | ||
__exportStar(require("./eth"), exports); | ||
/** | ||
@@ -31,0 +32,0 @@ * When insist to use the "network" decoded from raw address, instead of passing one based on running application environment |
{ | ||
"private": false, | ||
"name": "@defichain/jellyfish-address", | ||
"version": "3.34.0", | ||
"version": "3.37.0", | ||
"description": "SDK & Ecosystem for building modern lite DeFi Applications at scale.", | ||
@@ -17,5 +17,5 @@ "repository": "BirthdayResearch/jellyfishsdk", | ||
"dependencies": { | ||
"@defichain/jellyfish-crypto": "3.34.0", | ||
"@defichain/jellyfish-network": "3.34.0", | ||
"@defichain/jellyfish-transaction": "3.34.0", | ||
"@defichain/jellyfish-crypto": "3.37.0", | ||
"@defichain/jellyfish-network": "3.37.0", | ||
"@defichain/jellyfish-transaction": "3.37.0", | ||
"bech32": "^2.0.0", | ||
@@ -25,3 +25,3 @@ "bs58": "^4.0.1" | ||
"peerDependencies": { | ||
"defichain": "^3.34.0" | ||
"defichain": "^3.37.0" | ||
}, | ||
@@ -28,0 +28,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
77805
66
1143
+ Added@defichain/jellyfish-buffer@3.37.0(transitive)
+ Added@defichain/jellyfish-crypto@3.37.0(transitive)
+ Added@defichain/jellyfish-network@3.37.0(transitive)
+ Added@defichain/jellyfish-transaction@3.37.0(transitive)
- Removed@defichain/jellyfish-buffer@3.34.0(transitive)
- Removed@defichain/jellyfish-crypto@3.34.0(transitive)
- Removed@defichain/jellyfish-network@3.34.0(transitive)
- Removed@defichain/jellyfish-transaction@3.34.0(transitive)