@builder.io/ai-utils 0.79.1 → 0.79.2

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/package.json +1 -1
  2. package/src/codegen.d.ts +2 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@builder.io/ai-utils",
3
- "version": "0.79.1",
3
+ "version": "0.79.2",
4
4
  "description": "Builder.io AI utils",
5
5
  "files": [
6
6
  "src"
package/src/codegen.d.ts CHANGED
@@ -4594,6 +4594,8 @@ export interface SearchFileTreeMatch {
4594
4594
  parentPath: string;
4595
4595
  /** Indices of matched characters in the file path (for highlighting) */
4596
4596
  matchIndices: number[];
4597
+ /** True when the match is a directory rather than a file */
4598
+ isDirectory?: boolean;
4597
4599
  }
4598
4600
  /**
4599
4601
  * Result of searching the file tree.