@qiwi/substrate-types
Advanced tools
Comparing version 1.43.1 to 1.44.0
@@ -0,1 +1,8 @@ | ||
# @qiwi/substrate-types [1.44.0](https://github.com/qiwi/substrate/compare/@qiwi/substrate-types@1.43.1...@qiwi/substrate-types@1.44.0) (2020-08-03) | ||
### Features | ||
* **types:** added isMobile flag to IDeviceInfo ([e9d2806](https://github.com/qiwi/substrate/commit/e9d280698b5f94274ba1a5f2d5c2cd91c16699dc)) | ||
## @qiwi/substrate-types [1.43.1](https://github.com/qiwi/substrate/compare/@qiwi/substrate-types@1.43.0...@qiwi/substrate-types@1.43.1) (2020-07-20) | ||
@@ -2,0 +9,0 @@ |
@@ -108,2 +108,3 @@ /** | ||
}, | ||
isMobile: boolean, | ||
os: IOperationalSystemInfo, | ||
@@ -110,0 +111,0 @@ ... |
{ | ||
"name": "@qiwi/substrate-types", | ||
"version": "1.43.1", | ||
"version": "1.44.0", | ||
"main": "target/es5/index.js", | ||
@@ -5,0 +5,0 @@ "source": "target/ts/index.ts", |
@@ -19,3 +19,4 @@ import { RecursivePartial } from './helpers'; | ||
}; | ||
isMobile: boolean; | ||
os: IOperationalSystemInfo; | ||
}>; |
@@ -19,3 +19,4 @@ import { RecursivePartial } from './helpers'; | ||
}; | ||
isMobile: boolean; | ||
os: IOperationalSystemInfo; | ||
}>; |
@@ -24,3 +24,4 @@ import { RecursivePartial } from './helpers' | ||
}, | ||
isMobile: boolean, | ||
os: IOperationalSystemInfo | ||
}> |
@@ -64,2 +64,3 @@ declare module '@qiwi/substrate-types/target/es5/IAnyMap' { | ||
}; | ||
isMobile: boolean; | ||
os: IOperationalSystemInfo; | ||
@@ -66,0 +67,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
166134
3405