valyu-js 2.7.14 → 2.7.15

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/index.d.mts CHANGED
@@ -381,6 +381,7 @@ interface DeepResearchSource {
381
381
  category?: string;
382
382
  source_id?: number;
383
383
  word_count?: number;
384
+ fragment?: string;
384
385
  }
385
386
  interface DeepResearchUsage {
386
387
  search_cost: number;
package/dist/index.d.ts CHANGED
@@ -381,6 +381,7 @@ interface DeepResearchSource {
381
381
  category?: string;
382
382
  source_id?: number;
383
383
  word_count?: number;
384
+ fragment?: string;
384
385
  }
385
386
  interface DeepResearchUsage {
386
387
  search_cost: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "valyu-js",
3
- "version": "2.7.14",
3
+ "version": "2.7.15",
4
4
  "description": "Deepsearch API for AI.",
5
5
  "files": [
6
6
  "dist"