@capacitor-community/bluetooth-le
Advanced tools
Comparing version 1.8.2 to 1.8.3
@@ -37,2 +37,3 @@ /** | ||
.split(' ') | ||
.filter((e) => e !== '') | ||
.map((s) => parseInt(s, 16)); | ||
@@ -39,0 +40,0 @@ return numbersToDataView(numbers); |
@@ -70,2 +70,3 @@ 'use strict'; | ||
.split(' ') | ||
.filter((e) => e !== '') | ||
.map((s) => parseInt(s, 16)); | ||
@@ -72,0 +73,0 @@ return numbersToDataView(numbers); |
@@ -66,2 +66,3 @@ var capacitorCommunityBluetoothLe = (function (exports, core, throat) { | ||
.split(' ') | ||
.filter((e) => e !== '') | ||
.map((s) => parseInt(s, 16)); | ||
@@ -68,0 +69,0 @@ return numbersToDataView(numbers); |
{ | ||
"name": "@capacitor-community/bluetooth-le", | ||
"version": "1.8.2", | ||
"version": "1.8.3", | ||
"description": "Capacitor plugin for Bluetooth Low Energy ", | ||
@@ -5,0 +5,0 @@ "main": "dist/plugin.cjs.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
4830
570683