phewsh 0.15.49 → 0.15.50

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/phewsh.js CHANGED
@@ -39,8 +39,8 @@ function showBrand() {
39
39
  console.log('');
40
40
  console.log(' 😮\u200d💨 🤫');
41
41
  console.log('');
42
- console.log(` ${b(w('█▀█ █░█ █▀▀ █░█ █▀ █░█'))}`);
43
- console.log(` ${b(w('█▀▀ █▀█ ██▄ ▀▄▀ ▄█ █▀█'))}`);
42
+ console.log(` ${b(w('█▀█ █░█ █▀▀ █░█░█ █▀ █░█'))}`);
43
+ console.log(` ${b(w('█▀▀ █▀█ ██▄ ▀▄▀▄▀ ▄█ █▀█'))}`);
44
44
  console.log(` ${g('Keep all your AI tools. phewsh is the one memory they share.')}`);
45
45
  console.log('');
46
46
 
package/lib/intro.js CHANGED
@@ -47,7 +47,7 @@ const SHH = [
47
47
  ' ██ █',
48
48
  ];
49
49
 
50
- const LOGO = ['█▀█ █░█ █▀▀ █░█ █▀ █░█', '█▀▀ █▀█ ██▄ ▀▄▀ ▄█ █▀█'];
50
+ const LOGO = ['█▀█ █░█ █▀▀ █░█░█ █▀ █░█', '█▀▀ █▀█ ██▄ ▀▄▀▄▀ ▄█ █▀█'];
51
51
 
52
52
  function sleep(ms) { return new Promise((r) => setTimeout(r, ms)); }
53
53
 
package/lib/ui.js CHANGED
@@ -95,8 +95,8 @@ async function brandReveal(fast = false) {
95
95
  console.log(` 😮‍💨 🤫`);
96
96
  console.log('');
97
97
  await pause(160);
98
- console.log(` ${b(cream('█▀█ █░█ █▀▀ █░█ █▀ █░█'))}`);
99
- console.log(` ${b(cream('█▀▀ █▀█ ██▄ ▀▄▀ ▄█ █▀█'))}`);
98
+ console.log(` ${b(cream('█▀█ █░█ █▀▀ █░█░█ █▀ █░█'))}`);
99
+ console.log(` ${b(cream('█▀▀ █▀█ ██▄ ▀▄▀▄▀ ▄█ █▀█'))}`);
100
100
  await pause(160);
101
101
  // The value prop, plain language, off the bat — the alignment wedge, not
102
102
  // "memory". It exhales in (typewriter) when animated; lands instantly
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "phewsh",
3
- "version": "0.15.49",
3
+ "version": "0.15.50",
4
4
  "description": "Turn intent into action. Structure your thinking, execute your next step.",
5
5
  "bin": {
6
6
  "phewsh": "bin/phewsh.js"