@injectivelabs/chain-consumer
Advanced tools
Comparing version
@@ -6,2 +6,8 @@ # Change Log | ||
## [0.0.31](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/chain-consumer@0.0.30...@injectivelabs/chain-consumer@0.0.31) (2021-03-24) | ||
### Bug Fixes | ||
* included DistributionConsumer to the export ([82f6109](https://github.com/InjectiveLabs/injective-ts/commit/82f6109b3e1b28083efc4a293d7fb7f21888d374)) | ||
## [0.0.30](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/chain-consumer@0.0.29...@injectivelabs/chain-consumer@0.0.30) (2021-03-24) | ||
@@ -8,0 +14,0 @@ |
export * from './BankConsumer'; | ||
export * from './AuthConsumer'; | ||
export * from './StakingConsumer'; | ||
export * from './DistributionConsumer'; | ||
export * from './GovernanceConsumer'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -16,3 +16,4 @@ "use strict"; | ||
__exportStar(require("./StakingConsumer"), exports); | ||
__exportStar(require("./DistributionConsumer"), exports); | ||
__exportStar(require("./GovernanceConsumer"), exports); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@injectivelabs/chain-consumer", | ||
"description": "Interacting with our Chain API made easy. Can be reused throughout Injective's projects.", | ||
"version": "0.0.30", | ||
"version": "0.0.31", | ||
"license": "MIT", | ||
@@ -40,3 +40,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "01268631232c6c4369bdc35b4c7d5690014d4beb" | ||
"gitHead": "b64c85a4b9e11d724b8f27b5e8c643c98aa25897" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
46691
1%447
0.45%