clavue 8.8.57 → 8.8.61

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.57
1
+ # Clavue v8.8.61
2
2
 
3
3
  ![Clavue cover](https://unpkg.com/clavue/image.png)
4
4
 
@@ -63,7 +63,7 @@ curl -fsSL https://unpkg.com/clavue/install.sh | bash
63
63
  Install a specific version:
64
64
 
65
65
  ```bash
66
- curl -fsSL https://unpkg.com/clavue@8.8.57/install.sh | bash -s -- 8.8.57
66
+ curl -fsSL https://unpkg.com/clavue@8.8.61/install.sh | bash -s -- 8.8.61
67
67
  ```
68
68
 
69
69
  ## Quick Start
@@ -185,7 +185,7 @@ Companion commands are still available and can either follow the current app pro
185
185
 
186
186
  ## Package And Release Model
187
187
 
188
- - Source repo: `https://github.com/clavue699/clavue`
188
+ - Source repo: `https://github.com/mycode699/clavue`
189
189
  - Public package: `https://www.npmjs.com/package/clavue`
190
190
  - Public install entrypoint: `npx -y clavue`
191
191
  - `src/` is the development surface for new changes, while the checked-in `dist/` bundle is the current shipped runtime artifact