@agentskit/doc-bridge 1.4.0 → 1.4.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.
package/dist/index.d.ts CHANGED
@@ -1845,7 +1845,7 @@ declare const chunksFromMarkdown: (property: string, raw: string, sourceUrl: str
1845
1845
  declare const loadFederatedChunks: (root: string, config: DocBridgeConfigV1, options?: FederatedRetrieverOptions) => Promise<DocBridgeRetrievedChunk[]>;
1846
1846
  declare const retrieveHybridChunks: (root: string, config: DocBridgeConfigV1, index: DocBridgeIndexV1, query: string, options?: FederatedRetrieverOptions) => Promise<DocBridgeRetrievedChunk[]>;
1847
1847
 
1848
- declare const PACKAGE_VERSION = "1.4.0";
1848
+ declare const PACKAGE_VERSION = "1.4.1";
1849
1849
 
1850
1850
  type FrontmatterValue = string | boolean | readonly string[];
1851
1851
  type FrontmatterData = Record<string, FrontmatterValue>;
package/dist/index.js CHANGED
@@ -1537,7 +1537,7 @@ var buildLookup = (config, packages, corpus, indexOutFile, humanDocs = {}, root
1537
1537
  };
1538
1538
 
1539
1539
  // src/version.ts
1540
- var PACKAGE_VERSION = "1.4.0";
1540
+ var PACKAGE_VERSION = "1.4.1";
1541
1541
 
1542
1542
  // src/index-builder/capabilities.ts
1543
1543
  var renderCapabilitiesJson = (config, index, paths) => {