tirecheck-device-sdk 0.2.41 → 0.2.42

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -509,7 +509,7 @@ const bridgeOtaAdvertisingParser = {
509
509
 
510
510
  const deviceMeta = {
511
511
  bridge: {
512
- nameRegex: /(030303|030321)/,
512
+ nameRegex: /^(030303|030321)$/,
513
513
  communication: {
514
514
  serviceId: "4880c12c-fdcb-4077-8920-a450d7f9b907",
515
515
  // message from device
package/dist/index.mjs CHANGED
@@ -502,7 +502,7 @@ const bridgeOtaAdvertisingParser = {
502
502
 
503
503
  const deviceMeta = {
504
504
  bridge: {
505
- nameRegex: /(030303|030321)/,
505
+ nameRegex: /^(030303|030321)$/,
506
506
  communication: {
507
507
  serviceId: "4880c12c-fdcb-4077-8920-a450d7f9b907",
508
508
  // message from device
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tirecheck-device-sdk",
3
- "version": "0.2.41",
3
+ "version": "0.2.42",
4
4
  "description": "SDK for working with various devices produced by Tirecheck via Bluetooth (CAN Bridge, Routers, Sensors, FlexiGauge, PressureStick, etc)",
5
5
  "author": "Leonid Buneev <leonid.buneev@tirecheck.com>",
6
6
  "license": "ISC",