@operato/scene-label 9.0.0-beta.3 → 9.0.0-beta.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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 Barcode | typeof BarcodeScanner | typeof LabelPrinter)[];
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.3",
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": "5f81f48c4dfc0101ca86998417d03463f8112072"
66
+ "gitHead": "0c1d2486d6aee9bb231a6b14a921d547cb2cfeef"
67
67
  }
@@ -1,4 +1,4 @@
1
- import templates from './dist/templates.js'
1
+ import templates from './dist/templates/index.js'
2
2
 
3
3
  export default {
4
4
  templates