clavue 8.8.57 → 8.8.60
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 +3 -3
- package/dist/cli.js +1784 -1773
- package/dist/provider-setup.js +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Clavue v8.8.
|
|
1
|
+
# Clavue v8.8.60
|
|
2
2
|
|
|
3
3
|

|
|
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.
|
|
66
|
+
curl -fsSL https://unpkg.com/clavue@8.8.60/install.sh | bash -s -- 8.8.60
|
|
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/
|
|
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
|