clavue 8.8.103 → 8.8.105

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.8.103
1
+ # Clavue v8.8.105
2
2
 
3
3
  ![Clavue cover](https://unpkg.com/clavue/image.png)
4
4
 
@@ -57,8 +57,8 @@ npx -y clavue
57
57
  Run a specific version with `npx`:
58
58
 
59
59
  ```bash
60
- npx -y clavue@8.8.103 --version
61
- npx -y clavue@8.8.103
60
+ npx -y clavue@8.8.105 --version
61
+ npx -y clavue@8.8.105
62
62
  ```
63
63
 
64
64
  Install globally from npm when you want the `clavue` command to stay available:
@@ -78,7 +78,7 @@ curl -fsSL https://unpkg.com/clavue/install.sh | bash
78
78
  Install a specific version globally:
79
79
 
80
80
  ```bash
81
- curl -fsSL https://unpkg.com/clavue@8.8.103/install.sh | bash -s -- 8.8.103
81
+ curl -fsSL https://unpkg.com/clavue@8.8.105/install.sh | bash -s -- 8.8.105
82
82
  ```
83
83
 
84
84
  ## Quick Start: Custom API
@@ -167,7 +167,7 @@ Version check:
167
167
  ```bash
168
168
  clavue --version
169
169
  npx -y clavue --version
170
- npx -y clavue@8.8.103 --version
170
+ npx -y clavue@8.8.105 --version
171
171
  # available after a global install and launcher setup
172
172
  clavue --version
173
173
  ```