nativescript-dna-deviceinfo
Advanced tools
Comparing version 3.6.0 to 3.6.1
{ | ||
"name": "nativescript-dna-deviceinfo", | ||
"version": "3.6.0", | ||
"version": "3.6.1", | ||
"description": "NativeScript plugin to acquire device information.", | ||
@@ -99,3 +99,3 @@ "main": "deviceinfo", | ||
"@nativescript/types": "~7.2.0", | ||
"@nativescript/webpack": "~4.1.0", | ||
"@nativescript/webpack": "~3.0.0", | ||
"prompt": "^1.1.0", | ||
@@ -102,0 +102,0 @@ "rimraf": "^3.0.2", |
@@ -546,2 +546,3 @@ | ||
## Changelogs: | ||
- 3.6.1: Switch to webpack 3.0.0 version due to some security warnings. | ||
- 3.6.0: Introducing basic audio management APIs for Android and iOS. For Andriod, memory-related APIs are updated to use non-depreciated system APIs. | ||
@@ -548,0 +549,0 @@ - 3.5.0: Fixed runtime errors related to "NativeClass is not defined" observed on NativeScript Version 7 apps. The fix will likely benefit iOS apps. |
408497
581