agent-afk 5.177.0 → 5.177.1

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.
@@ -1,3 +1,3 @@
1
1
  import { type Token, type Tokens } from 'marked';
2
- export declare function renderBlockquote(bq: Tokens.Blockquote, maxTableWidth: number | undefined, renderTokens: (tokens: Token[]) => string): string;
2
+ export declare function renderBlockquote(bq: Tokens.Blockquote, maxTableWidth: number | undefined, renderTokens: (tokens: Token[], maxWidth?: number) => string): string;
3
3
  export declare function renderCodeBlock(code: Tokens.Code, maxTableWidth: number | undefined): string;
@@ -1,2 +1,2 @@
1
1
  import { type Token, type Tokens } from 'marked';
2
- export declare function renderList(list: Tokens.List, maxTableWidth: number | undefined, renderTokens: (tokens: Token[]) => string): string;
2
+ export declare function renderList(list: Tokens.List, maxTableWidth: number | undefined, renderTokens: (tokens: Token[], maxWidth?: number) => string): string;