shareneus 1.5.99 → 1.6.0

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.
@@ -321,6 +321,7 @@ function buildBarcodeStack(code) {
321
321
  {
322
322
  svg,
323
323
  width: 92,
324
+ fontSize: 8,
324
325
  alignment: 'center',
325
326
  margin: [0, 0, 0, 0]
326
327
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shareneus",
3
- "version": "1.5.99",
3
+ "version": "1.6.00",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",