@operato/barcode
Advanced tools
Comparing version 0.3.28 to 0.4.0
@@ -6,2 +6,12 @@ # Change Log | ||
## [0.4.0](https://github.com/hatiolab/operato/compare/v0.3.28...v0.4.0) (2022-02-22) | ||
### :bug: Bug Fix | ||
* build problem because testing framework confilct with lit 2.2.0 ([596deda](https://github.com/hatiolab/operato/commit/596dedaa29a537c5ec92a2449e8cd08a0b11bfde)) | ||
* upgrade lit@2.2.0 ([d80e4a4](https://github.com/hatiolab/operato/commit/d80e4a4de260b3a0f7aa35f1086d0f2235cb5d01)) | ||
### [0.3.28](https://github.com/hatiolab/operato/compare/v0.3.27...v0.3.28) (2022-02-08) | ||
@@ -8,0 +18,0 @@ |
@@ -6,3 +6,3 @@ { | ||
"author": "barcode", | ||
"version": "0.3.28", | ||
"version": "0.4.0", | ||
"main": "dist/src/index.js", | ||
@@ -36,3 +36,3 @@ "module": "dist/src/index.js", | ||
"bwip-js": "^3.0.4", | ||
"lit": "^2.0.2", | ||
"lit": "^2.2.0", | ||
"zebra-browser-print-wrapper": "^0.1.4" | ||
@@ -44,3 +44,3 @@ }, | ||
"@open-wc/eslint-config": "^4.3.0", | ||
"@open-wc/testing": "next", | ||
"@open-wc/testing": "^3.0.4", | ||
"@types/bwip-js": "^2.1.1", | ||
@@ -75,3 +75,3 @@ "@types/w3c-web-usb": "^1.0.5", | ||
}, | ||
"gitHead": "5df96b8e79c130b4a85c83181ce83015ec2b1727" | ||
"gitHead": "82291954771bbddf5ee0f3f189a010b211f822a1" | ||
} |
Sorry, the diff of this file is not supported yet
93608
Updatedlit@^2.2.0