@psdk/device-ble-taro
Advanced tools
Comparing version 0.2.33 to 0.2.34
@@ -21,3 +21,4 @@ import { ConnectedDevice, ConnectionState, ReadOptions } from "@psdk/frame"; | ||
write(data: Uint8Array): Promise<void>; | ||
flush(): void; | ||
} | ||
//# sourceMappingURL=index.d.ts.map |
@@ -99,3 +99,6 @@ "use strict"; | ||
} | ||
flush() { | ||
this.dataOfRead.splice(0, this.dataOfRead.length); | ||
} | ||
} | ||
exports.TaroBleConnectedDevice = TaroBleConnectedDevice; |
{ | ||
"name": "@psdk/device-ble-taro", | ||
"version": "0.2.33", | ||
"version": "0.2.34", | ||
"description": "psdk", | ||
@@ -49,3 +49,3 @@ "main": "build/index.js", | ||
"dependencies": { | ||
"@psdk/frame": "0.2.33", | ||
"@psdk/frame": "0.2.34", | ||
"await-timeout": "^1.1.1" | ||
@@ -57,3 +57,3 @@ }, | ||
], | ||
"gitHead": "fbb7e5e83b26e6ffd59e84a13d9fd464cbe09670" | ||
"gitHead": "882830c6760f740ac1265cac559df14e3852111d" | ||
} |
Sorry, the diff of this file is not supported yet
7925
125
+ Added@psdk/frame@0.2.34(transitive)
- Removed@psdk/frame@0.2.33(transitive)
Updated@psdk/frame@0.2.34