@qiwi/substrate-abstract
Advanced tools
Comparing version 1.19.4 to 1.20.0
{ | ||
"git": { | ||
"commitId": "2bad474f1c9956fd4beccb432b329538bcffe34b", | ||
"commitId": "d47ab598f0be4f853f56aa5d9feaf583be38a539", | ||
"repoUrl": "https://github.com/qiwi/substrate.git", | ||
"repoName": "qiwi/substrate" | ||
}, | ||
"date": "2021-02-28T12:59:29.346Z" | ||
"date": "2021-03-30T14:28:54.689Z" | ||
} |
@@ -0,1 +1,16 @@ | ||
# @qiwi/substrate-abstract [1.20.0](https://github.com/qiwi/substrate/compare/@qiwi/substrate-abstract@1.19.4...@qiwi/substrate-abstract@1.20.0) (2021-03-30) | ||
### Features | ||
* update IDeviceInfo ([#414](https://github.com/qiwi/substrate/issues/414)) ([d47ab59](https://github.com/qiwi/substrate/commit/d47ab598f0be4f853f56aa5d9feaf583be38a539)) | ||
### Dependencies | ||
* **@qiwi/substrate-types:** upgraded to 1.49.0 | ||
## @qiwi/substrate-abstract [1.19.4](https://github.com/qiwi/substrate/compare/@qiwi/substrate-abstract@1.19.3...@qiwi/substrate-abstract@1.19.4) (2021-02-28) | ||
@@ -2,0 +17,0 @@ |
{ | ||
"name": "@qiwi/substrate-abstract", | ||
"description": "Abstract classes", | ||
"version": "1.19.4", | ||
"version": "1.20.0", | ||
"main": "target/es5/index.js", | ||
@@ -49,11 +49,11 @@ "source": "target/ts/index.ts", | ||
"@types/parsimmon": "1.10.6", | ||
"@types/underscore": "1.10.24", | ||
"@types/underscore": "1.11.0", | ||
"bluebird": "3.7.2", | ||
"conf": "9.0.2", | ||
"config": "3.3.4", | ||
"config": "3.3.6", | ||
"lodash": "4.17.21", | ||
"underscore": "1.12.0" | ||
"underscore": "1.12.1" | ||
}, | ||
"dependencies": { | ||
"@qiwi/substrate-types": "1.48.0" | ||
"@qiwi/substrate-types": "1.49.0" | ||
}, | ||
@@ -60,0 +60,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' ? { message } : message | ||
@@ -20,0 +20,0 @@ |
@@ -1,2 +0,2 @@ | ||
// Generated by dts-bundle v0.7.4 | ||
// Generated by dts-bundle v0.7.5 | ||
@@ -3,0 +3,0 @@ declare module '@qiwi/substrate-abstract/target/es5' { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
35278
+ Added@qiwi/substrate-types@1.49.0(transitive)
- Removed@qiwi/substrate-types@1.48.0(transitive)
Updated@qiwi/substrate-types@1.49.0