@iqx-limited/quick-pdf 1.8.4 → 1.8.6

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 +2 -0
  2. package/package.json +12 -12
package/README.md CHANGED
@@ -16,6 +16,8 @@ This project provides a set of utilities for converting various file formats wit
16
16
  - **Node.js**: This project is built with Node.js and uses ES modules. NodeJS > v20 required.
17
17
  - Firefox or Chrome (Module Dependant) either remotely or on your machine.
18
18
 
19
+ NOTE: Please check Puppeteer's currently supported browser versions before using this project -> Puppeteer is normally kept as up to date as possible but it is worth checking the package.json before installing.
20
+
19
21
  # Operations Available in the Package
20
22
 
21
23
  ## 1. `html2pdf`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iqx-limited/quick-pdf",
3
- "version": "1.8.4",
3
+ "version": "1.8.6",
4
4
  "author": "IQX",
5
5
  "description": "Converting PDFs to images (📃 to 📸)",
6
6
  "type": "module",
@@ -45,30 +45,30 @@
45
45
  },
46
46
  "engineStrict": true,
47
47
  "dependencies": {
48
- "file-type": "^21.0.0",
49
- "html-validate": "^10.2.1",
48
+ "file-type": "^21.1.1",
49
+ "html-validate": "^10.4.0",
50
50
  "image-size": "^2.0.2",
51
51
  "path2d-polyfill": "^3.2.1",
52
52
  "pdfkit": "^0.17.2",
53
- "puppeteer": "^24.27.0",
54
- "rollup-plugin-node-externals": "^8.1.1",
53
+ "puppeteer": "^24.31.0",
54
+ "rollup-plugin-node-externals": "^8.1.2",
55
55
  "semver": "^7.7.3"
56
56
  },
57
57
  "devDependencies": {
58
- "@rollup/plugin-commonjs": "^28.0.9",
58
+ "@rollup/plugin-commonjs": "^29.0.0",
59
59
  "@rollup/plugin-json": "^6.1.0",
60
60
  "@rollup/plugin-node-resolve": "^16.0.3",
61
61
  "@rollup/plugin-typescript": "^12.3.0",
62
- "@stylistic/eslint-plugin": "^5.5.0",
63
- "@types/node": "^24.9.2",
62
+ "@stylistic/eslint-plugin": "^5.6.1",
63
+ "@types/node": "^24.10.1",
64
64
  "@types/pdfkit": "^0.17.3",
65
65
  "@types/semver": "^7.7.1",
66
- "eslint": "^9.38.0",
67
- "rollup": "^4.52.5",
66
+ "eslint": "^9.39.1",
67
+ "rollup": "^4.53.3",
68
68
  "typescript": "^5.9.3",
69
- "typescript-eslint": "^8.46.2"
69
+ "typescript-eslint": "^8.48.0"
70
70
  },
71
71
  "volta": {
72
- "node": "22.21.0"
72
+ "node": "22.21.1"
73
73
  }
74
74
  }