@psdk/device-ble-taro
Advanced tools
Comparing version 0.2.41 to 0.2.42
@@ -19,2 +19,3 @@ import { ConnectedDevice, ConnectionState, ReadOptions } from "@psdk/frame-father"; | ||
disconnect(): Promise<void>; | ||
canRead(): boolean; | ||
read(options?: ReadOptions): Promise<Uint8Array>; | ||
@@ -21,0 +22,0 @@ write(data: Uint8Array): Promise<void>; |
@@ -58,2 +58,5 @@ "use strict"; | ||
} | ||
canRead() { | ||
return true; | ||
} | ||
read(options) { | ||
@@ -60,0 +63,0 @@ var _a; |
{ | ||
"name": "@psdk/device-ble-taro", | ||
"version": "0.2.41", | ||
"version": "0.2.42", | ||
"description": "psdk", | ||
@@ -49,3 +49,3 @@ "main": "build/index.js", | ||
"dependencies": { | ||
"@psdk/frame-father": "0.2.41", | ||
"@psdk/frame-father": "0.2.42", | ||
"await-timeout": "^1.1.1" | ||
@@ -57,3 +57,3 @@ }, | ||
], | ||
"gitHead": "55b832248d89473c2936e2f8756429ec03af6d39" | ||
"gitHead": "e7c7647f9fb20a8b59d06404034b027020cc541a" | ||
} |
Sorry, the diff of this file is not supported yet
8067
129
+ Added@psdk/frame-father@0.2.42(transitive)
- Removed@psdk/frame-father@0.2.41(transitive)
Updated@psdk/frame-father@0.2.42