@ukeyfe/hardware-transport-electron 1.1.14 → 1.1.15
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/package.json +4 -4
- package/src/noble-ble-handler.ts +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ukeyfe/hardware-transport-electron",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.15",
|
|
4
4
|
"author": "UKey",
|
|
5
5
|
"homepage": "https://github.com/UKeyHQ/hardware-js-sdk#readme",
|
|
6
6
|
"license": "MIT",
|
|
@@ -25,9 +25,9 @@
|
|
|
25
25
|
"electron-log": ">=4.0.0"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@ukeyfe/hardware-core": "1.1.
|
|
29
|
-
"@ukeyfe/hardware-shared": "1.1.
|
|
30
|
-
"@ukeyfe/hardware-transport": "1.1.
|
|
28
|
+
"@ukeyfe/hardware-core": "1.1.15",
|
|
29
|
+
"@ukeyfe/hardware-shared": "1.1.15",
|
|
30
|
+
"@ukeyfe/hardware-transport": "1.1.15",
|
|
31
31
|
"@stoprocent/noble": "2.3.4",
|
|
32
32
|
"p-retry": "^4.6.2"
|
|
33
33
|
},
|
package/src/noble-ble-handler.ts
CHANGED
|
@@ -68,7 +68,7 @@ const devicePacketStates = new Map<string, PacketAssemblyState>();
|
|
|
68
68
|
|
|
69
69
|
// Device operation history removed
|
|
70
70
|
|
|
71
|
-
// Service UUIDs to scan for - using constants from
|
|
71
|
+
// Service UUIDs to scan for - using constants from hardware-shared
|
|
72
72
|
const UKEY_SERVICE_UUIDS = [UKEY_SERVICE_UUID];
|
|
73
73
|
|
|
74
74
|
// Pre-normalized characteristic identifiers for fast comparison
|