@thermal-label/brother-ql-node 0.6.0 → 0.6.1

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 +3 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -75,7 +75,7 @@ await printer.close();
75
75
 
76
76
  <!-- HARDWARE_TABLE:START -->
77
77
 
78
- **24 devices** — 1 verified · 0 partial · 17 expected · 0 unsupported · 6 unverified
78
+ **24 devices** — 3 verified · 0 partial · 15 expected · 0 unsupported · 6 unverified
79
79
 
80
80
  | Model | Key | USB PID | Transports | Status |
81
81
  | ---------------------------------------------------------------------------- | ------------ | ------- | ---------------- | ------------- |
@@ -92,10 +92,10 @@ await printer.close();
92
92
  | [QL-580N](https://thermal-label.github.io/hardware/brother-ql/ql-580n) | `QL_580N` | 0x201b | USB, TCP | 🔄 expected |
93
93
  | [QL-600](https://thermal-label.github.io/hardware/brother-ql/ql-600) | `QL_600` | 0x2100 | USB | 🔄 expected |
94
94
  | [QL-650TD](https://thermal-label.github.io/hardware/brother-ql/ql-650td) | `QL_650TD` | 0x201c | USB | 🔄 expected |
95
- | [QL-700](https://thermal-label.github.io/hardware/brother-ql/ql-700) | `QL_700` | 0x2042 | USB | 🔄 expected |
95
+ | [QL-700](https://thermal-label.github.io/hardware/brother-ql/ql-700) | `QL_700` | 0x2042 | USB | verified |
96
96
  | [QL-710W](https://thermal-label.github.io/hardware/brother-ql/ql-710w) | `QL_710W` | 0x2044 | USB, TCP | 🔄 expected |
97
97
  | [QL-720NW](https://thermal-label.github.io/hardware/brother-ql/ql-720nw) | `QL_720NW` | 0x2045 | USB, TCP | 🔄 expected |
98
- | [QL-800](https://thermal-label.github.io/hardware/brother-ql/ql-800) | `QL_800` | 0x209b | USB | 🔄 expected |
98
+ | [QL-800](https://thermal-label.github.io/hardware/brother-ql/ql-800) | `QL_800` | 0x209b | USB | verified |
99
99
  | [QL-810W](https://thermal-label.github.io/hardware/brother-ql/ql-810w) | `QL_810W` | 0x209c | USB, TCP | 🔄 expected |
100
100
  | [QL-820NWBc](https://thermal-label.github.io/hardware/brother-ql/ql-820nwbc) | `QL_820NWBc` | 0x209d | USB, TCP, BT SPP | ✅ verified |
101
101
  | [QL-1050](https://thermal-label.github.io/hardware/brother-ql/ql-1050) | `QL_1050` | 0x2027 | USB | 🔄 expected |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thermal-label/brother-ql-node",
3
- "version": "0.6.0",
3
+ "version": "0.6.1",
4
4
  "description": "Node.js USB and TCP driver for Brother QL label printers",
5
5
  "keywords": [
6
6
  "brother",
@@ -57,7 +57,7 @@
57
57
  "@thermal-label/contracts": "^0.6.0",
58
58
  "@thermal-label/transport": "^0.6.0",
59
59
  "usb": "^2.0.0",
60
- "@thermal-label/brother-ql-core": "0.6.0"
60
+ "@thermal-label/brother-ql-core": "0.6.1"
61
61
  },
62
62
  "optionalDependencies": {
63
63
  "@napi-rs/canvas": "^0.1.0"