@barcode-bakery/barcode-1d
Advanced tools
Comparing version 3.0.0-alpha.10 to 3.0.0-alpha.11
@@ -28,2 +28,8 @@ import { BCGBarcode1D, BCGLabel, draw } from '@barcode-bakery/barcode-common'; | ||
/** | ||
* Indicates if we need to handle the labels. | ||
* If a child class has done it, then we will skip it. | ||
* TS only. | ||
*/ | ||
protected handleLabel: boolean; | ||
/** | ||
* Creates an EAN-13 barcode. | ||
@@ -30,0 +36,0 @@ */ |
{ | ||
"name": "@barcode-bakery/barcode-1d", | ||
"version": "3.0.0-alpha.10", | ||
"version": "3.0.0-alpha.11", | ||
"description": "Generates 1D barcodes.", | ||
@@ -5,0 +5,0 @@ "type": "module", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
561613
4204