@qiwi/substrate-types
Advanced tools
Comparing version 1.28.1 to 1.29.0
@@ -0,1 +1,8 @@ | ||
# @qiwi/substrate-types [1.29.0](https://github.com/qiwi/substrate/compare/@qiwi/substrate-types@1.28.1...@qiwi/substrate-types@1.29.0) (2020-03-05) | ||
### Features | ||
* **types:** reserve stacktrace field for IClientEventDto ([d73aed3](https://github.com/qiwi/substrate/commit/d73aed3c6d3371f6be7587a234fa07cc094d8b27)) | ||
## @qiwi/substrate-types [1.28.1](https://github.com/qiwi/substrate/compare/@qiwi/substrate-types@1.28.0...@qiwi/substrate-types@1.28.1) (2020-03-05) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@qiwi/substrate-types", | ||
"version": "1.28.1", | ||
"version": "1.29.0", | ||
"main": "target/es5/index.js", | ||
@@ -5,0 +5,0 @@ "source": "target/ts/index.ts", |
@@ -27,2 +27,3 @@ /** @module @qiwi/substrate-types */ | ||
details?: Record<string, any>; | ||
stacktrace?: any; | ||
} |
@@ -27,2 +27,3 @@ /** @module @qiwi/substrate-types */ | ||
details?: Record<string, any>; | ||
stacktrace?: any; | ||
} |
@@ -31,2 +31,3 @@ /** @module @qiwi/substrate-types */ | ||
details?: Record<string, any> | ||
stacktrace?: any | ||
} |
@@ -59,2 +59,3 @@ declare module '@qiwi/substrate-types/target/es5/IAnyMap' { | ||
details?: Record<string, any>; | ||
stacktrace?: any; | ||
} | ||
@@ -61,0 +62,0 @@ } |
@@ -76,2 +76,3 @@ /** | ||
details?: { [key: string]: any, ... }; | ||
stacktrace?: any; | ||
} | ||
@@ -78,0 +79,0 @@ } |
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
119827
2573