codercraftz 1.1.1 → 1.1.3

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/card.js +9 -5
  2. package/package.json +1 -1
package/card.js CHANGED
@@ -6,19 +6,23 @@ import boxen from "boxen";
6
6
  const green = chalk.hex("#39FF14");
7
7
  const dim = chalk.hex("#d6d6d6").dim;
8
8
  const white = chalk.hex("#d6d6d6");
9
+ const divider = dim("─".repeat(40));
9
10
 
10
11
  const card = boxen(
11
12
  [
12
- green.bold("Aibek Jumabek"),
13
+ `${green.bold("Aibek Jumabek")} ${dim("@codercraftz")}`,
13
14
  dim("Software Engineer & Content Creator"),
14
15
  "",
16
+ divider,
17
+ "",
15
18
  `${dim("web")} ${white("codercraftz.com")}`,
16
- `${dim("email")} ${white("aibek [at] codercraftz [dot] com")}`,
19
+ `${dim("email")} ${white("aibek@codercraftz.com")}`,
17
20
  `${dim("github")} ${white("github.com/codercraftz")}`,
18
- `${dim("x")} ${white("x.com/codercraftz")}`,
19
- `${dim("youtube")} ${white("youtube.com/@codercraftz")}`,
21
+ `${dim("bsky")} ${white("bsky.app/profile/codercraftz.com")}`,
22
+ "",
23
+ divider,
20
24
  "",
21
- dim("Run npx codercraftz anytime to see this card"),
25
+ `${white("Run ")}${green("npx codercraftz")}${white(" anytime to see this card")}`,
22
26
  ].join("\n"),
23
27
  {
24
28
  padding: 1,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codercraftz",
3
- "version": "1.1.1",
3
+ "version": "1.1.3",
4
4
  "description": "Aibek Jumabek's npx card",
5
5
  "type": "module",
6
6
  "bin": {