nativescript-dna-deviceinfo
Advanced tools
Comparing version 3.7.1 to 3.7.2
@@ -462,2 +462,6 @@ var DeviceInfo_1; | ||
"iPhone12,8": "iPhone SE", | ||
"iPhone14,2": "iPhone 13 Pro", | ||
"iPhone14,3": "iPhone 13 Pro Max", | ||
"iPhone14,4": "iPhone 13 Mini", | ||
"iPhone14,5": "iPhone 13", | ||
"iPad1,1": "iPad", | ||
@@ -518,2 +522,4 @@ "iPad2,1": "iPad 2", | ||
"iPad11,7": "iPad 8th Gen (WiFi+Cellular)", | ||
"iPad12,1": "iPad 9th Gen (WiFi)", | ||
"iPad12,2": "iPad 9th Gen (WiFi+Cellular)", | ||
"iPad13,1": "iPad air 4th Gen (WiFi)", | ||
@@ -529,2 +535,4 @@ "iPad13,2": "iPad air 4th Gen (WiFi+Cellular)", | ||
"iPad13,11": "iPad Pro 12.9 inch 5th Gen", | ||
"iPad14,1": "iPad mini 6th Gen (WiFi)", | ||
"iPad14,2": "iPad mini 6th Gen (WiFi+Cellular)", | ||
"AppleTV2,1": "Apple TV", | ||
@@ -559,3 +567,7 @@ "AppleTV3,1": "Apple TV", | ||
"Watch6,3": "Apple Watch Series 6 40mm case (GPS+Cellular)", | ||
"Watch6,4": "Apple Watch Series 6 44mm case (GPS+Cellular)" | ||
"Watch6,4": "Apple Watch Series 6 44mm case (GPS+Cellular)", | ||
"Watch6,6": "Apple Watch Series 7 41mm case (GPS)", | ||
"Watch6,7": "Apple Watch Series 7 45mm case (GPS)", | ||
"Watch6,8": "Apple Watch Series 7 41mm case (GPS+Cellular)", | ||
"Watch6,9": "Apple Watch Series 7 45mm case (GPS+Cellular)" | ||
}; | ||
@@ -562,0 +574,0 @@ DeviceInfo = DeviceInfo_1 = __decorate([ |
@@ -1,2 +0,2 @@ | ||
import { Carrier, StorageVolume, DisplayMetrics, RadioAccessTechnology, WCTGeneration } from './deviceinfo.interface'; | ||
import { Address, Carrier, StorageVolume, DisplayMetrics, RadioAccessTechnology, WCTGeneration } from './deviceinfo.interface'; | ||
@@ -47,2 +47,2 @@ export { RadioAccessTechnology, WCTGeneration }; | ||
static isBluetoothEnabled(): Promise<boolean>; | ||
} | ||
} |
{ | ||
"name": "nativescript-dna-deviceinfo", | ||
"version": "3.7.1", | ||
"version": "3.7.2", | ||
"description": "NativeScript plugin to acquire device information.", | ||
@@ -97,16 +97,16 @@ "main": "deviceinfo", | ||
"devDependencies": { | ||
"@nativescript/android": "~8.0.0", | ||
"@nativescript/ios": "~8.0.0", | ||
"@nativescript/core": "~8.0.3", | ||
"@nativescript/types": "~8.0.1", | ||
"@nativescript/webpack": "~3.0.0", | ||
"prompt": "^1.1.0", | ||
"@nativescript/android": "~8.1.1", | ||
"@nativescript/core": "~8.1.4", | ||
"@nativescript/ios": "~8.1.0", | ||
"@nativescript/types": "~8.1.1", | ||
"@nativescript/webpack": "^3.0.0", | ||
"prompt": "^1.2.0", | ||
"rimraf": "^3.0.2", | ||
"semver": "^7.3.5", | ||
"ts-node": "^9.1.1", | ||
"ts-patch": "^1.3.3", | ||
"ts-node": "^10.4.0", | ||
"ts-patch": "^1.4.4", | ||
"tslint": "^6.1.3", | ||
"typescript": "~4.2.4" | ||
"typescript": "~4.4.4" | ||
}, | ||
"bootstrapper": "nativescript-plugin-seed" | ||
} |
@@ -12,3 +12,3 @@ | ||
The [Changelogs](#Changelogs) selection is located towards the end of the document. | ||
The [Changelogs](#Changelogs) section is located towards the end of the document. | ||
@@ -570,2 +570,3 @@ I welcome an appreciation email with suggestions and feedback. It will encourage me to provide new APIs and support. | ||
## Changelogs: | ||
- 3.7.2: Bumped up various packages version. Updated Apple mobile device types. | ||
- 3.7.1: Reduced the package size. | ||
@@ -572,0 +573,0 @@ - 3.7.0: Bumped up various packages version. Added APIs to set and get screen brightness level. Updated Apple mobile device types with iPad Pro 11 inch and 12.9 inch. |
389795
15143
607