eswat42 2.1.72 → 2.1.75

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 +34 -34
  2. package/package.json +2 -2
package/bin/output CHANGED
@@ -1,34 +1,34 @@
1
- 
2
-  ╭───────────────────────────────────────────────────────────────╮
3
-  │ │
4
-  │ Richard Hess - eswat42 │
5
-  │ │
6
-  │  Field: UI & UX │
7
-  │  Roles: Advocate │
8
-  │   Architect │
9
-  │   Engineer │
10
-  │   Evangelist │
11
-  │   Explorer │
12
-  │   Mentor │
13
-  │   Programmer │
14
-  │  Company: deepImpact... │
15
-  │  GitHub: https://github.com/eswat42 │
16
-  │  Domains: eswat42.dev │
17
-  │  Quote: It depends on the appetite of the whale... │
18
-  │  Languages: JavaScript, es6 │
19
-  │   TypeScript │
20
-  │  Patterns: Micro-Frontends │
21
-  │  Technology: Web Components │
22
-  │   Stencil │
23
-  │   Svelte │
24
-  │   Solid │
25
-  │   Vue │
26
-  │   React │
27
-  │   SVG │
28
-  │   GraphQL │
29
-  │   Node │
30
-  │ │
31
-  │  Card: npx eswat42 │
32
-  │ │
33
-  ╰───────────────────────────────────────────────────────────────╯
34
- 
1
+ 
2
+ ╭───────────────────────────────────────────────────────────────╮
3
+ │ │
4
+ │ Richard Hess - eswat42 │
5
+ │ │
6
+ │  Field: UI & UX │
7
+ │  Roles: Advocate │
8
+ │   Architect │
9
+ │   Engineer │
10
+ │   Evangelist │
11
+ │   Explorer │
12
+ │   Mentor │
13
+ │   Programmer │
14
+ │  Company: deepImpact... │
15
+ │  GitHub: https://github.com/eswat42 │
16
+ │  Domains: eswat42.dev │
17
+ │  Quote: It depends on the appetite of the whale... │
18
+ │  Languages: JavaScript, es6 │
19
+ │   TypeScript │
20
+ │  Patterns: Micro-Frontends │
21
+ │  Technology: Web Components │
22
+ │   Stencil │
23
+ │   Svelte │
24
+ │   Solid │
25
+ │   Vue │
26
+ │   React │
27
+ │   SVG │
28
+ │   GraphQL │
29
+ │   Node │
30
+ │ │
31
+ │  Card: npx eswat42 │
32
+ │ │
33
+ ╰───────────────────────────────────────────────────────────────╯
34
+ 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eswat42",
3
- "version": "2.1.72",
3
+ "version": "2.1.75",
4
4
  "description": "A personal card for Richard Hess (@eswat42)",
5
5
  "main": "/bin/card.js",
6
6
  "bin": {
@@ -35,7 +35,7 @@
35
35
  ],
36
36
  "devDependencies": {
37
37
  "boxen": "6.2.1",
38
- "chalk": "5.0.1",
38
+ "picocolors": "1.0.0",
39
39
  "standard": "17.0.0"
40
40
  }
41
41
  }