vipcare 0.3.10 → 0.3.11

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/bin/vip.js CHANGED
@@ -73,7 +73,7 @@ function gatherData(person) {
73
73
  // Show unread count
74
74
  try {
75
75
  const count = unreadCount();
76
- if (count > 0) console.log(c.yellow(`[${count} new change(s) - run 'vip digest' to view]`));
76
+ if (count > 0) console.error(c.yellow(`[${count} new change(s) - run 'vip digest' to view]`));
77
77
  } catch {}
78
78
 
79
79
  const program = new Command();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vipcare",
3
- "version": "0.3.10",
3
+ "version": "0.3.11",
4
4
  "description": "Auto-build VIP person profiles from Twitter/LinkedIn public data",
5
5
  "type": "module",
6
6
  "bin": {
package/web/index.html CHANGED
@@ -103,7 +103,7 @@ h1 { text-align: center; font-size: 1.8em; margin: 20px 0 30px; color: #38bdf8;
103
103
  </div>
104
104
 
105
105
  <script>
106
- const cards = [{"name":"Sam Altman","title":"CEO","company":"OpenAI","location":"San Francisco, USA","disc":"?","mbti":"?","scores":{},"tags":["Artificial Intelligence"],"icebreakers":[],"dos":[],"donts":[],"gifts":[],"expertise":[],"superpower":"","quote":"CEO of OpenAI, leading the development and deployment of artificial general intelligence"}];
106
+ const cards = [{"name":"Compare JSON","title":"VP","company":"ACME","location":"","disc":"?","mbti":"?","scores":{},"tags":[],"icebreakers":[],"dos":[],"donts":[],"gifts":[],"expertise":[],"superpower":"","quote":"Test"},{"name":"Sam Altman","title":"","company":"","location":"","disc":"?","mbti":"?","scores":{},"tags":[],"icebreakers":[],"dos":[],"donts":[],"gifts":[],"expertise":[],"superpower":"","quote":""}];
107
107
 
108
108
  const SCORE_LABELS = {
109
109
  openness: 'Openness',