vitest-image-snapshot 0.6.38 → 0.6.39

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.
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { n as ImageSnapshotReporterOptions, t as ImageSnapshotReporter } from "./ImageSnapshotReporter-C3C7yfn1.js";
1
+ import { n as ImageSnapshotReporterOptions, t as ImageSnapshotReporter } from "./ImageSnapshotReporter-BthcwBqW.js";
2
2
 
3
3
  //#region src/ImageComparison.d.ts
4
4
  /** nodejs compatible interface to DOM ImageData */
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { n as generateDiffReport, t as ImageSnapshotReporter } from "./ImageSnapshotReporter-D1-9tyxx.js";
1
+ import { n as generateDiffReport, t as ImageSnapshotReporter } from "./ImageSnapshotReporter-CEBGVm2_.js";
2
2
  import * as fs from "node:fs";
3
3
  import * as path from "node:path";
4
4
  import pixelmatch from "pixelmatch";
@@ -1,2 +1,2 @@
1
- import { t as ImageSnapshotReporter } from "./ImageSnapshotReporter-C3C7yfn1.js";
1
+ import { t as ImageSnapshotReporter } from "./ImageSnapshotReporter-BthcwBqW.js";
2
2
  export { ImageSnapshotReporter as default };
package/dist/reporter.js CHANGED
@@ -1,4 +1,4 @@
1
- import { t as ImageSnapshotReporter } from "./ImageSnapshotReporter-D1-9tyxx.js";
1
+ import { t as ImageSnapshotReporter } from "./ImageSnapshotReporter-CEBGVm2_.js";
2
2
 
3
3
  //#region src/reporter.ts
4
4
  var reporter_default = ImageSnapshotReporter;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vitest-image-snapshot",
3
- "version": "0.6.38",
3
+ "version": "0.6.39",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist",
@@ -26,7 +26,7 @@
26
26
  "@types/pngjs": "^6.0.0"
27
27
  },
28
28
  "peerDependencies": {
29
- "vitest": "^3.2.4"
29
+ "vitest": "^4.0.16"
30
30
  },
31
31
  "license": "MIT",
32
32
  "keywords": [