clavue 8.8.79 → 8.8.80
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 +2 -2
- package/dist/cli.js +1558 -1558
- package/dist/provider-setup.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Clavue v8.8.
|
|
1
|
+
# Clavue v8.8.80
|
|
2
2
|
|
|
3
3
|

|
|
4
4
|
|
|
@@ -83,7 +83,7 @@ curl -fsSL https://unpkg.com/clavue/install.sh | bash
|
|
|
83
83
|
Install a specific version:
|
|
84
84
|
|
|
85
85
|
```bash
|
|
86
|
-
curl -fsSL https://unpkg.com/clavue@8.8.
|
|
86
|
+
curl -fsSL https://unpkg.com/clavue@8.8.80/install.sh | bash -s -- 8.8.80
|
|
87
87
|
```
|
|
88
88
|
|
|
89
89
|
## Quick Start: Custom API
|