bun-match-svg
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -131,3 +131,3 @@ import { expect, type MatcherResult } from "bun:test" | ||
reference: Buffer.from(existingSnapshot), | ||
current: Buffer.from(received[index]), | ||
current: Buffer.from(received[index] as any), | ||
diff: diffPath, | ||
@@ -134,0 +134,0 @@ highlightColor: "#ff00ff", |
{ | ||
"name": "bun-match-svg", | ||
"module": "index.ts", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"type": "module", | ||
@@ -6,0 +6,0 @@ "devDependencies": { |
42143