@vlandoss/run-run 0.0.19 → 0.0.20-git-3aec48f.0
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vlandoss/run-run",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.20-git-3aec48f.0",
|
|
4
4
|
"description": "The CLI toolbox to fullstack common scripts in Variable Land",
|
|
5
5
|
"homepage": "https://github.com/variableland/dx/tree/main/packages/run-run#readme",
|
|
6
6
|
"bugs": {
|
package/src/program/ui.ts
CHANGED
|
@@ -27,7 +27,7 @@ export const TOOL_LABELS = {
|
|
|
27
27
|
|
|
28
28
|
export function getBannerText(version: string) {
|
|
29
29
|
const uiLogo = `🦊 ${palette.bold("R")} ${palette.bold("U")} ${palette.bold("N")} - ${palette.bold("R")} ${palette.bold("U")} ${palette.bold("N")}`;
|
|
30
|
-
const vlandLogo = `${palette.vland("
|
|
30
|
+
const vlandLogo = `${palette.link(palette.vland("https://variable.land"))} 👊`;
|
|
31
31
|
|
|
32
32
|
const title = `${uiLogo} ${palette.muted(`v${version}`)}`;
|
|
33
33
|
const subtitle = `${palette.italic(palette.muted("The CLI toolbox for"))} ${vlandLogo}`;
|