@browserless/goto 9.9.5 → 9.10.1

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/README.md CHANGED
@@ -1,6 +1,7 @@
1
1
  <div align="center">
2
2
  <br>
3
- <img style="width: 500px; margin:3rem 0 1.5rem;" src="https://browserless.js.org/static/logo-banner.png" alt="browserless">
3
+ <img style="width: 500px; margin:3rem 0 1.5rem;" src="/static/logo-banner.png#gh-light-mode-only" alt="browserless">
4
+ <img style="width: 500px; margin:3rem 0 1.5rem;" src="/static/logo-banner-light.png#gh-dark-mode-only" alt="browserless">
4
5
  <br>
5
6
  <br>
6
7
  <p align="center"><strong>@browserless/goto</strong>: Go to a page aborting unnecessary requests.</p>
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@browserless/goto",
3
3
  "description": "Go to a page aborting unnecessary requests",
4
4
  "homepage": "https://browserless.js.org/#/?id=gotopage-options",
5
- "version": "9.9.5",
5
+ "version": "9.10.1",
6
6
  "main": "src/index.js",
7
7
  "author": {
8
8
  "email": "hello@microlink.io",
@@ -29,7 +29,7 @@
29
29
  "puppeteer"
30
30
  ],
31
31
  "dependencies": {
32
- "@browserless/devices": "^9.9.3",
32
+ "@browserless/devices": "^9.10.1",
33
33
  "@cliqz/adblocker-puppeteer": "~1.26.1",
34
34
  "debug-logfmt": "~1.0.4",
35
35
  "got": "~11.8.6",
@@ -44,7 +44,7 @@
44
44
  "unique-random-array": "~2.0.0"
45
45
  },
46
46
  "devDependencies": {
47
- "@browserless/test": "^9.9.3",
47
+ "@browserless/test": "^9.10.1",
48
48
  "ava": "latest",
49
49
  "browserless": "latest",
50
50
  "fpscanner": "latest",
@@ -66,6 +66,7 @@
66
66
  "timeout": "30s",
67
67
  "workerThreads": false
68
68
  },
69
+ "gitHead": "0826317b9edda6f4d77b38d843e6087060876a00",
69
70
  "scripts": {
70
71
  "postinstall": "node scripts/postinstall",
71
72
  "test": "ava"
@@ -23,6 +23,4 @@ const main = async () => {
23
23
  await writeFile(OUTPUT_FILENAME, engine.serialize())
24
24
  }
25
25
 
26
- main()
27
- .catch(err => console.error(err) && process.exit(1))
28
- .then(process.exit)
26
+ main().catch(error => console.error(error) || process.exit(1))
package/src/engine.bin CHANGED
Binary file