clavue 8.10.4 → 8.10.5

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
@@ -1,4 +1,4 @@
1
- # Clavue v8.10.4
1
+ # Clavue v8.10.5
2
2
 
3
3
  ![Clavue cover](https://unpkg.com/clavue/image.png)
4
4
 
@@ -64,8 +64,8 @@ npx -y clavue
64
64
  Run a specific version with `npx`:
65
65
 
66
66
  ```bash
67
- npx -y clavue@8.10.4 --version
68
- npx -y clavue@8.10.4
67
+ npx -y clavue@8.10.5 --version
68
+ npx -y clavue@8.10.5
69
69
  ```
70
70
 
71
71
  Install globally from npm when you want the `clavue` command to stay available:
@@ -85,7 +85,7 @@ curl -fsSL https://unpkg.com/clavue/install.sh | bash
85
85
  Install a specific version globally:
86
86
 
87
87
  ```bash
88
- curl -fsSL https://unpkg.com/clavue@8.10.4/install.sh | bash -s -- 8.10.4
88
+ curl -fsSL https://unpkg.com/clavue@8.10.5/install.sh | bash -s -- 8.10.5
89
89
  ```
90
90
 
91
91
  ## Quick Start: Custom API
@@ -190,7 +190,7 @@ Version check:
190
190
  ```bash
191
191
  clavue --version
192
192
  npx -y clavue --version
193
- npx -y clavue@8.10.4 --version
193
+ npx -y clavue@8.10.5 --version
194
194
  # available after a global install and launcher setup
195
195
  clavue --version
196
196
  ```