@defichain/jellyfish-network
Advanced tools
Comparing version 0.13.0 to 0.14.0
@@ -47,1 +47,2 @@ /** | ||
export declare const RegTest: Network; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -72,1 +72,2 @@ "use strict"; | ||
}; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"private": false, | ||
"name": "@defichain/jellyfish-network", | ||
"version": "0.13.0", | ||
"version": "0.14.0", | ||
"description": "A collection of TypeScript + JavaScript tools and libraries for DeFi Blockchain developers to build decentralized finance on Bitcoin", | ||
@@ -35,4 +35,4 @@ "keywords": [ | ||
"scripts": { | ||
"build": "tsc" | ||
"build": "tsc -b ./tsconfig.build.json" | ||
} | ||
} |
6248
6