advlib-ble-services
Advanced tools
Comparing version 1.2.1 to 1.3.0
/** | ||
* Copyright reelyActive 2015-2021 | ||
* Copyright reelyActive 2015-2022 | ||
* We believe in an open Internet of Things | ||
@@ -12,2 +12,3 @@ */ | ||
const utils = require('./utils'); | ||
const wiliot = require('./wiliot'); | ||
@@ -51,2 +52,4 @@ | ||
return eddystone.process(data); | ||
case 'fdaf': | ||
return wiliot.process(data); | ||
case 'fd6f': | ||
@@ -60,2 +63,2 @@ return exposurenotification.process(data); | ||
module.exports.processServiceData = processServiceData; | ||
module.exports.processServiceData = processServiceData; |
@@ -18,3 +18,3 @@ { | ||
], | ||
"version": "1.2.1", | ||
"version": "1.3.0", | ||
"engines": { | ||
@@ -21,0 +21,0 @@ "node": ">=6.0.0" |
@@ -49,2 +49,3 @@ advlib-ble-services | ||
| 0xfd6f | Exposure Notification | exposurenotification.js | | ||
| 0xfdaf | Wiliot | wiliot.js | | ||
| 0xfeaa | Eddystone (Google) | eddystone.js | | ||
@@ -75,3 +76,3 @@ | 0xffe1 | Minew | minew.js | | ||
Copyright (c) 2015-2021 [reelyActive](https://www.reelyactive.com) | ||
Copyright (c) 2015-2022 [reelyActive](https://www.reelyactive.com) | ||
@@ -78,0 +79,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: |
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
55178
19
1101
88