advlib-ble-services
Advanced tools
Comparing version 1.4.0 to 1.4.1
@@ -290,3 +290,3 @@ /** | ||
return { language: language }; | ||
return { languages: [ language ] }; | ||
} | ||
@@ -293,0 +293,0 @@ |
@@ -18,3 +18,3 @@ { | ||
], | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"engines": { | ||
@@ -21,0 +21,0 @@ "node": ">=6.0.0" |
@@ -86,3 +86,3 @@ /** | ||
const EXPECTED_DATA_ILLUMINANCE = { illuminance: 1000 }; | ||
const EXPECTED_DATA_LANGUAGE = { language: "fr" }; | ||
const EXPECTED_DATA_LANGUAGE = { languages: [ 'fr' ] }; | ||
const EXPECTED_DATA_GENERIC_LEVEL = { levelPercentage: 12.339971007858397 }; | ||
@@ -89,0 +89,0 @@ const EXPECTED_DATA_CO2_CONCENTRATION_UNKNOWN = null; |
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
74000