@blazediff/bun 1.1.6 → 1.1.8

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 (2) hide show
  1. package/README.md +6 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -111,6 +111,12 @@ Bun test matcher for image snapshot comparison.
111
111
  <td>0.1</td>
112
112
  <td>Color difference threshold (0-1) for core/bin methods</td>
113
113
  </tr>
114
+ <tr>
115
+ <td><code>runInWorker</code></td>
116
+ <td>boolean</td>
117
+ <td>true</td>
118
+ <td>Run comparison in worker thread for better performance</td>
119
+ </tr>
114
120
  </table>
115
121
 
116
122
  See [@blazediff/matcher](https://www.npmjs.com/package/@blazediff/matcher) for full options documentation.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blazediff/bun",
3
- "version": "1.1.6",
3
+ "version": "1.1.8",
4
4
  "description": "Bun test matcher for visual regression testing with blazediff",
5
5
  "private": false,
6
6
  "publishConfig": {
@@ -33,7 +33,7 @@
33
33
  "homepage": "https://blazediff.dev",
34
34
  "license": "MIT",
35
35
  "dependencies": {
36
- "@blazediff/matcher": "1.2.4"
36
+ "@blazediff/matcher": "1.3.0"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@types/bun": "^1.2.10",