shareneus 1.4.12 → 1.4.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.
@@ -170,7 +170,7 @@ class ItemBarCodeLabelPdf {
170
170
  }
171
171
  static textToSvgBarcode(text) {
172
172
  const svgElement = document.createElementNS("http://www.w3.org/2000/svg", "svg");
173
- (0, jsbarcode_1.default)(svgElement, text, { format: "CODE128", width: 1, height: 80 });
173
+ (0, jsbarcode_1.default)(svgElement, text, { format: "CODE128", width: 1.25, height: 80 });
174
174
  return { svg: svgElement.outerHTML };
175
175
  }
176
176
  static textToBase64Barcode(text, custom) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shareneus",
3
- "version": "1.4.12",
3
+ "version": "1.4.13",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",