@injectivelabs/chain-consumer
Advanced tools
Comparing version 0.0.18 to 0.0.19
@@ -6,2 +6,23 @@ # Change Log | ||
## 0.0.19 (2021-03-01) | ||
### Bug Fixes | ||
* added types for ethereum-utils, fixed bech32 import ([1bec7b4](https://github.com/InjectiveLabs/injective-ts/commit/1bec7b41a7b612f0f5f08292483c2090fc9a84d5)) | ||
* fixed compiling issue with the assert package ([c27ec59](https://github.com/InjectiveLabs/injective-ts/commit/c27ec59f862a7b6de61593309f446a148b2f8c52)) | ||
* renamed packages to avoid conflicts ([eca2fca](https://github.com/InjectiveLabs/injective-ts/commit/eca2fca05983a5b7b401ce85294c2f5e08c07011)) | ||
* server side check fixed ([df86421](https://github.com/InjectiveLabs/injective-ts/commit/df86421aec08b6a1e3ff3c928c709e0057f2e1a4)) | ||
### Features | ||
* added a node transport for grpc consumers ([91d4bfc](https://github.com/InjectiveLabs/injective-ts/commit/91d4bfc17dc5c4e9f603219fb0d2b7944ad0254f)) | ||
* decouple chain consumer classes ([02fdb86](https://github.com/InjectiveLabs/injective-ts/commit/02fdb869ec01e1a3ec85e23ff807930f0792ccf1)) | ||
* ported chain consumer from the client ([cff10b9](https://github.com/InjectiveLabs/injective-ts/commit/cff10b916959b82d5f1ddbe9267131424ac0b566)) | ||
## [0.0.18](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/chain-consumer@0.0.17...@injectivelabs/chain-consumer@0.0.18) (2021-02-25) | ||
@@ -8,0 +29,0 @@ |
{ | ||
"name": "@injectivelabs/chain-consumer", | ||
"description": "Interacting with our Chain API made easy. Can be reused throughout Injective's projects.", | ||
"version": "0.0.18", | ||
"version": "0.0.19", | ||
"license": "MIT", | ||
@@ -33,9 +33,9 @@ "main": "dist/index.js", | ||
"@injectivelabs/chain-api": "^1.2.2", | ||
"@injectivelabs/exceptions": "^0.0.16", | ||
"@injectivelabs/ts-types": "^0.0.13", | ||
"@injectivelabs/utils": "^0.0.18", | ||
"@injectivelabs/exceptions": "^0.0.17", | ||
"@injectivelabs/ts-types": "^0.0.14", | ||
"@injectivelabs/utils": "^0.0.19", | ||
"link-module-alias": "^1.2.0", | ||
"shx": "^0.3.2" | ||
}, | ||
"gitHead": "df86421aec08b6a1e3ff3c928c709e0057f2e1a4" | ||
"gitHead": "7e8f213d44bca4bb15329ee32cf843a11dc549ae" | ||
} |
24434
+ Added@injectivelabs/exceptions@0.0.17(transitive)
+ Added@injectivelabs/ts-types@0.0.14(transitive)
+ Added@injectivelabs/utils@0.0.19(transitive)
- Removed@injectivelabs/exceptions@0.0.16(transitive)
- Removed@injectivelabs/ts-types@0.0.13(transitive)
- Removed@injectivelabs/utils@0.0.18(transitive)
- Removed@types/bn.js@4.11.6(transitive)
- Removedbech32@2.0.0(transitive)
- Removedeth-sig-util@3.0.1(transitive)
- Removedethereumjs-abi@0.6.8(transitive)
- Removedethereumjs-util@5.2.16.2.1(transitive)
- Removedethjs-util@0.1.6(transitive)
- Removedis-hex-prefixed@1.0.0(transitive)
- Removedstrip-hex-prefix@1.0.0(transitive)
- Removedtweetnacl@1.0.3(transitive)
- Removedtweetnacl-util@0.15.1(transitive)
Updated@injectivelabs/utils@^0.0.19