@1mancompany/onemancompany 0.2.705 → 0.2.711

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/cli.js +1 -1
  2. package/package.json +1 -1
package/bin/cli.js CHANGED
@@ -294,7 +294,7 @@ ${green("What gets installed automatically:")}
294
294
 
295
295
  console.log();
296
296
  const verTag = `v${cliVersion}`;
297
- const title = `OneManCompany — AI Company OS ${verTag}`;
297
+ const title = `OneManCompany — AI Company OS ${verTag}`;
298
298
  const pad = Math.max(0, 45 - title.length);
299
299
  console.log(cyan("╔═══════════════════════════════════════════════╗"));
300
300
  console.log(cyan(`║ ${title}${" ".repeat(pad)}║`));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@1mancompany/onemancompany",
3
- "version": "0.2.705",
3
+ "version": "0.2.711",
4
4
  "description": "The AI Operating System for One-Person Companies",
5
5
  "bin": {
6
6
  "onemancompany": "bin/cli.js"