@browserless/cli 13.8.3 → 13.9.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 +2 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -11,7 +11,7 @@
11
11
 
12
12
  > @browserless/cli: CLI to interact with Browserless capabilities.
13
13
 
14
- See [CLI section](https://browserless.js.org/#/?id=cli) our website for more information.
14
+ See the [CLI section](https://browserless.js.org/#/?id=cli) on our website for more information.
15
15
 
16
16
  ## Install
17
17
 
@@ -68,6 +68,7 @@ browserless capture https://example.com --type=webm --path=./capture.webm
68
68
  > <kbd>npm install -g @browserless/lighthouse</kbd>
69
69
 
70
70
  ### How it fits in the monorepo
71
+
71
72
  This package depends on:
72
73
 
73
74
  | Dependency | Purpose |
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@browserless/cli",
3
3
  "description": "Command-line interface for headless browser automation. Take screenshots, generate PDFs, and extract content from websites.",
4
4
  "homepage": "https://browserless.js.org",
5
- "version": "13.8.3",
5
+ "version": "13.9.2",
6
6
  "bin": {
7
7
  "browserless": "src/index.js"
8
8
  },
@@ -34,9 +34,9 @@
34
34
  "web-scraping"
35
35
  ],
36
36
  "dependencies": {
37
- "@browserless/capture": "13.8.3",
37
+ "@browserless/capture": "13.9.0",
38
38
  "beauty-error": "~1.2.22",
39
- "browserless": "13.8.3",
39
+ "browserless": "13.9.2",
40
40
  "dark-mode": "~3.0.0",
41
41
  "dset": "~3.1.4",
42
42
  "mri": "~1.2.0",
@@ -59,5 +59,5 @@
59
59
  "test": "exit 0"
60
60
  },
61
61
  "license": "MIT",
62
- "gitHead": "8914ca411458b6902e32f9c12f5780a7beea0e56"
62
+ "gitHead": "025ebb6f35fd65f3d92a36e1d5deaa7c080e404d"
63
63
  }