@connectedxm/zpl-generator 0.0.6 → 0.0.7

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/dist/index.es.js +1 -1
  2. package/package.json +1 -1
package/dist/index.es.js CHANGED
@@ -3213,7 +3213,7 @@ function tc(e, t) {
3213
3213
  let n = "^FO";
3214
3214
  e.verticalAlignment === K.End && (n = "^FT");
3215
3215
  const r = `^BY${e.barWidth}`, o = `^BC${e.orientation},${e.height},${e.line},${e.lineAbove},${e.checkDigit},N`;
3216
- return `${n}${e.x},${e.y}${r}${o}^FD>;${t}^FS`;
3216
+ return `${n}${e.x},${e.y}${r}${o}^FD${t}^FS`;
3217
3217
  }
3218
3218
  function nc(e, t) {
3219
3219
  let n = "^FO";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/zpl-generator",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "description": "",
5
5
  "license": "ISC",
6
6
  "author": "",