@injectivelabs/networks
Advanced tools
Comparing version 0.0.25 to 0.0.26
@@ -6,15 +6,25 @@ # Change Log | ||
## [0.0.25](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/networks@0.0.24...@injectivelabs/networks@0.0.25) (2021-06-13) | ||
## [0.0.26](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/networks@0.0.19...@injectivelabs/networks@0.0.26) (2021-06-14) | ||
### Bug Fixes | ||
* devnet exchange api endpoint changed ([c0f01af](https://github.com/InjectiveLabs/injective-ts/commit/c0f01af25e35fe6698fba0f4907a25358e27ccc6)) | ||
* exchange endpoint for staking network ([bc96ed5](https://github.com/InjectiveLabs/injective-ts/commit/bc96ed54ad32f44fff6e492bbec5cda66bf82e56)) | ||
* endpoint port for the chain-api ([328a20e](https://github.com/InjectiveLabs/injective-ts/commit/328a20e5f7edd146de72e2f34257f91c44762bc0)) | ||
* merge conflicts ([a5c7ce1](https://github.com/InjectiveLabs/injective-ts/commit/a5c7ce13823fded62a32f79fcfda19867c929cc7)) | ||
* networks endpoints ([2b4a3be](https://github.com/InjectiveLabs/injective-ts/commit/2b4a3be78931e691e283a3bbdaa6451c55d600d9)) | ||
* number for tick sizes ([5171971](https://github.com/InjectiveLabs/injective-ts/commit/5171971a83e5f1468ca3e088babc0a001b1d2b9a)) | ||
* staking endpoint ([6cb75c4](https://github.com/InjectiveLabs/injective-ts/commit/6cb75c498b33709b037faa609f48fb6d64e22527)) | ||
### Features | ||
* added exchange exception ([3afa0c9](https://github.com/InjectiveLabs/injective-ts/commit/3afa0c9e03e9a0cebf98b202928893980239989a)) | ||
* added oracle streaming ([79a9661](https://github.com/InjectiveLabs/injective-ts/commit/79a9661b52acd4a672dc1f694ef6c1d44c940d61)) | ||
## [0.0.25](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/networks@0.0.24...@injectivelabs/networks@0.0.25) (2021-06-13) | ||
### Bug Fixes | ||
* devnet exchange api endpoint changed ([c0f01af](https://github.com/InjectiveLabs/injective-ts/commit/c0f01af25e35fe6698fba0f4907a25358e27ccc6)) | ||
* exchange endpoint for staking network ([bc96ed5](https://github.com/InjectiveLabs/injective-ts/commit/bc96ed54ad32f44fff6e492bbec5cda66bf82e56)) | ||
* merge conflicts ([a5c7ce1](https://github.com/InjectiveLabs/injective-ts/commit/a5c7ce13823fded62a32f79fcfda19867c929cc7)) | ||
## [0.0.24](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/networks@0.0.23...@injectivelabs/networks@0.0.24) (2021-06-08) | ||
@@ -24,9 +34,4 @@ | ||
## [0.0.23](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/networks@0.0.22...@injectivelabs/networks@0.0.23) (2021-06-08) | ||
### Bug Fixes | ||
@@ -36,6 +41,2 @@ | ||
## [0.0.22](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/networks@0.0.21...@injectivelabs/networks@0.0.22) (2021-06-08) | ||
@@ -42,0 +43,0 @@ |
{ | ||
"name": "@injectivelabs/networks", | ||
"description": "Endpoints, networks, etc. Can be reused throughout Injective's projects.", | ||
"version": "0.0.25", | ||
"version": "0.0.26", | ||
"license": "MIT", | ||
@@ -30,8 +30,8 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@injectivelabs/exceptions": "^0.0.24", | ||
"@injectivelabs/utils": "^0.0.31", | ||
"@injectivelabs/exceptions": "^0.0.25", | ||
"@injectivelabs/utils": "^0.0.32", | ||
"link-module-alias": "^1.2.0", | ||
"shx": "^0.3.2" | ||
}, | ||
"gitHead": "79a9661b52acd4a672dc1f694ef6c1d44c940d61" | ||
"gitHead": "b718b497ac03d58fd39e76f3c8a48c105acb7f9f" | ||
} |
18396
+ Added@injectivelabs/exceptions@0.0.25(transitive)
+ Added@injectivelabs/ts-types@0.0.21(transitive)
+ Added@injectivelabs/utils@0.0.32(transitive)
- Removed@injectivelabs/exceptions@0.0.24(transitive)
- Removed@injectivelabs/ts-types@0.0.20(transitive)
- Removed@injectivelabs/utils@0.0.31(transitive)
Updated@injectivelabs/utils@^0.0.32