@keiser/echip-webusb
Advanced tools
Comparing version 2.2.1 to 2.3.0
@@ -16,3 +16,3 @@ export class ChipReaderWatcher extends USBDevice { | ||
protected notSupported(): void; | ||
readonly browserSupported: boolean; | ||
get browserSupported(): boolean; | ||
start(): Promise<void>; | ||
@@ -26,3 +26,3 @@ protected connected(device: WebUSBDevice): Promise<void>; | ||
constructor(usbDevice: WebUSBDevice, onDisconnect: (listener: Listener<WebUSBDevice>) => Disposable); | ||
readonly diposed: boolean; | ||
get diposed(): boolean; | ||
onDisconnect(listener: Listener<null>): Disposable; | ||
@@ -206,3 +206,3 @@ onChipDetect(listener: Listener<Chip>): Disposable; | ||
constructor(chipId: Uint8Array, owDevice: OWDevice, onDisconnect: (listener: Listener<null>) => Disposable); | ||
readonly data: DataChipObject; | ||
get data(): DataChipObject; | ||
onData(listener: Listener<DataChipObject>): Disposable; | ||
@@ -232,4 +232,4 @@ protected setChipData(data: DataChipObject): void; | ||
constructor(chipId: Uint8Array, owDevice: OWDevice, onDisconnect: (listener: Listener<null>) => Disposable); | ||
readonly data: ChipObject; | ||
readonly diposed: boolean; | ||
get data(): ChipObject; | ||
get diposed(): boolean; | ||
onData(listener: Listener<ChipObject>): Disposable; | ||
@@ -240,4 +240,4 @@ protected setChipData(data: ChipObject): void; | ||
protected dispose(): void; | ||
readonly id: string; | ||
readonly type: ChipType; | ||
get id(): string; | ||
get type(): ChipType; | ||
destroy(): void; | ||
@@ -261,3 +261,3 @@ } | ||
constructor(chipType: ChipType); | ||
readonly type: ChipType; | ||
get type(): ChipType; | ||
} | ||
@@ -267,7 +267,7 @@ | ||
constructor(data?: Uint8Array[]); | ||
readonly machineData: { | ||
get machineData(): { | ||
[index: string]: MachineObject; | ||
}; | ||
readonly rawData: Uint8Array[]; | ||
readonly validStructure: boolean; | ||
get rawData(): Uint8Array[]; | ||
get validStructure(): boolean; | ||
} | ||
@@ -274,0 +274,0 @@ |
{ | ||
"name": "@keiser/echip-webusb", | ||
"version": "2.2.1", | ||
"version": "2.3.0", | ||
"description": "Keiser Air eChip WebUSB Library", | ||
@@ -28,3 +28,3 @@ "keywords": [ | ||
"async-mutex": "^0.1.4", | ||
"cockatiel": "^0.1.2", | ||
"cockatiel": "^0.1.5", | ||
"crc": "^3.8.0" | ||
@@ -31,0 +31,0 @@ }, |
Sorry, the diff of this file is too big to display
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
87161
Updatedcockatiel@^0.1.5