standout 0.5.33 → 0.5.34

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/dist/cli.js +3 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -346,7 +346,9 @@ async function runLocal() {
346
346
  stop2();
347
347
  }
348
348
  if (!png) {
349
- process.stderr.write("\n (Couldn't render the shareable card image right now your stats are above.)\n\n");
349
+ process.stderr.write("\n Your wrapped is above that's the full local result.\n" +
350
+ " The shareable card image is generated by Standout, so it needs a\n" +
351
+ " connection. You appear to be offline; re-run online to get it.\n\n");
350
352
  return;
351
353
  }
352
354
  const file = join(tmpdir(), `standout-wrapped-${Date.now()}.png`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "standout",
3
- "version": "0.5.33",
3
+ "version": "0.5.34",
4
4
  "description": "Build your developer profile with AI. One command, zero friction.",
5
5
  "type": "module",
6
6
  "main": "./dist/cli.js",