@thermal-label/brother-ql-core 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.
- package/README.md +11 -11
- package/data/devices.json +142 -46
- package/dist/__tests__/devices.test.js +33 -1
- package/dist/__tests__/devices.test.js.map +1 -1
- package/dist/devices.d.ts +35 -23
- package/dist/devices.d.ts.map +1 -1
- package/dist/devices.generated.d.ts +35 -23
- package/dist/devices.generated.d.ts.map +1 -1
- package/dist/devices.generated.js +37 -23
- package/dist/devices.generated.js.map +1 -1
- package/package.json +2 -2
- package/src/__tests__/devices.test.ts +34 -1
- package/src/devices.generated.ts +37 -23
package/src/devices.generated.ts
CHANGED
|
@@ -251,7 +251,7 @@ export const REGISTRY = {
|
|
|
251
251
|
"transports": {
|
|
252
252
|
"usb": {
|
|
253
253
|
"vid": "0x04f9",
|
|
254
|
-
"pid": "
|
|
254
|
+
"pid": "0x2020"
|
|
255
255
|
}
|
|
256
256
|
},
|
|
257
257
|
"engines": [
|
|
@@ -282,7 +282,7 @@ export const REGISTRY = {
|
|
|
282
282
|
"transports": {
|
|
283
283
|
"usb": {
|
|
284
284
|
"vid": "0x04f9",
|
|
285
|
-
"pid": "
|
|
285
|
+
"pid": "0x202a"
|
|
286
286
|
},
|
|
287
287
|
"tcp": {
|
|
288
288
|
"port": 9100
|
|
@@ -427,7 +427,7 @@ export const REGISTRY = {
|
|
|
427
427
|
"transports": {
|
|
428
428
|
"usb": {
|
|
429
429
|
"vid": "0x04f9",
|
|
430
|
-
"pid": "
|
|
430
|
+
"pid": "0x2015"
|
|
431
431
|
}
|
|
432
432
|
},
|
|
433
433
|
"engines": [
|
|
@@ -485,7 +485,7 @@ export const REGISTRY = {
|
|
|
485
485
|
"transports": {
|
|
486
486
|
"usb": {
|
|
487
487
|
"vid": "0x04f9",
|
|
488
|
-
"pid": "
|
|
488
|
+
"pid": "0x2027"
|
|
489
489
|
}
|
|
490
490
|
},
|
|
491
491
|
"engines": [
|
|
@@ -515,7 +515,7 @@ export const REGISTRY = {
|
|
|
515
515
|
"transports": {
|
|
516
516
|
"usb": {
|
|
517
517
|
"vid": "0x04f9",
|
|
518
|
-
"pid": "
|
|
518
|
+
"pid": "0x2028"
|
|
519
519
|
}
|
|
520
520
|
},
|
|
521
521
|
"engines": [
|
|
@@ -545,7 +545,7 @@ export const REGISTRY = {
|
|
|
545
545
|
"transports": {
|
|
546
546
|
"usb": {
|
|
547
547
|
"vid": "0x04f9",
|
|
548
|
-
"pid": "
|
|
548
|
+
"pid": "0x2029"
|
|
549
549
|
},
|
|
550
550
|
"tcp": {
|
|
551
551
|
"port": 9100
|
|
@@ -578,7 +578,7 @@ export const REGISTRY = {
|
|
|
578
578
|
"transports": {
|
|
579
579
|
"usb": {
|
|
580
580
|
"vid": "0x04f9",
|
|
581
|
-
"pid": "
|
|
581
|
+
"pid": "0x20c0"
|
|
582
582
|
}
|
|
583
583
|
},
|
|
584
584
|
"engines": [
|
|
@@ -608,7 +608,7 @@ export const REGISTRY = {
|
|
|
608
608
|
"transports": {
|
|
609
609
|
"usb": {
|
|
610
610
|
"vid": "0x04f9",
|
|
611
|
-
"pid": "
|
|
611
|
+
"pid": "0x201b"
|
|
612
612
|
}
|
|
613
613
|
},
|
|
614
614
|
"engines": [
|
|
@@ -674,7 +674,7 @@ export const REGISTRY = {
|
|
|
674
674
|
"date": "2026-05-21",
|
|
675
675
|
"result": "verified",
|
|
676
676
|
"os": "Windows",
|
|
677
|
-
"notes": "WebUSB on Edge 148 / Windows 11
|
|
677
|
+
"notes": "WebUSB on Edge 148 / Windows 11 with DK-22205, clean status and phase advancing to printing."
|
|
678
678
|
}
|
|
679
679
|
]
|
|
680
680
|
},
|
|
@@ -687,7 +687,7 @@ export const REGISTRY = {
|
|
|
687
687
|
"transports": {
|
|
688
688
|
"usb": {
|
|
689
689
|
"vid": "0x04f9",
|
|
690
|
-
"pid": "
|
|
690
|
+
"pid": "0x2043"
|
|
691
691
|
},
|
|
692
692
|
"tcp": {
|
|
693
693
|
"port": 9100
|
|
@@ -723,7 +723,7 @@ export const REGISTRY = {
|
|
|
723
723
|
"transports": {
|
|
724
724
|
"usb": {
|
|
725
725
|
"vid": "0x04f9",
|
|
726
|
-
"pid": "
|
|
726
|
+
"pid": "0x2044"
|
|
727
727
|
},
|
|
728
728
|
"tcp": {
|
|
729
729
|
"port": 9100
|
|
@@ -745,9 +745,24 @@ export const REGISTRY = {
|
|
|
745
745
|
}
|
|
746
746
|
],
|
|
747
747
|
"support": {
|
|
748
|
-
"status": "
|
|
748
|
+
"status": "verified",
|
|
749
|
+
"transports": {
|
|
750
|
+
"usb": "verified"
|
|
751
|
+
},
|
|
752
|
+
"lastVerified": "2026-09-19",
|
|
753
|
+
"packageVersion": "0.6.1",
|
|
754
|
+
"reports": [
|
|
755
|
+
{
|
|
756
|
+
"issue": 10,
|
|
757
|
+
"reporter": "@viktis",
|
|
758
|
+
"date": "2026-09-19",
|
|
759
|
+
"result": "verified",
|
|
760
|
+
"os": "macOS",
|
|
761
|
+
"notes": "WebUSB on Chromium 152 / macOS with DK-22205, clean status and phase advancing to printing; filed as QL-710W because of the PID mix-up fixed in #11."
|
|
762
|
+
}
|
|
763
|
+
]
|
|
749
764
|
},
|
|
750
|
-
"supportStatus": "
|
|
765
|
+
"supportStatus": "verified"
|
|
751
766
|
},
|
|
752
767
|
{
|
|
753
768
|
"key": "QL_800",
|
|
@@ -792,7 +807,7 @@ export const REGISTRY = {
|
|
|
792
807
|
"date": "2026-05-22",
|
|
793
808
|
"result": "verified",
|
|
794
809
|
"os": "Windows",
|
|
795
|
-
"notes": "
|
|
810
|
+
"notes": "USB print confirmed on Windows; the report exposed right-registered DK continuous margins, fixed in PR #3 and shipped in 0.6.1."
|
|
796
811
|
}
|
|
797
812
|
]
|
|
798
813
|
},
|
|
@@ -882,18 +897,17 @@ export const REGISTRY = {
|
|
|
882
897
|
"tcp": "verified",
|
|
883
898
|
"bluetooth-spp": "untested"
|
|
884
899
|
},
|
|
885
|
-
"lastVerified": "2026-
|
|
886
|
-
"packageVersion": "0.
|
|
887
|
-
"quirks": "
|
|
900
|
+
"lastVerified": "2026-08-25",
|
|
901
|
+
"packageVersion": "0.6.1",
|
|
902
|
+
"quirks": "Maintainer bench reference device (Linux): two-colour printing on DK-22251 confirmed, auto-cut works on USB and TCP. The QL-820NWB and QL-820NWBc share PID 0x209d; this entry covers both marketing names.",
|
|
888
903
|
"reports": [
|
|
889
904
|
{
|
|
890
|
-
"issue":
|
|
891
|
-
"reporter": "@
|
|
892
|
-
"date": "2026-
|
|
905
|
+
"issue": 6,
|
|
906
|
+
"reporter": "@BrettJackson1987",
|
|
907
|
+
"date": "2026-08-25",
|
|
893
908
|
"result": "verified",
|
|
894
|
-
"os": "
|
|
895
|
-
"
|
|
896
|
-
"notes": "Bench verification by the maintainer at the time of seeding this entry. Issue #0 is a placeholder — replace with the real issue number when a public verification report is filed."
|
|
909
|
+
"os": "macOS",
|
|
910
|
+
"notes": "WebUSB on Chromium 150 / macOS with DK-22251 two-colour, clean status with the two-colour flag set and phase advancing to printing."
|
|
897
911
|
}
|
|
898
912
|
]
|
|
899
913
|
},
|