browserless 10.5.1 → 10.5.2

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 +1 -1
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -24,4 +24,4 @@ Authored and maintained by [Microlink](https://microlink.io) with help from [con
24
24
 
25
25
  The [logo](https://thenounproject.com/term/browser/288309/) has been designed by [xinh studio](https://xinh.studio).
26
26
 
27
- > [microlink.io](https://microlink.io) · GitHub [microlinkhq](https://github.com/microlinkhq) · Twitter [@microlinkhq](https://twitter.com/microlinkhq)
27
+ > [microlink.io](https://microlink.io) · GitHub [microlinkhq](https://github.com/microlinkhq) · X [@microlinkhq](https://x.com/microlinkhq)
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "browserless",
3
3
  "description": "The headless Chrome/Chromium performance driver for Node.js",
4
4
  "homepage": "https://browserless.js.org",
5
- "version": "10.5.1",
5
+ "version": "10.5.2",
6
6
  "main": "src/index.js",
7
7
  "author": {
8
8
  "email": "hello@microlink.io",
@@ -31,10 +31,10 @@
31
31
  "text"
32
32
  ],
33
33
  "dependencies": {
34
- "@browserless/errors": "^10.3.0",
35
- "@browserless/goto": "^10.5.0",
36
- "@browserless/pdf": "^10.5.0",
37
- "@browserless/screenshot": "^10.5.1",
34
+ "@browserless/errors": "^10.5.2",
35
+ "@browserless/goto": "^10.5.2",
36
+ "@browserless/pdf": "^10.5.2",
37
+ "@browserless/screenshot": "^10.5.2",
38
38
  "debug-logfmt": "~1.2.1",
39
39
  "kill-process-group": "~1.0.7",
40
40
  "p-reflect": "~2.1.0",
@@ -44,7 +44,7 @@
44
44
  "superlock": "~1.1.0"
45
45
  },
46
46
  "devDependencies": {
47
- "@browserless/test": "^10.3.0",
47
+ "@browserless/test": "^10.5.2",
48
48
  "ava": "5",
49
49
  "ps-list": "7",
50
50
  "tinyspawn": "latest"
@@ -64,5 +64,5 @@
64
64
  "timeout": "2m",
65
65
  "workerThreads": false
66
66
  },
67
- "gitHead": "6b77276b078d55ad706d47cbc5f18b885a145f22"
67
+ "gitHead": "0cfe389ca008f8317df3237ec3a2f3a232eba849"
68
68
  }