@capacitor/device
Advanced tools
Comparing version 0.5.2 to 0.5.3
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.5.3](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/device@0.5.2...@capacitor/device@0.5.3) (2021-02-10) | ||
**Note:** Version bump only for package @capacitor/device | ||
## [0.5.2](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/device@0.5.1...@capacitor/device@0.5.2) (2021-02-05) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@capacitor/device", | ||
"version": "0.5.2", | ||
"version": "0.5.3", | ||
"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.", | ||
@@ -48,6 +48,6 @@ "main": "dist/plugin.cjs.js", | ||
"devDependencies": { | ||
"@capacitor/android": "^3.0.0-beta.1", | ||
"@capacitor/core": "^3.0.0-beta.1", | ||
"@capacitor/android": "^3.0.0-beta.2", | ||
"@capacitor/core": "^3.0.0-beta.2", | ||
"@capacitor/docgen": "0.0.15", | ||
"@capacitor/ios": "^3.0.0-beta.1", | ||
"@capacitor/ios": "^3.0.0-beta.2", | ||
"@ionic/eslint-config": "^0.3.0", | ||
@@ -68,3 +68,3 @@ "@ionic/prettier-config": "~1.0.1", | ||
"peerDependencies": { | ||
"@capacitor/core": "^3.0.0-beta.1" | ||
"@capacitor/core": "^3.0.0-beta.2" | ||
}, | ||
@@ -87,3 +87,3 @@ "prettier": "@ionic/prettier-config", | ||
}, | ||
"gitHead": "e10d9dc09f6189f1547a82b8ae29759749fc1f8d" | ||
"gitHead": "91779a842eb14903c48c5309b899cd059115b55f" | ||
} |
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
85423