@onbright/bluetooth-sdk
Advanced tools
Comparing version 1.1.24 to 1.1.25
@@ -13,5 +13,5 @@ interface Communication { | ||
interface ProtocolComponent { | ||
onProcessingSentData: onProcessingSentData; | ||
onProcessNotifyData: onProcessNotifyData; | ||
onProcessReadData: onProcessReadData; | ||
onProcessingSentData?: onProcessingSentData; | ||
onProcessNotifyData?: onProcessNotifyData; | ||
onProcessReadData?: onProcessReadData; | ||
} | ||
@@ -18,0 +18,0 @@ type onProcessingSentData = (sentData: Uint8Array) => Promise<Uint8Array>; |
{ | ||
"name": "@onbright/bluetooth-sdk", | ||
"version": "1.1.24", | ||
"version": "1.1.25", | ||
"scripts": { | ||
@@ -5,0 +5,0 @@ "build": "tsup", |
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
368158