bluera-knowledge 0.18.1 → 0.18.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/dist/index.js CHANGED
@@ -3,11 +3,11 @@ import {
3
3
  ZilAdapter,
4
4
  runMCPServer,
5
5
  spawnBackgroundWorker
6
- } from "./chunk-EZXJ3W5X.js";
6
+ } from "./chunk-NYRKKRRA.js";
7
7
  import {
8
8
  IntelligentCrawler,
9
9
  getCrawlStrategy
10
- } from "./chunk-VUGQ7HAR.js";
10
+ } from "./chunk-JSCOGKNU.js";
11
11
  import {
12
12
  ASTParser,
13
13
  AdapterRegistry,
@@ -25,11 +25,12 @@ import {
25
25
  isRepoStoreDefinition,
26
26
  isWebStoreDefinition,
27
27
  ok
28
- } from "./chunk-RDDGZIDL.js";
28
+ } from "./chunk-YMSMKOMF.js";
29
29
  import {
30
30
  createDocumentId
31
31
  } from "./chunk-CLIMKLTW.js";
32
32
  import "./chunk-HXBIIMYL.js";
33
+ import "./chunk-DGUM43GV.js";
33
34
 
34
35
  // src/cli/commands/crawl.ts
35
36
  import { createHash } from "crypto";
@@ -305,7 +306,7 @@ function createIndexCommand(getOptions) {
305
306
  return;
306
307
  }
307
308
  const appConfig = await services.config.load();
308
- const { WatchService } = await import("./watch.service-VDSUQ72Z.js");
309
+ const { WatchService } = await import("./watch.service-NXRWLJG6.js");
309
310
  const watchService = new WatchService(services.index, services.lance, services.embeddings, {
310
311
  ignorePatterns: appConfig.indexing.ignorePatterns
311
312
  });