@thermal-label/brother-ql-web 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
@@ -79,7 +79,7 @@ Wraps an already-obtained `USBDevice`. The caller is responsible for opening and
79
79
 
80
80
  <!-- HARDWARE_TABLE:START -->
81
81
 
82
- **24 devices** — 1 verified · 0 partial · 17 expected · 0 unsupported · 6 unverified
82
+ **24 devices** — 3 verified · 0 partial · 15 expected · 0 unsupported · 6 unverified
83
83
 
84
84
  | Model | Key | USB PID | Transports | Status |
85
85
  | ---------------------------------------------------------------------------- | ------------ | ------- | ---------------- | ------------- |
@@ -96,10 +96,10 @@ Wraps an already-obtained `USBDevice`. The caller is responsible for opening and
96
96
  | [QL-580N](https://thermal-label.github.io/hardware/brother-ql/ql-580n) | `QL_580N` | 0x201b | USB, TCP | 🔄 expected |
97
97
  | [QL-600](https://thermal-label.github.io/hardware/brother-ql/ql-600) | `QL_600` | 0x2100 | USB | 🔄 expected |
98
98
  | [QL-650TD](https://thermal-label.github.io/hardware/brother-ql/ql-650td) | `QL_650TD` | 0x201c | USB | 🔄 expected |
99
- | [QL-700](https://thermal-label.github.io/hardware/brother-ql/ql-700) | `QL_700` | 0x2042 | USB | 🔄 expected |
99
+ | [QL-700](https://thermal-label.github.io/hardware/brother-ql/ql-700) | `QL_700` | 0x2042 | USB | verified |
100
100
  | [QL-710W](https://thermal-label.github.io/hardware/brother-ql/ql-710w) | `QL_710W` | 0x2044 | USB, TCP | 🔄 expected |
101
101
  | [QL-720NW](https://thermal-label.github.io/hardware/brother-ql/ql-720nw) | `QL_720NW` | 0x2045 | USB, TCP | 🔄 expected |
102
- | [QL-800](https://thermal-label.github.io/hardware/brother-ql/ql-800) | `QL_800` | 0x209b | USB | 🔄 expected |
102
+ | [QL-800](https://thermal-label.github.io/hardware/brother-ql/ql-800) | `QL_800` | 0x209b | USB | verified |
103
103
  | [QL-810W](https://thermal-label.github.io/hardware/brother-ql/ql-810w) | `QL_810W` | 0x209c | USB, TCP | 🔄 expected |
104
104
  | [QL-820NWBc](https://thermal-label.github.io/hardware/brother-ql/ql-820nwbc) | `QL_820NWBc` | 0x209d | USB, TCP, BT SPP | ✅ verified |
105
105
  | [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-web",
3
- "version": "0.6.0",
3
+ "version": "0.6.1",
4
4
  "description": "WebUSB browser driver for Brother QL label printers",
5
5
  "keywords": [
6
6
  "brother",
@@ -54,7 +54,7 @@
54
54
  "dependencies": {
55
55
  "@thermal-label/contracts": "^0.6.0",
56
56
  "@thermal-label/transport": "^0.6.0",
57
- "@thermal-label/brother-ql-core": "0.6.0"
57
+ "@thermal-label/brother-ql-core": "0.6.1"
58
58
  },
59
59
  "peerDependencies": {
60
60
  "typescript": ">=5.0"