@capacitor/device
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -6,2 +6,13 @@ # Change Log | ||
## [1.1.1](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/device@1.1.0...@capacitor/device@1.1.1) (2021-12-08) | ||
### Bug Fixes | ||
* **device:** isVirtual is false on M1 simulators ([#726](https://github.com/ionic-team/capacitor-plugins/issues/726)) ([5377586](https://github.com/ionic-team/capacitor-plugins/commit/53775863df624531e8ffa4b18852b408e1bd2cbd)) | ||
# [1.1.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/device@1.0.6...@capacitor/device@1.1.0) (2021-11-17) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@capacitor/device", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "The Device API exposes internal information about the device, such as the model and operating system version, along with user information such as unique ids.", | ||
@@ -86,3 +86,3 @@ "main": "dist/plugin.cjs.js", | ||
}, | ||
"gitHead": "3beb75a9bfc18d0586f2c9df1b584250e95e0237" | ||
"gitHead": "d378c00d51b1c9fb978772906448fa0ec9cb81d0" | ||
} |
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
97032