@oclif/plugin-update 4.1.16 → 4.2.0

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
@@ -5,10 +5,9 @@
5
5
  [![License](https://img.shields.io/npm/l/@oclif/plugin-update.svg)](https://github.com/oclif/plugin-update/blob/main/package.json)
6
6
 
7
7
  <!-- toc -->
8
-
9
- - [@oclif/plugin-update](#oclifplugin-update)
10
- - [Usage](#usage)
11
- - [Commands](#commands)
8
+ * [@oclif/plugin-update](#oclifplugin-update)
9
+ * [Usage](#usage)
10
+ * [Commands](#commands)
12
11
  <!-- tocstop -->
13
12
 
14
13
  # Usage
@@ -18,8 +17,7 @@ See https://oclif.io/docs/releasing.html#autoupdater
18
17
  # Commands
19
18
 
20
19
  <!-- commands -->
21
-
22
- - [`oclif-example update [CHANNEL]`](#oclif-example-update-channel)
20
+ * [`oclif-example update [CHANNEL]`](#oclif-example-update-channel)
23
21
 
24
22
  ## `oclif-example update [CHANNEL]`
25
23
 
@@ -56,6 +54,5 @@ EXAMPLES
56
54
  $ oclif-example update --available
57
55
  ```
58
56
 
59
- _See code: [src/commands/update.ts](https://github.com/oclif/plugin-update/blob/4.1.16/src/commands/update.ts)_
60
-
57
+ _See code: [src/commands/update.ts](https://github.com/oclif/plugin-update/blob/v4.2.0/src/commands/update.ts)_
61
58
  <!-- commandsstop -->