ahmedelgabri 8.0.3 → 8.0.5

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/esm/mod.js CHANGED
@@ -7,7 +7,7 @@ const social = fullname.toLowerCase().replaceAll(" ", "");
7
7
  const jsrUserName = fullname.toLowerCase().split(" ").at(0);
8
8
  const domain = fullname.toLowerCase().split(" ").at(-1);
9
9
  const handle = c.blue(social);
10
- const work = c.reset(`Staff Software Engineer ${c.yellow("@Mirohq")}`);
10
+ const work = c.reset(`Principal Engineer ${c.yellow("@Mirohq")}`);
11
11
  const twitter = c.blue(`https://twitter.com/${handle}`);
12
12
  const github = c.blue(`https://github.com/${handle}`);
13
13
  const linkedin = c.blue(`https://linkedin.com/in/${handle}`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ahmedelgabri",
3
- "version": "8.0.3",
3
+ "version": "8.0.5",
4
4
  "description": "A personal card for Ahmed El Gabri (@ahmedelgabri)",
5
5
  "keywords": [
6
6
  "card",
package/script/mod.js CHANGED
@@ -36,7 +36,7 @@ const social = fullname.toLowerCase().replaceAll(" ", "");
36
36
  const jsrUserName = fullname.toLowerCase().split(" ").at(0);
37
37
  const domain = fullname.toLowerCase().split(" ").at(-1);
38
38
  const handle = c.blue(social);
39
- const work = c.reset(`Staff Software Engineer ${c.yellow("@Mirohq")}`);
39
+ const work = c.reset(`Principal Engineer ${c.yellow("@Mirohq")}`);
40
40
  const twitter = c.blue(`https://twitter.com/${handle}`);
41
41
  const github = c.blue(`https://github.com/${handle}`);
42
42
  const linkedin = c.blue(`https://linkedin.com/in/${handle}`);