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 +1 -1
- package/package.json +1 -1
- package/web/index.html +1 -1
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.
|
|
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
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":"
|
|
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',
|