@operato/scene-label 8.0.0-beta.1 → 9.0.0-beta.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +5 -5
- package/CHANGELOG.md +0 -707
- package/schema.graphql +0 -3978
- package/src/barcode-scanner.ts +0 -127
- package/src/barcode.ts +0 -328
- package/src/bitmap.ts +0 -163
- package/src/index.ts +0 -5
- package/src/label-printer.ts +0 -141
- package/src/templates/barcode-scanner.ts +0 -17
- package/src/templates/barcode.ts +0 -18
- package/src/templates/index.ts +0 -5
- package/src/templates/label-printer.ts +0 -18
- package/tsconfig.json +0 -24
- package/tsconfig.tsbuildinfo +0 -1
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": "
|
4
|
+
"version": "9.0.0-beta.0",
|
5
5
|
"license": "MIT",
|
6
6
|
"things-scene": true,
|
7
7
|
"main": "dist/index.js",
|
@@ -27,9 +27,9 @@
|
|
27
27
|
"migration": "things-factory-migration"
|
28
28
|
},
|
29
29
|
"dependencies": {
|
30
|
-
"@hatiolab/things-scene": "^
|
31
|
-
"@operato/barcode": "^
|
32
|
-
"@operato/input": "^
|
30
|
+
"@hatiolab/things-scene": "^9.0.0-beta",
|
31
|
+
"@operato/barcode": "^9.0.0-beta",
|
32
|
+
"@operato/input": "^9.0.0-beta",
|
33
33
|
"bwip-js": "^4.4.0"
|
34
34
|
},
|
35
35
|
"devDependencies": {
|
@@ -62,5 +62,5 @@
|
|
62
62
|
"prettier --write"
|
63
63
|
]
|
64
64
|
},
|
65
|
-
"gitHead": "
|
65
|
+
"gitHead": "87f7a74e8b66f6cc6f19b9c75a7c9a03637ab7ac"
|
66
66
|
}
|