@operato/scene-label 9.0.0-beta.3 → 9.0.0-beta.7
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.d.ts +1 -1
- package/package.json +4 -4
- package/things-scene.config.js +1 -1
package/dist/index.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
import Barcode from './barcode.js';
|
2
2
|
import BarcodeScanner from './barcode-scanner.js';
|
3
3
|
import LabelPrinter from './label-printer.js';
|
4
|
-
declare const _default: (typeof
|
4
|
+
declare const _default: (typeof BarcodeScanner | typeof Barcode | typeof LabelPrinter)[];
|
5
5
|
export default _default;
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@operato/scene-label",
|
3
3
|
"description": "Barcode Label component for things-scene",
|
4
|
-
"version": "9.0.0-beta.
|
4
|
+
"version": "9.0.0-beta.7",
|
5
5
|
"type": "module",
|
6
6
|
"license": "MIT",
|
7
7
|
"things-scene": true,
|
@@ -43,8 +43,8 @@
|
|
43
43
|
"@typescript-eslint/parser": "^4.33.0",
|
44
44
|
"@web/dev-server": "^0.1.28",
|
45
45
|
"concurrently": "^8.0.1",
|
46
|
-
"eslint": "^
|
47
|
-
"eslint-config-prettier": "^
|
46
|
+
"eslint": "^9.18.0",
|
47
|
+
"eslint-config-prettier": "^10.0.1",
|
48
48
|
"husky": "^8.0.3",
|
49
49
|
"lint-staged": "^13.2.2",
|
50
50
|
"prettier": "^2.4.1",
|
@@ -63,5 +63,5 @@
|
|
63
63
|
"prettier --write"
|
64
64
|
]
|
65
65
|
},
|
66
|
-
"gitHead": "
|
66
|
+
"gitHead": "97e5af48dff339375c9fb2668741276409321b0b"
|
67
67
|
}
|
package/things-scene.config.js
CHANGED