@thermal-label/brother-ql-node 0.6.2 → 0.6.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 +11 -11
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -75,7 +75,7 @@ await printer.close();
75
75
 
76
76
  <!-- HARDWARE_TABLE:START -->
77
77
 
78
- **24 devices** — 3 verified · 0 partial · 15 expected · 0 unsupported · 6 unverified
78
+ **24 devices** — 4 verified · 0 partial · 14 expected · 0 unsupported · 6 unverified
79
79
 
80
80
  | Model | Key | USB PID | Transports | Status |
81
81
  | ---------------------------------------------------------------------------- | ------------ | ------- | ---------------- | ------------- |
@@ -85,21 +85,21 @@ await printer.close();
85
85
  | [PT-P900W](https://thermal-label.github.io/hardware/brother-ql/pt-p900w) | `PT_P900W` | 0x2085 | USB, TCP | ⏳ unverified |
86
86
  | [PT-P910BT](https://thermal-label.github.io/hardware/brother-ql/pt-p910bt) | `PT_P910BT` | 0x20c7 | USB, BT SPP | ⏳ unverified |
87
87
  | [PT-P950NW](https://thermal-label.github.io/hardware/brother-ql/pt-p950nw) | `PT_P950NW` | 0x2086 | USB, TCP | ⏳ unverified |
88
- | [QL-500](https://thermal-label.github.io/hardware/brother-ql/ql-500) | `QL_500` | 0x2013 | USB | 🔄 expected |
88
+ | [QL-500](https://thermal-label.github.io/hardware/brother-ql/ql-500) | `QL_500` | 0x2015 | USB | 🔄 expected |
89
89
  | [QL-550](https://thermal-label.github.io/hardware/brother-ql/ql-550) | `QL_550` | 0x2016 | USB | 🔄 expected |
90
- | [QL-560](https://thermal-label.github.io/hardware/brother-ql/ql-560) | `QL_560` | 0x2018 | USB | 🔄 expected |
91
- | [QL-570](https://thermal-label.github.io/hardware/brother-ql/ql-570) | `QL_570` | 0x2019 | USB | 🔄 expected |
92
- | [QL-580N](https://thermal-label.github.io/hardware/brother-ql/ql-580n) | `QL_580N` | 0x201b | USB, TCP | 🔄 expected |
93
- | [QL-600](https://thermal-label.github.io/hardware/brother-ql/ql-600) | `QL_600` | 0x2100 | USB | 🔄 expected |
94
- | [QL-650TD](https://thermal-label.github.io/hardware/brother-ql/ql-650td) | `QL_650TD` | 0x201c | USB | 🔄 expected |
90
+ | [QL-560](https://thermal-label.github.io/hardware/brother-ql/ql-560) | `QL_560` | 0x2027 | USB | 🔄 expected |
91
+ | [QL-570](https://thermal-label.github.io/hardware/brother-ql/ql-570) | `QL_570` | 0x2028 | USB | 🔄 expected |
92
+ | [QL-580N](https://thermal-label.github.io/hardware/brother-ql/ql-580n) | `QL_580N` | 0x2029 | USB, TCP | 🔄 expected |
93
+ | [QL-600](https://thermal-label.github.io/hardware/brother-ql/ql-600) | `QL_600` | 0x20c0 | USB | 🔄 expected |
94
+ | [QL-650TD](https://thermal-label.github.io/hardware/brother-ql/ql-650td) | `QL_650TD` | 0x201b | USB | 🔄 expected |
95
95
  | [QL-700](https://thermal-label.github.io/hardware/brother-ql/ql-700) | `QL_700` | 0x2042 | USB | ✅ verified |
96
- | [QL-710W](https://thermal-label.github.io/hardware/brother-ql/ql-710w) | `QL_710W` | 0x2044 | USB, TCP | 🔄 expected |
97
- | [QL-720NW](https://thermal-label.github.io/hardware/brother-ql/ql-720nw) | `QL_720NW` | 0x2045 | USB, TCP | 🔄 expected |
96
+ | [QL-710W](https://thermal-label.github.io/hardware/brother-ql/ql-710w) | `QL_710W` | 0x2043 | USB, TCP | 🔄 expected |
97
+ | [QL-720NW](https://thermal-label.github.io/hardware/brother-ql/ql-720nw) | `QL_720NW` | 0x2044 | USB, TCP | verified |
98
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
- | [QL-1050](https://thermal-label.github.io/hardware/brother-ql/ql-1050) | `QL_1050` | 0x2027 | USB | 🔄 expected |
102
- | [QL-1060N](https://thermal-label.github.io/hardware/brother-ql/ql-1060n) | `QL_1060N` | 0x2028 | USB, TCP | 🔄 expected |
101
+ | [QL-1050](https://thermal-label.github.io/hardware/brother-ql/ql-1050) | `QL_1050` | 0x2020 | USB | 🔄 expected |
102
+ | [QL-1060N](https://thermal-label.github.io/hardware/brother-ql/ql-1060n) | `QL_1060N` | 0x202a | USB, TCP | 🔄 expected |
103
103
  | [QL-1100](https://thermal-label.github.io/hardware/brother-ql/ql-1100) | `QL_1100` | 0x20a7 | USB | 🔄 expected |
104
104
  | [QL-1110NWB](https://thermal-label.github.io/hardware/brother-ql/ql-1110nwb) | `QL_1110NWB` | 0x20a8 | USB, TCP | 🔄 expected |
105
105
  | [QL-1115NWB](https://thermal-label.github.io/hardware/brother-ql/ql-1115nwb) | `QL_1115NWB` | 0x20ab | USB, TCP | 🔄 expected |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thermal-label/brother-ql-node",
3
- "version": "0.6.2",
3
+ "version": "0.6.3",
4
4
  "description": "Node.js USB and TCP driver for Brother QL label printers",
5
5
  "keywords": [
6
6
  "brother",
@@ -54,9 +54,9 @@
54
54
  },
55
55
  "dependencies": {
56
56
  "@mbtech-nl/bitmap": "^1.3.0",
57
- "@thermal-label/contracts": "^0.6.2",
57
+ "@thermal-label/contracts": "^0.6.3",
58
58
  "@thermal-label/transport": "^0.6.1",
59
- "@thermal-label/brother-ql-core": "0.6.2"
59
+ "@thermal-label/brother-ql-core": "0.6.3"
60
60
  },
61
61
  "optionalDependencies": {
62
62
  "@napi-rs/canvas": "^0.1.0"