@operato/barcode
Advanced tools
Comparing version 1.1.13 to 1.1.52
@@ -6,2 +6,11 @@ # Change Log | ||
### [1.1.52](https://github.com/hatiolab/operato/compare/v1.1.51...v1.1.52) (2022-12-31) | ||
### :bug: Bug Fix | ||
* add contact webcomponent ([f0e8cdb](https://github.com/hatiolab/operato/commit/f0e8cdb4425812cab106cee8f4c70122f37637c5)) | ||
### [1.1.13](https://github.com/hatiolab/operato/compare/v1.1.12...v1.1.13) (2022-11-21) | ||
@@ -8,0 +17,0 @@ |
/// <reference types="w3c-web-usb" /> | ||
declare type PrinterFilter = { | ||
type PrinterFilter = { | ||
vendorId: number; | ||
@@ -4,0 +4,0 @@ }; |
@@ -5,3 +5,3 @@ { | ||
"author": "barcode", | ||
"version": "1.1.13", | ||
"version": "1.1.52", | ||
"main": "dist/src/index.js", | ||
@@ -48,4 +48,4 @@ "module": "dist/src/index.js", | ||
"@hatiolab/prettier-config": "^1.0.0", | ||
"@open-wc/eslint-config": "^4.3.0", | ||
"@open-wc/testing": "^3.0.4", | ||
"@open-wc/eslint-config": "^8.0.2", | ||
"@open-wc/testing": "^3.1.6", | ||
"@types/bwip-js": "^3.0.0", | ||
@@ -55,5 +55,5 @@ "@types/w3c-web-usb": "^1.0.5", | ||
"@typescript-eslint/parser": "^4.33.0", | ||
"@web/dev-server": "^0.1.29", | ||
"@web/dev-server-storybook": "^0.5.0", | ||
"@web/test-runner": "next", | ||
"@web/dev-server": "^0.1.34", | ||
"@web/dev-server-storybook": "^0.5.4", | ||
"@web/test-runner": "^0.15.0", | ||
"concurrently": "^5.3.0", | ||
@@ -81,3 +81,3 @@ "eslint": "^7.32.0", | ||
}, | ||
"gitHead": "b202a789101281a3ba6cf13992a57e8c4bb6687e" | ||
"gitHead": "127a7b565d59baadf7764255dcc98c70ac836d70" | ||
} |
Sorry, the diff of this file is not supported yet
140121