@browserless/pdf 9.3.16 → 9.3.17

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 +3 -3
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,13 +1,13 @@
1
1
  <div align="center">
2
+ <br>
2
3
  <img style="width: 500px; margin:3rem 0 1.5rem;" src="https://browserless.js.org/static/logo-banner.png" alt="browserless">
3
4
  <br>
4
5
  <br>
5
- <p align="center"><strong>@browserless/pdf</strong>: Sensible good defaults for exporting a website as PDF</p>
6
+ <p align="center"><strong>@browserless/pdf</strong>: Sensible good defaults for exporting a website as PDF.</p>
7
+ <p align="center">See our <a href="https://browserless.js.org" target='_blank' rel='noopener noreferrer'>website</a> for more information.</p>
6
8
  <br>
7
9
  </div>
8
10
 
9
- See our [website](https://browserless.js.org) for more information.
10
-
11
11
  ## Install
12
12
 
13
13
  Using npm:
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@browserless/pdf",
3
3
  "description": "Sensible good defaults for exporting a website as PDF",
4
4
  "homepage": "https://browserless.js.org/#/?id=pdfurl-options",
5
- "version": "9.3.16",
5
+ "version": "9.3.17",
6
6
  "main": "src",
7
7
  "repository": {
8
8
  "directory": "packages/pdf",
@@ -24,7 +24,7 @@
24
24
  "screen"
25
25
  ],
26
26
  "dependencies": {
27
- "@browserless/goto": "^9.3.16"
27
+ "@browserless/goto": "^9.3.17"
28
28
  },
29
29
  "engines": {
30
30
  "node": ">= 12"
@@ -37,5 +37,5 @@
37
37
  "test": "exit 0"
38
38
  },
39
39
  "license": "MIT",
40
- "gitHead": "68a40c98e8e93f2cb3f3115b75a7b9bec9fbe433"
40
+ "gitHead": "04673cb79ea79b17bbd90fe78f130143aac60690"
41
41
  }