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 1ef9ee9 commit db43c13Copy full SHA for db43c13
1 file changed
projects/zxing-scanner/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@zxing/ngx-scanner",
3
- "version": "22.0.0",
+ "version": "22.0.1",
4
"description": "High-performance Angular barcode scanner component based on ZXing.",
5
"homepage": "https://github.com/zxing-js/ngx-scanner#readme",
6
"private": false,
@@ -13,9 +13,9 @@
13
"@angular/common": "^22.0.0",
14
"@angular/core": "^22.0.0",
15
"@angular/forms": "^22.0.0",
16
- "@zxing/browser": "^0.1.4",
17
- "@zxing/library": "^0.21.0",
+ "@zxing/browser": "^0.2.0",
+ "@zxing/library": "^0.23.0",
18
"rxjs": "^6.5.3 || ^7.4.0",
19
- "typescript": "^5.9.0"
+ "typescript": "^6.0.0"
20
}
21
0 commit comments