@node-projects/web-component-designer-zpl 0.1.21 → 0.1.22

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.
@@ -23,7 +23,7 @@ export class ZplDemoView extends BaseCustomWebComponentConstructorAppend {
23
23
  const width = 4;
24
24
  const height = 6;
25
25
  const dpmm = '24dpmm';
26
- const response = await fetch(`http://api.labelary.com/v1/printers/${dpmm}/labels/${width}x${height}/${0}`, {
26
+ const response = await fetch(`https://api.labelary.com/v1/printers/${dpmm}/labels/${width}x${height}/${0}`, {
27
27
  method: "POST",
28
28
  body: code,
29
29
  headers: {
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.21",
4
+ "version": "0.1.22",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "author": "jochen.kuehner@gmx.de",