comparadise-utils 1.22.1 → 1.23.0

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/dist/index.js +3 -3
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -28,11 +28,11 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
28
28
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
29
 
30
30
  // index.ts
31
- var comparadise_utils_exports = {};
32
- __export(comparadise_utils_exports, {
31
+ var index_exports = {};
32
+ __export(index_exports, {
33
33
  setupVisualTests: () => setupVisualTests
34
34
  });
35
- module.exports = __toCommonJS(comparadise_utils_exports);
35
+ module.exports = __toCommonJS(index_exports);
36
36
 
37
37
  // screenshots.ts
38
38
  var fs2 = __toESM(require("fs"));
package/package.json CHANGED
@@ -23,12 +23,12 @@
23
23
  "@types/pixelmatch": "5.2.6",
24
24
  "@types/pngjs": "6.0.5",
25
25
  "cypress": "14.0.0",
26
- "tsup": "8.3.5"
26
+ "tsup": "8.3.6"
27
27
  },
28
28
  "peerDependencies": {
29
29
  "cypress": ">=12"
30
30
  },
31
- "version": "1.22.1",
31
+ "version": "1.23.0",
32
32
  "scripts": {
33
33
  "build": "tsup",
34
34
  "postbuild": "echo \"require('./dist/match-screenshot');\" > commands.js",