@node-projects/web-component-designer-zpl 0.1.12 → 0.1.13
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.
|
@@ -206,7 +206,6 @@ export class ZplParserService {
|
|
|
206
206
|
}
|
|
207
207
|
tx += "^XZ";
|
|
208
208
|
textWriter.writeLine("^XA");
|
|
209
|
-
textWriter.writeLine("^FX Comment for printersettings");
|
|
210
209
|
// textWriter.writeLine("^FX For better view visit http://labelary.com/viewer.html?zpl=" + encodeURIComponent(tx));
|
|
211
210
|
for (let d of designItems) {
|
|
212
211
|
let start = textWriter.position;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"description": "web-component-designer addon: Widgets and Services for creating a ZPL Designer",
|
|
3
3
|
"name": "@node-projects/web-component-designer-zpl",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.13",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
7
7
|
"author": "jochen.kuehner@gmx.de",
|