@risleylima/escpos 1.0.2 → 1.0.3

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
@@ -99,6 +99,11 @@ await printer.flush();
99
99
  await adapter.close();
100
100
  ```
101
101
 
102
+ ### Complete Command Documentation
103
+
104
+ - Full method-by-method reference: [`docs/architecture/COMMANDS_API.md`](./docs/architecture/COMMANDS_API.md)
105
+ - Practical usage patterns: [`docs/architecture/COMMANDS_RECIPES.md`](./docs/architecture/COMMANDS_RECIPES.md)
106
+
102
107
  ---
103
108
 
104
109
  ## 🔳 QR Code Strategies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@risleylima/escpos",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Node.js thermal printer library: ESC/POS, receipts, barcodes, images via USB or Serial",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",