document360-writer 0.5.81 → 0.5.83
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/dist/cli.js +86 -86
- package/dist/lib/upgradeTable.d.ts +3 -1
- package/package.json +2 -2
|
@@ -1,3 +1,5 @@
|
|
|
1
1
|
import type { UpgradeAction } from 'document360-engine';
|
|
2
|
-
/**
|
|
2
|
+
/** Greedy word-wrap; long unbreakable tokens get their own (possibly overlong-safe) split. */
|
|
3
|
+
export declare function wrapText(text: string, width: number): string[];
|
|
4
|
+
/** Render the upgrade notice as bordered cards. Empty input → []. */
|
|
3
5
|
export declare function upgradeTableLines(applied: UpgradeAction[]): string[];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "document360-writer",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.83",
|
|
4
4
|
"description": "Standalone documentation agent CLI. Reads your code, writes your docs. Specialized for Document360 publishing.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@inquirer/prompts": "^8.4.3",
|
|
35
35
|
"commander": "^14.0.3",
|
|
36
36
|
"diff": "^8.0.4",
|
|
37
|
-
"document360-engine": "^0.2.
|
|
37
|
+
"document360-engine": "^0.2.104",
|
|
38
38
|
"ink": "^5.2.1",
|
|
39
39
|
"picocolors": "^1.1.1",
|
|
40
40
|
"react": "^18.3.1",
|