@browserless/lighthouse 9.3.15 → 9.3.18

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 +8 -9
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,13 +1,12 @@
1
- # @browserless/lighthouse
2
-
3
- <h1 align="center">
1
+ <div align="center">
2
+ <br>
4
3
  <img style="width: 500px; margin:3rem 0 1.5rem;" src="https://browserless.js.org/static/logo-banner.png" alt="browserless">
5
4
  <br>
6
- </h1>
7
-
8
- > Browserless Lighthouse integration using puppeteer.
9
-
10
- See [lighthouse](https://browserless.js.org/#%2F%3Fid=lighthouse) section our [website](https://browserless.js.org) for more information.
5
+ <br>
6
+ <p align="center"><strong>@browserless/lighthouse</strong>: Browserless Lighthouse integration using puppeteer.</p>
7
+ <p align="center">See <a href="https://browserless.js.org/#%2F%3Fid=lighthouse" target='_blank' rel='noopener noreferrer'>lighthouse</a> section our <a href="https://browserless.js.org" target='_blank' rel='noopener noreferrer'>website</a> for more information.</p>
8
+ <br>
9
+ </div>
11
10
 
12
11
  ## Install
13
12
 
@@ -19,7 +18,7 @@ npm install @browserless/lighthouse --save
19
18
 
20
19
  ## License
21
20
 
22
- **browserless** © [Microlink](https://microlink.io), Released under the [MIT](https://github.com/microlinkhq/browserless/blob/master/LICENSE.md) License.<br>
21
+ **@browserless/lighthouse** © [Microlink](https://microlink.io), Released under the [MIT](https://github.com/microlinkhq/browserless/blob/master/LICENSE.md) License.<br>
23
22
  Authored and maintained by [Microlink](https://microlink.io) with help from [contributors](https://github.com/microlinkhq/browserless/contributors).
24
23
 
25
24
  The [logo](https://thenounproject.com/term/browser/288309/) has been designed by [xinh studio](https://xinh.studio).
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@browserless/lighthouse",
3
3
  "description": "Browserless Lighthouse integration using puppeteer.",
4
4
  "homepage": "https://browserless.js.org",
5
- "version": "9.3.15",
5
+ "version": "9.3.18",
6
6
  "main": "src",
7
7
  "repository": {
8
8
  "type": "git",
@@ -24,10 +24,10 @@
24
24
  "stats"
25
25
  ],
26
26
  "dependencies": {
27
- "@browserless/errors": "^9.3.15",
27
+ "@browserless/errors": "^9.3.17",
28
28
  "debug-logfmt": "~1.0.4",
29
29
  "execa": "~5.1.1",
30
- "lighthouse": "~9.5.0",
30
+ "lighthouse": "~9.6.1",
31
31
  "p-event": "~4.2.0",
32
32
  "p-retry": "~4.6.1",
33
33
  "p-timeout": "~4.1.0",
@@ -51,5 +51,5 @@
51
51
  "timeout": "2m",
52
52
  "verbose": true
53
53
  },
54
- "gitHead": "b901fa38dd8d4f501b0b9fed5579fe0c29f5b097"
54
+ "gitHead": "f17ccdab013584350a3678908f013e596515029b"
55
55
  }