pdf-visual-compare 2.4.0 → 2.6.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 (1) hide show
  1. package/package.json +15 -18
package/package.json CHANGED
@@ -1,12 +1,15 @@
1
1
  {
2
2
  "name": "pdf-visual-compare",
3
- "version": "2.4.0",
3
+ "version": "2.6.0",
4
4
  "description": "Visual regression testing library for PDFs in Js/Ts without binary and OS dependencies.",
5
5
  "keywords": [
6
6
  "pdf",
7
7
  "pdf regression",
8
8
  "pdf test",
9
- "pdf compare"
9
+ "pdf compare",
10
+ "compare pdf",
11
+ "pdf diff",
12
+ "visual regression"
10
13
  ],
11
14
  "homepage": "https://github.com/dichovsky/pdf-visual-compare#readme",
12
15
  "bugs": {
@@ -19,12 +22,6 @@
19
22
  "license": "MIT",
20
23
  "author": "Igor Magdich <magdich.igor@gmail.com>",
21
24
  "type": "module",
22
- "exports": {
23
- ".": {
24
- "default": "./out/index.js",
25
- "types": "./out/index.d.ts"
26
- }
27
- },
28
25
  "main": "./out/index.js",
29
26
  "types": "./out/index.d.ts",
30
27
  "files": [
@@ -46,22 +43,22 @@
46
43
  "test:docker": "npm run docker:build && npm run docker:run"
47
44
  },
48
45
  "dependencies": {
49
- "pdf-to-png-converter": "^3.6.1",
50
- "png-visual-compare": "^2.2.1"
46
+ "pdf-to-png-converter": "~3.8.0",
47
+ "png-visual-compare": "~2.5.1"
51
48
  },
52
49
  "devDependencies": {
53
- "@types/node": "^22.10.1",
54
- "@typescript-eslint/eslint-plugin": "^8.17.0",
55
- "@typescript-eslint/parser": "^8.17.0",
56
- "@vitest/coverage-v8": "^2.1.8",
57
- "eslint": "^9.16.0",
50
+ "@types/node": "^24.5.2",
51
+ "@typescript-eslint/eslint-plugin": "^8.44.0",
52
+ "@typescript-eslint/parser": "^8.44.0",
53
+ "@vitest/coverage-v8": "^3.2.4",
54
+ "eslint": "^9.36.0",
58
55
  "rimraf": "^6.0.1",
59
56
  "ts-node": "^10.9.2",
60
- "typescript": "^5.7.2",
61
- "vitest": "^2.1.8"
57
+ "typescript": "^5.9.2",
58
+ "vitest": "^3.2.4"
62
59
  },
63
60
  "engines": {
64
61
  "node": ">=20",
65
62
  "yarn": "please-use-npm"
66
63
  }
67
- }
64
+ }