browserless 10.12.0 → 10.12.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",
|
|
3
3
|
"description": "The headless Chrome/Chromium driver on top of Puppeteer. Take screenshots, generate PDFs, extract text and HTML with a production-ready API.",
|
|
4
4
|
"homepage": "https://browserless.js.org",
|
|
5
|
-
"version": "10.12.
|
|
5
|
+
"version": "10.12.3",
|
|
6
6
|
"main": "src/index.js",
|
|
7
7
|
"types": "index.d.ts",
|
|
8
8
|
"author": {
|
|
@@ -35,10 +35,10 @@
|
|
|
35
35
|
"web-scraping"
|
|
36
36
|
],
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@browserless/errors": "^10.
|
|
38
|
+
"@browserless/errors": "^10.12.1",
|
|
39
39
|
"@browserless/goto": "^10.11.4",
|
|
40
|
-
"@browserless/pdf": "^10.
|
|
41
|
-
"@browserless/screenshot": "^10.
|
|
40
|
+
"@browserless/pdf": "^10.12.3",
|
|
41
|
+
"@browserless/screenshot": "^10.12.3",
|
|
42
42
|
"debug-logfmt": "~1.4.8",
|
|
43
43
|
"kill-process-group": "~1.0.13",
|
|
44
44
|
"p-reflect": "~2.1.0",
|
|
@@ -70,5 +70,5 @@
|
|
|
70
70
|
"timeout": "2m",
|
|
71
71
|
"workerThreads": false
|
|
72
72
|
},
|
|
73
|
-
"gitHead": "
|
|
73
|
+
"gitHead": "057ad616cae720a908af469a8e2c702fb826c88b"
|
|
74
74
|
}
|