@operato/scene-label 9.0.0-beta.3 → 9.0.0-beta.4
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 +2 -2
- 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.4",
|
5
5
|
"type": "module",
|
6
6
|
"license": "MIT",
|
7
7
|
"things-scene": true,
|
@@ -63,5 +63,5 @@
|
|
63
63
|
"prettier --write"
|
64
64
|
]
|
65
65
|
},
|
66
|
-
"gitHead": "
|
66
|
+
"gitHead": "0c1d2486d6aee9bb231a6b14a921d547cb2cfeef"
|
67
67
|
}
|
package/things-scene.config.js
CHANGED