@qiwi/substrate-abstract
Advanced tools
Comparing version 1.17.12 to 1.17.13
@@ -0,1 +1,11 @@ | ||
## @qiwi/substrate-abstract [1.17.13](https://github.com/qiwi/substrate/compare/@qiwi/substrate-abstract@1.17.12...@qiwi/substrate-abstract@1.17.13) (2019-12-23) | ||
### Dependencies | ||
* **@qiwi/substrate-types:** upgraded to 1.21.0 | ||
## @qiwi/substrate-abstract [1.17.12](https://github.com/qiwi/substrate/compare/@qiwi/substrate-abstract@1.17.11...@qiwi/substrate-abstract@1.17.12) (2019-12-15) | ||
@@ -2,0 +12,0 @@ |
{ | ||
"name": "@qiwi/substrate-abstract", | ||
"description": "Abstract classes", | ||
"version": "1.17.12", | ||
"version": "1.17.13", | ||
"main": "target/es5/index.js", | ||
@@ -30,5 +30,5 @@ "source": "target/ts/index.ts", | ||
"test": "yarn test:libdefs && yarn jest", | ||
"test:libdefs": "cp typings/index.d.ts src/test/ts/index.d.ts && yarn dtslint", | ||
"test:libdefs": "cp typings/index.d.ts src/test/ts/libdef/index.d.ts && yarn dtslint", | ||
"jest": "jest --config=jest.config.json", | ||
"dtslint": "dtslint src/test/ts --localTs ../../node_modules/typescript/lib --expectOnly", | ||
"dtslint": "dtslint src/test/ts/libdef --localTs ../../node_modules/typescript/lib --expectOnly", | ||
"aliasgen": "node -r esm ../../scripts/js/alias-gen.js", | ||
@@ -47,5 +47,5 @@ "docs": "typedoc --readme README.md --tsconfig ./tsconfig.json ./src/main --ignoreCompilerErrors || exit 0" | ||
"@types/config": "^0.0.36", | ||
"@types/jest": "^24.0.23", | ||
"@types/jest": "^24.0.24", | ||
"@types/lodash": "^4.14.149", | ||
"@types/node": "^12.12.17", | ||
"@types/node": "^13.1.0", | ||
"@types/parsimmon": "^1.10.0", | ||
@@ -64,9 +64,9 @@ "@types/underscore": "^1.9.4", | ||
"ts-to-flow": "^0.0.3", | ||
"typescript": "3.7.3", | ||
"typescript": "3.7.4", | ||
"underscore": "^1.9.1", | ||
"typedoc": "^0.15.4", | ||
"typedoc": "^0.15.5", | ||
"typedoc-plugin-external-module-name": "^2.1.0" | ||
}, | ||
"dependencies": { | ||
"@qiwi/substrate-types": "^1.20.0" | ||
"@qiwi/substrate-types": "^1.20.1" | ||
}, | ||
@@ -73,0 +73,0 @@ "peerDependencies": {}, |
@@ -17,3 +17,3 @@ /** @module @qiwi/substrate-abstract */ | ||
code?: string | number | ||
constructor(message: string | IErrorOpts) { | ||
constructor (message: string | IErrorOpts) { | ||
const opts = typeof message === 'string' | ||
@@ -20,0 +20,0 @@ ? { message } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
18580