@browserless/cli 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/cli</strong>: CLI to interact with Browserless capabilities</p>
6
+ <p align="center"><strong>@browserless/cli</strong>: CLI to interact with Browserless capabilities.</p>
7
+ <p align="center">See <a href="https://browserless.js.org/#%2F%3Fid=command-line-interface" target='_blank' rel='noopener noreferrer'>CLI</a> section 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 [CLI](https://browserless.js.org/#%2F%3Fid=command-line-interface) section 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/cli",
3
3
  "description": "CLI to interact with Browserless capabilities",
4
4
  "homepage": "https://browserless.js.org",
5
- "version": "9.3.16",
5
+ "version": "9.3.17",
6
6
  "bin": {
7
7
  "browserless": "src/index.js"
8
8
  },
@@ -32,7 +32,7 @@
32
32
  ],
33
33
  "dependencies": {
34
34
  "beauty-error": "~1.2.14",
35
- "browserless": "^9.3.16",
35
+ "browserless": "^9.3.17",
36
36
  "dark-mode": "~3.0.0",
37
37
  "exit-hook": "~2.2.1",
38
38
  "kleur": "~4.1.4",
@@ -55,5 +55,5 @@
55
55
  "test": "exit 0"
56
56
  },
57
57
  "license": "MIT",
58
- "gitHead": "68a40c98e8e93f2cb3f3115b75a7b9bec9fbe433"
58
+ "gitHead": "04673cb79ea79b17bbd90fe78f130143aac60690"
59
59
  }