@nikkory/vibe-cli 2.2.0 → 2.2.1

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.
Files changed (2) hide show
  1. package/dist/index.js +3 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1080,14 +1080,15 @@ ${y.bold(" \u255A\u2588\u2588\u2557 \u2588\u2588\u2554\u255D\u2588\u
1080
1080
  ${y.bold(" \u255A\u2588\u2588\u2588\u2588\u2554\u255D \u2588\u2588\u2551\u2588\u2588\u2588\u2588\u2588\u2588\u2554\u255D\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2557 ")}
1081
1081
  ${y.bold(" \u255A\u2550\u2550\u2550\u255D \u255A\u2550\u255D\u255A\u2550\u2550\u2550\u2550\u2550\u255D \u255A\u2550\u2550\u2550\u2550\u2550\u2550\u255D ")}
1082
1082
 
1083
- ${y(" happy together")} ${import_chalk3.default.white("\u2022 v2.2.0")}
1083
+ ${y(" happy together")} ${import_chalk3.default.white("\u2022 v2.2.1")}
1084
1084
 
1085
1085
  ${import_chalk3.default.gray(" Production-ready code in seconds")}
1086
+ ${import_chalk3.default.gray(" https://nikkory.com")}
1086
1087
 
1087
1088
  ${y(` ${componentCount} Components`)} ${import_chalk3.default.gray("\xD7")} ${y(`${designSystemCount} Design Systems`)} ${import_chalk3.default.gray("\xD7")} ${y(`${tierCount} Tiers`)} ${import_chalk3.default.gray("=")} ${import_chalk3.default.white.bold(`${componentCount * designSystemCount * tierCount}+ variations`)}
1088
1089
  `;
1089
1090
  var program = new import_commander4.Command();
1090
- program.name("nikkory-vibe").description("Nikkory Vibe - Production-ready code in seconds").version("2.2.0").addHelpText("before", banner);
1091
+ program.name("nikkory-vibe").description("Nikkory Vibe - Production-ready code in seconds").version("2.2.1").addHelpText("before", banner);
1091
1092
  program.addCommand(matrixGenerateCommand);
1092
1093
  program.addCommand(listCommand);
1093
1094
  program.addCommand(initCommand);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nikkory/vibe-cli",
3
- "version": "2.2.0",
3
+ "version": "2.2.1",
4
4
  "description": "CLI tool for Nikkory Vibe - Generate production-ready code in seconds",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",