@things-factory/barcode-ui 4.1.27 → 5.0.0-alpha.2

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.
@@ -1,6 +1,6 @@
1
1
  import './barcode-tag'
2
2
 
3
- import { css, html, LitElement } from 'lit-element'
3
+ import { css, html, LitElement } from 'lit'
4
4
 
5
5
  export class BarcodeInput extends LitElement {
6
6
  static get properties() {
@@ -1,4 +1,4 @@
1
- import { css, html, LitElement } from 'lit-element'
1
+ import { css, html, LitElement } from 'lit'
2
2
 
3
3
  import { openPopup } from '@operato/layout'
4
4
  import { BrowserMultiFormatReader } from '@zxing/library'
@@ -1,5 +1,5 @@
1
1
  import bwipjs from '!bwip-js'
2
- import { css, html, LitElement } from 'lit-element'
2
+ import { css, html, LitElement } from 'lit'
3
3
 
4
4
  export class BarcodeTag extends LitElement {
5
5
  static get properties() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/barcode-ui",
3
- "version": "4.1.27",
3
+ "version": "5.0.0-alpha.2",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -24,9 +24,9 @@
24
24
  "migration:create": "node ../../node_modules/typeorm/cli.js migration:create -d ./server/migrations"
25
25
  },
26
26
  "dependencies": {
27
- "@operato/layout": "^0.3.28",
28
- "@things-factory/shell": "^4.1.27",
27
+ "@operato/layout": "^0.4.3",
28
+ "@things-factory/shell": "^5.0.0-alpha.2",
29
29
  "bwip-js": "^2.0.11"
30
30
  },
31
- "gitHead": "d2bcc934a52e1a2f68738ec8b56ad72503172f6f"
31
+ "gitHead": "055536f981d229d51ae63f46585036b35fa86602"
32
32
  }