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 +1 -1
- package/package.json +1 -1
- package/script/mod.js +1 -1
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(`
|
|
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
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(`
|
|
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}`);
|