node-thermal-printer-js 1.0.7 → 1.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -77,10 +77,10 @@ python -c "import bleak; print('bleak', bleak.__version__)"
77
77
  ```
78
78
 
79
79
  Notes:
80
+
80
81
  - If you do not want to create a virtual environment you can install `bleak` system-wide with `pip install bleak`, but a venv is recommended.
81
82
  - The Node `serialport` path/COM mode does not require Python.
82
83
 
83
-
84
84
  ## Test Print
85
85
 
86
86
  ### BLE (recommended when no COM port exists)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-thermal-printer-js",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "description": "ESC/POS printer helper for PSF588 Bluetooth and COM printing.",
5
5
  "main": "app.js",
6
6
  "exports": {