vitest-image-snapshot 0.6.36 → 0.6.38

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -175,7 +175,7 @@ interface MatchImageOptions {
175
175
 
176
176
  ```typescript
177
177
  import { imageMatcher } from "vitest-image-snapshot";
178
- import { testFragmentImage } from "wesl-test";
178
+ import { testFragmentImage } from "wgsl-test";
179
179
 
180
180
  imageMatcher();
181
181
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vitest-image-snapshot",
3
- "version": "0.6.36",
3
+ "version": "0.6.38",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist",