@operato/barcode
Advanced tools
Comparing version 7.0.0-rc.0 to 7.0.0-rc.3
@@ -6,2 +6,12 @@ # Change Log | ||
## [7.0.0-rc.3](https://github.com/hatiolab/operato/compare/v7.0.0-rc.2...v7.0.0-rc.3) (2024-06-22) | ||
### :bug: Bug Fix | ||
* bwip-js@4.4.0 ([c469491](https://github.com/hatiolab/operato/commit/c4694919d777623aaec1c9dec5a8bd4b7e12c2e7)) | ||
* bwip-js@4.4.0 ([427d0fb](https://github.com/hatiolab/operato/commit/427d0fbcfd9e11fdfcf07cc357bd3ae8f61dadf8)) | ||
## [7.0.0-rc.0](https://github.com/hatiolab/operato/compare/v2.0.0-beta.35...v7.0.0-rc.0) (2024-06-21) | ||
@@ -8,0 +18,0 @@ |
@@ -24,2 +24,3 @@ import { __decorate } from "tslib"; | ||
if (this.value && this.value !== '') { | ||
//@ts-ignore | ||
const canvas = bwipjs.toCanvas(this.canvas, { | ||
@@ -43,2 +44,3 @@ bcid: this.bcid, // Barcode type | ||
try { | ||
//@ts-ignore | ||
bwipjs.toCanvas(this.canvas, { | ||
@@ -45,0 +47,0 @@ bcid: this.bcid, // Barcode type |
@@ -1,2 +0,1 @@ | ||
/// <reference types="w3c-web-usb" /> | ||
type PrinterFilter = { | ||
@@ -3,0 +2,0 @@ vendorId: number; |
@@ -5,3 +5,3 @@ { | ||
"author": "barcode", | ||
"version": "7.0.0-rc.0", | ||
"version": "7.0.0-rc.3", | ||
"main": "dist/src/index.js", | ||
@@ -45,3 +45,3 @@ "module": "dist/src/index.js", | ||
"dependencies": { | ||
"bwip-js": "^3.0.4", | ||
"bwip-js": "^4.4.0", | ||
"lit": "^3.1.2" | ||
@@ -54,3 +54,2 @@ }, | ||
"@open-wc/testing": "^3.1.6", | ||
"@types/bwip-js": "^3.0.0", | ||
"@types/w3c-web-usb": "^1.0.5", | ||
@@ -84,3 +83,3 @@ "@typescript-eslint/eslint-plugin": "^7.0.1", | ||
}, | ||
"gitHead": "6ea42336e40d8eae2c11a9ebdfc21dd1cbcefca1" | ||
"gitHead": "20a0eea8c98f074cbaef2405e97a8c0bfccbcf4e" | ||
} |
@@ -55,2 +55,3 @@ import { LitElement, PropertyValues, css, html } from 'lit' | ||
if (this.value && this.value !== '') { | ||
//@ts-ignore | ||
const canvas = bwipjs.toCanvas(this.canvas, { | ||
@@ -77,2 +78,3 @@ bcid: this.bcid, // Barcode type | ||
try { | ||
//@ts-ignore | ||
bwipjs.toCanvas(this.canvas, { | ||
@@ -79,0 +81,0 @@ bcid: this.bcid, // Barcode type |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18
1282
149407
+ Addedbwip-js@4.5.1(transitive)
- Removedbwip-js@3.4.5(transitive)
Updatedbwip-js@^4.4.0