@captureid/capacitor-cidprint 5.0.32 → 5.0.33

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.
package/README.md CHANGED
@@ -5,12 +5,15 @@
5
5
  This plugin enables you to use the CaptureID Printer Library and to easily integrate Bluetooth printing into your app(s).
6
6
 
7
7
  ## Release Notes
8
+ ### version 5.0.33
9
+
10
+ ### timout adjusted for bixolon printer reconnect
11
+
8
12
  ### version 5.0.32
9
13
  fixed:
10
14
  ### setupMediaSize return correct values on Bixolon printer
11
15
  ### printer no longer uses FNC codes when mac address should print
12
16
 
13
- ## Release Notes
14
17
  ### version 5.0.29
15
18
  fixed:
16
19
  ### memory leak in SATO support library
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@captureid/capacitor-cidprint",
3
- "version": "5.0.32",
3
+ "version": "5.0.33",
4
4
  "description": "CaptureID Printer Plugin",
5
5
  "main": "dist/plugin.js",
6
6
  "module": "dist/esm/index.js",