@captureid/capacitor-cidprint 0.2.42 → 0.2.47

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.
Binary file
@@ -63,7 +63,7 @@ export interface PrinterLibraryEvent {
63
63
  action: PrinterLibraryActionType;
64
64
  }
65
65
  export declare class PrinterLibraryEvent implements PrinterLibraryEvent {
66
- constructor(type: EventType, meaasge: string, error: number, data: ResultClass, action: PrinterLibraryActionType);
66
+ constructor(type: EventType, message: string, error: number, data: ResultClass, action: PrinterLibraryActionType);
67
67
  }
68
68
  export interface ResultClass {
69
69
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@captureid/capacitor-cidprint",
3
- "version": "0.2.42",
3
+ "version": "0.2.47",
4
4
  "description": "CaptureID Printer Plugin",
5
5
  "main": "dist/plugin.js",
6
6
  "module": "dist/esm/index.js",