sudo-self 1.0.2 → 1.0.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/bin/output +23 -16
  2. package/package.json +4 -1
package/bin/output CHANGED
@@ -1,16 +1,23 @@
1
- 
2
-  ╭─────────────────────────────────────────────────────────╮
3
- │
4
-   sudo-self / sudo-self / sudo-self │
5
- │
6
-  Work: Software Engineer │
7
-   x.com: https://x.com/lightfighter719 │
8
-  npm: https://npmjs.com/~sudo-self │
9
-  GitHub: https://github.com/sudo-self │
10
- LinkedIn: https://linkedin.com/in/Jrs/developments │
11
-   Web: https://sudo-self.com │
12
-  │
13
-   Card: npx sudo-self │
14
-  │
15
-  ╰─────────────────────────────────────────────────────────╯
16
- 
1
+
2
+  ╭────────────────────────────────────────────────────────────────────╮
3
+ │ │
4
+ │ │
5
+ │ _____ _ _____ _ __ │
6
+ │ / ____| | | / ____| | |/ _| │
7
+ │ | (___ _ _ __| | ___| (___ ___| | |_ │
8
+ │ \___ \| | | |/ _` |/ _ \\___ \ / _ \ | _| │
9
+ │ ____) | |_| | (_| | __/____) | __/ | | │
10
+ │ |_____/ \__,_|\__,_|\___|_____/ \___|_|_| │
11
+ │ │
12
+ │ sudo-self • A personal card for sudo-self (@lightfighter719) │
13
+ │ │
14
+ │ Work:  A personal card for sudo-self (@lightfighter719) │
15
+ │ x.com:  https://x.com/lightfighter719 │
16
+ │ npm:  https://npmjs.com/package/sudo-self │
17
+ │ GitHub:  https://github.com/sudo-self │
18
+ │ LinkedIn:  https://linkedin.com/in/Jrs/developments │
19
+ │ Web:  https://sudo-self.com │
20
+ │ Card:  npx sudo-self │
21
+ │ │
22
+  ╰────────────────────────────────────────────────────────────────────╯
23
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sudo-self",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "A personal card for sudo-self (@lightfighter719)",
5
5
  "type": "module",
6
6
  "bin": {
@@ -40,5 +40,8 @@
40
40
  },
41
41
  "bugs": {
42
42
  "url": "https://github.com/sudo-self/npm/issues"
43
+ },
44
+ "dependencies": {
45
+ "gradient-string": "^3.0.0"
43
46
  }
44
47
  }