We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94f7695 commit d5020d7Copy full SHA for d5020d7
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@zxing/browser",
3
- "version": "0.1.1",
+ "version": "0.1.2",
4
"description": "ZXing for JS's browser layer.",
5
"keywords": [
6
"reader",
@@ -54,15 +54,15 @@
54
"cypress:debug": "BROWSER=none CYPRESS_REMOTE_DEBUGGING_PORT=9222 cypress open"
55
},
56
"peerDependencies": {
57
- "@zxing/library": "^0.19.1"
+ "@zxing/library": "^0.20.0"
58
59
"optionalDependencies": {
60
"@zxing/text-encoding": "^0.9.0"
61
62
"devDependencies": {
63
"@rollup/plugin-node-resolve": "^13.1.3",
64
"@types/chai": "^4.3.0",
65
- "@zxing/library": "^0.19.1",
+ "@zxing/library": "^0.20.0",
66
"chai": "^4.3.6",
67
"cypress": "^9.4.1",
68
"eslint": "^8.8.0",
0 commit comments