@capacitor-community/bluetooth-le
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -0,3 +1,11 @@ | ||
## 0.0.3 (2020-12-14) | ||
- fix dependencies | ||
## 0.0.2 (2020-12-14) | ||
- update readme and add code of conduct and contributing | ||
## 0.0.1 (2020-12-14) | ||
- initial release |
{ | ||
"name": "@capacitor-community/bluetooth-le", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Capacitor Bluetooth Low Energy Plugin", | ||
@@ -21,2 +21,5 @@ "main": "dist/plugin.js", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@types/web-bluetooth": "^0.0.9" | ||
}, | ||
"devDependencies": { | ||
@@ -31,3 +34,2 @@ "@capacitor/android": "^2.4.5", | ||
"@types/jest": "^26.0.19", | ||
"@types/web-bluetooth": "^0.0.9", | ||
"jest": "^26.6.3", | ||
@@ -34,0 +36,0 @@ "prettier": "^2.2.1", |
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
244574
16
2
+ Added@types/web-bluetooth@^0.0.9
+ Added@types/web-bluetooth@0.0.9(transitive)