seven365-zyprinter 0.0.6 → 0.0.8

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.
@@ -403,7 +403,7 @@ extension ZywellSDK: POSBLEManagerDelegate {
403
403
  // Handle disconnection
404
404
  }
405
405
 
406
- public func poSdidWriteValue(for character: CBCharacteristic!, error: Error!) {
406
+ public func poSdidWriteValueForCharacteristic(_ character: CBCharacteristic!, error: Error!) {
407
407
  DispatchQueue.main.async { [weak self] in
408
408
  if let error = error {
409
409
  self?.printCompletion?(false, error.localizedDescription)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "seven365-zyprinter",
3
- "version": "0.0.6",
3
+ "version": "0.0.8",
4
4
  "description": "Capacitor plugin for Zywell/Zyprint thermal printer integration with Bluetooth and WiFi support",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",