@agentskit/doc-bridge 1.0.1 → 1.0.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.
- package/CHANGELOG.md +14 -0
- package/dist/cli/program.js +8 -8
- package/dist/cli/program.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +4 -2
- package/src/cli/program.ts +7 -6
- package/src/version.ts +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1722,7 +1722,7 @@ declare const chunksFromMarkdown: (property: string, raw: string, sourceUrl: str
|
|
|
1722
1722
|
declare const loadFederatedChunks: (root: string, config: DocBridgeConfigV1, options?: FederatedRetrieverOptions) => Promise<DocBridgeRetrievedChunk[]>;
|
|
1723
1723
|
declare const retrieveHybridChunks: (root: string, config: DocBridgeConfigV1, index: DocBridgeIndexV1, query: string, options?: FederatedRetrieverOptions) => Promise<DocBridgeRetrievedChunk[]>;
|
|
1724
1724
|
|
|
1725
|
-
declare const PACKAGE_VERSION = "1.0.
|
|
1725
|
+
declare const PACKAGE_VERSION = "1.0.2";
|
|
1726
1726
|
|
|
1727
1727
|
type FrontmatterValue = string | boolean | readonly string[];
|
|
1728
1728
|
type FrontmatterData = Record<string, FrontmatterValue>;
|
package/dist/index.js
CHANGED
|
@@ -1172,7 +1172,7 @@ var buildLookup = (config, packages, corpus, indexOutFile, humanDocs = {}, root
|
|
|
1172
1172
|
};
|
|
1173
1173
|
|
|
1174
1174
|
// src/version.ts
|
|
1175
|
-
var PACKAGE_VERSION = "1.0.
|
|
1175
|
+
var PACKAGE_VERSION = "1.0.2";
|
|
1176
1176
|
|
|
1177
1177
|
// src/index-builder/capabilities.ts
|
|
1178
1178
|
var renderCapabilitiesJson = (config, index, paths) => {
|