barcode-detector 3.0.3 → 3.0.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.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "barcode-detector",
3
3
  "description": "A Barcode Detection API polyfill that uses ZXing webassembly under the hood",
4
4
  "private": false,
5
- "version": "3.0.3",
5
+ "version": "3.0.4",
6
6
  "type": "module",
7
7
  "files": [
8
8
  "./dist"
@@ -91,7 +91,7 @@
91
91
  "@changesets/cli": "^2.29.3",
92
92
  "@commitlint/cli": "^19.8.0",
93
93
  "@commitlint/config-conventional": "^19.8.0",
94
- "@types/node": "^22.15.13",
94
+ "@types/node": "^22.15.14",
95
95
  "@vitest/browser": "^3.1.3",
96
96
  "@vitest/coverage-istanbul": "^3.1.3",
97
97
  "@vitest/ui": "^3.1.3",
@@ -109,7 +109,7 @@
109
109
  "vitest": "^3.1.3"
110
110
  },
111
111
  "dependencies": {
112
- "zxing-wasm": "^2.1.2"
112
+ "zxing-wasm": "2.1.2"
113
113
  },
114
114
  "scripts": {
115
115
  "update-hooks": "simple-git-hooks",