@agentskit/doc-bridge 1.6.3 → 1.6.4

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.ts CHANGED
@@ -3802,7 +3802,7 @@ declare const chunksFromMarkdown: (property: string, raw: string, sourceUrl: str
3802
3802
  declare const loadFederatedChunks: (root: string, config: DocBridgeConfigV1, options?: FederatedRetrieverOptions) => Promise<DocBridgeRetrievedChunk[]>;
3803
3803
  declare const retrieveHybridChunks: (root: string, config: DocBridgeConfigV1, index: DocBridgeIndexV1, query: string, options?: FederatedRetrieverOptions) => Promise<DocBridgeRetrievedChunk[]>;
3804
3804
 
3805
- declare const PACKAGE_VERSION = "1.6.3";
3805
+ declare const PACKAGE_VERSION = "1.6.4";
3806
3806
 
3807
3807
  type FrontmatterValue = string | boolean | readonly string[];
3808
3808
  type FrontmatterData = Record<string, FrontmatterValue>;
package/dist/index.js CHANGED
@@ -1863,7 +1863,7 @@ var buildLookup = (config, packages, corpus, indexOutFile, humanDocs = {}, root
1863
1863
  };
1864
1864
 
1865
1865
  // src/version.ts
1866
- var PACKAGE_VERSION = "1.6.3";
1866
+ var PACKAGE_VERSION = "1.6.4";
1867
1867
 
1868
1868
  // src/index-builder/capabilities.ts
1869
1869
  var renderCapabilitiesJson = (config, index, paths) => {