@zpl-toolchain/print 0.1.13 → 0.1.14

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 +2 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # @zpl-toolchain/print
2
2
 
3
+ ![ZPL Toolchain logo](https://raw.githubusercontent.com/trevordcampbell/zpl-toolchain/main/docs/assets/branding/logo-square-128.png)
4
+
3
5
  Send ZPL to Zebra and ZPL-compatible label printers from Node.js. Supports persistent TCP connections, batch printing, status queries, browser printing, and a built-in HTTP/WebSocket proxy for web apps.
4
6
 
5
7
  > Transport scope: this package is **TCP-focused** (`host`/`port`).
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@zpl-toolchain/print",
3
- "version": "0.1.13",
4
- "description": "Print client for sending ZPL to Zebra and ZPL-compatible printers",
3
+ "version": "0.1.14",
4
+ "description": "Print client for sending ZPL to Zebra and ZPL-compatible printers (part of the zpl-toolchain project)",
5
5
  "type": "module",
6
6
  "engines": {
7
7
  "node": ">=18"