@browserless/pdf 10.11.1 → 10.11.3
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.
- package/package.json +5 -5
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@browserless/pdf",
|
|
3
3
|
"description": "Convert websites to high-quality PDFs with customizable margins, background printing, and optimized scaling.",
|
|
4
4
|
"homepage": "https://browserless.js.org/#/?id=pdfurl-options",
|
|
5
|
-
"version": "10.11.
|
|
5
|
+
"version": "10.11.3",
|
|
6
6
|
"main": "src",
|
|
7
7
|
"author": {
|
|
8
8
|
"email": "hello@microlink.io",
|
|
@@ -30,14 +30,14 @@
|
|
|
30
30
|
"website-to-pdf"
|
|
31
31
|
],
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@browserless/goto": "^10.11.
|
|
34
|
-
"@browserless/screenshot": "^10.11.
|
|
33
|
+
"@browserless/goto": "^10.11.3",
|
|
34
|
+
"@browserless/screenshot": "^10.11.3",
|
|
35
35
|
"@kikobeats/time-span": "~1.0.11",
|
|
36
36
|
"debug-logfmt": "~1.4.8",
|
|
37
37
|
"pretty-ms": "~7.0.1"
|
|
38
38
|
},
|
|
39
39
|
"engines": {
|
|
40
|
-
"node": ">=
|
|
40
|
+
"node": ">= 24"
|
|
41
41
|
},
|
|
42
42
|
"files": [
|
|
43
43
|
"src"
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
"test": "exit 0"
|
|
48
48
|
},
|
|
49
49
|
"license": "MIT",
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "2f86ba8d35c9b92c3c19e310282a3d24d0e0c7e0"
|
|
51
51
|
}
|