@qiwi/substrate-abstract
Advanced tools
Comparing version 1.16.3 to 1.16.4
@@ -0,1 +1,8 @@ | ||
## @qiwi/substrate-abstract [1.16.4](https://github.com/qiwi/substrate/compare/@qiwi/substrate-abstract@1.16.3...@qiwi/substrate-abstract@1.16.4) (2019-11-06) | ||
### Bug Fixes | ||
* **types:** use Iterables instead of Array in IPromise declaration ([9a99d66](https://github.com/qiwi/substrate/commit/9a99d663bcd02de4ca132b5caffaf853b45dbc1f)) | ||
## @qiwi/substrate-abstract [1.16.3](https://github.com/qiwi/substrate/compare/@qiwi/substrate-abstract@1.16.2...@qiwi/substrate-abstract@1.16.3) (2019-11-04) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@qiwi/substrate-abstract", | ||
"description": "Abstract classes", | ||
"version": "1.16.3", | ||
"version": "1.16.4", | ||
"main": "target/es5/index.js", | ||
@@ -45,5 +45,5 @@ "source": "target/ts/index.ts", | ||
"@types/config": "^0.0.35", | ||
"@types/jest": "^24.0.21", | ||
"@types/jest": "^24.0.22", | ||
"@types/lodash": "^4.14.144", | ||
"@types/node": "^12.12.5", | ||
"@types/node": "^12.12.6", | ||
"@types/parsimmon": "^1.10.0", | ||
@@ -55,3 +55,3 @@ "@types/underscore": "^1.9.3", | ||
"dts-generator": "^3.0.0", | ||
"dtslint": "^1.0.2", | ||
"dtslint": "^1.0.3", | ||
"flowgen": "^1.10.0", | ||
@@ -63,3 +63,3 @@ "lodash": "^4.17.15", | ||
"ts-to-flow": "^0.0.3", | ||
"typescript": "3.6.4", | ||
"typescript": "3.7.2", | ||
"underscore": "^1.9.1" | ||
@@ -66,0 +66,0 @@ }, |
9066