@captureid/capacitor-cidprint 5.0.51 → 5.0.52

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.
Files changed (2) hide show
  1. package/README.md +5 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -7,6 +7,11 @@ This plugin enables you to use the CaptureID Printer Library and to easily integ
7
7
 
8
8
  ## Release Notes
9
9
 
10
+ ### version 5.0.52
11
+
12
+ doc added:
13
+ ### description of timeout variables
14
+
10
15
  ### version 5.0.48
11
16
 
12
17
  fixed:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@captureid/capacitor-cidprint",
3
- "version": "5.0.51",
3
+ "version": "5.0.52",
4
4
  "description": "CaptureID Printer Plugin",
5
5
  "main": "dist/plugin.js",
6
6
  "module": "dist/esm/index.js",