openalmanac 0.2.21 → 0.2.22

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
@@ -491,7 +491,7 @@ function printResult(agent, loginResult, mcpChanged, toolCount) {
491
491
  stepDone(`${BLUE}Setup complete${RST}`);
492
492
  w("");
493
493
  // Next steps box
494
- const innerW = 52;
494
+ const innerW = 62;
495
495
  const row = (content) => {
496
496
  const padding = Math.max(0, innerW - vis(content));
497
497
  return ` ${BLUE_DIM}\u2502${RST}${content}${" ".repeat(padding)}${BLUE_DIM}\u2502${RST}`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openalmanac",
3
- "version": "0.2.21",
3
+ "version": "0.2.22",
4
4
  "description": "OpenAlmanac — pull, edit, and push articles to the open knowledge base",
5
5
  "type": "module",
6
6
  "bin": {