Skip to content

Commit

Permalink
fix: image bitmap source type detection across iframes (#118)
Browse files Browse the repository at this point in the history
* fix: image bitmap source type detection across iframes

* chore: small cleanup
  • Loading branch information
Sec-ant authored Oct 10, 2024
1 parent 1748a8d commit 1d27f3e
Show file tree
Hide file tree
Showing 7 changed files with 171 additions and 99 deletions.
5 changes: 5 additions & 0 deletions .changeset/rich-cougars-laugh.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"barcode-detector": patch
---

Fix image bitmap source type detection across iframes.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,26 +90,26 @@
"@changesets/cli": "^2.27.9",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@types/node": "^22.7.4",
"@types/node": "^22.7.5",
"@vitest/browser": "^2.1.2",
"@vitest/coverage-istanbul": "^2.1.2",
"@vitest/ui": "^2.1.2",
"concurrently": "^9.0.1",
"http-server": "^14.1.1",
"lint-staged": "^15.2.10",
"playwright": "^1.47.2",
"playwright": "^1.48.0",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"simple-git-hooks": "^2.11.1",
"start-server-and-test": "^2.0.8",
"tsx": "^4.19.1",
"typescript": "^5.6.2",
"typescript": "^5.6.3",
"vite": "^5.4.8",
"vitest": "^2.1.2"
},
"dependencies": {
"@types/dom-webcodecs": "^0.1.12",
"@types/dom-webcodecs": "^0.1.13",
"zxing-wasm": "1.2.14"
},
"packageManager": "[email protected].0+sha512.4abf725084d7bcbafbd728bfc7bee61f2f791f977fd87542b3579dcb23504d170d46337945e4c66485cd12d588a0c0e570ed9c477e7ccdd8507cf05f3f92eaca"
"packageManager": "[email protected].1+sha512.e5a7e52a4183a02d5931057f7a0dbff9d5e9ce3161e33fa68ae392125b79282a8a8a470a51dfc8a0ed86221442eb2fb57019b0990ed24fab519bf0e1bc5ccfc4"
}
Loading

0 comments on commit 1d27f3e

Please sign in to comment.