openalmanac 0.2.44 → 0.2.45

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/setup.js +1 -1
  2. package/package.json +1 -1
package/dist/setup.js CHANGED
@@ -107,7 +107,7 @@ function printBanner(subtitle = "Write and publish articles with your AI agent")
107
107
  for (let i = 0; i < LOGO_LINES.length; i++) {
108
108
  process.stdout.write(`${GRADIENT[i]}${LOGO_LINES[i]}${RST}\n`);
109
109
  }
110
- process.stdout.write(`\n${DIM} ${subtitle}${RST}\n`);
110
+ process.stdout.write(`\n${WHITE_BOLD} ${subtitle}${RST}\n`);
111
111
  }
112
112
  function renderHeader(mode = "default") {
113
113
  printBanner(mode === "reddit"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openalmanac",
3
- "version": "0.2.44",
3
+ "version": "0.2.45",
4
4
  "description": "OpenAlmanac — pull, edit, and push articles to the open knowledge base",
5
5
  "type": "module",
6
6
  "bin": {