bluera-knowledge 0.14.3 → 0.14.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.
@@ -3,7 +3,7 @@ import {
3
3
  createLogger,
4
4
  summarizePayload,
5
5
  truncateForLog
6
- } from "./chunk-Y24ZJRZP.js";
6
+ } from "./chunk-PWOIOCTW.js";
7
7
 
8
8
  // src/crawl/intelligent-crawler.ts
9
9
  import { EventEmitter } from "events";
@@ -833,4 +833,4 @@ export {
833
833
  getCrawlStrategy,
834
834
  IntelligentCrawler
835
835
  };
836
- //# sourceMappingURL=chunk-Y4FVM3CW.js.map
836
+ //# sourceMappingURL=chunk-UDYRIK7E.js.map
package/dist/index.js CHANGED
@@ -7,11 +7,11 @@ import {
7
7
  isWebStoreDefinition,
8
8
  runMCPServer,
9
9
  spawnBackgroundWorker
10
- } from "./chunk-UAWKTJWN.js";
10
+ } from "./chunk-GHRRKPM4.js";
11
11
  import {
12
12
  IntelligentCrawler,
13
13
  getCrawlStrategy
14
- } from "./chunk-Y4FVM3CW.js";
14
+ } from "./chunk-UDYRIK7E.js";
15
15
  import {
16
16
  ASTParser,
17
17
  AdapterRegistry,
@@ -25,7 +25,7 @@ import {
25
25
  err,
26
26
  extractRepoName,
27
27
  ok
28
- } from "./chunk-Y24ZJRZP.js";
28
+ } from "./chunk-PWOIOCTW.js";
29
29
  import "./chunk-HRQD3MPH.js";
30
30
 
31
31
  // src/index.ts
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  createMCPServer,
3
3
  runMCPServer
4
- } from "../chunk-UAWKTJWN.js";
5
- import "../chunk-Y24ZJRZP.js";
4
+ } from "../chunk-GHRRKPM4.js";
5
+ import "../chunk-PWOIOCTW.js";
6
6
  import "../chunk-HRQD3MPH.js";
7
7
  export {
8
8
  createMCPServer,
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  IntelligentCrawler
4
- } from "../chunk-Y4FVM3CW.js";
4
+ } from "../chunk-UDYRIK7E.js";
5
5
  import {
6
6
  JobService,
7
7
  createDocumentId,
@@ -10,7 +10,7 @@ import {
10
10
  createStoreId,
11
11
  destroyServices,
12
12
  shutdownLogger
13
- } from "../chunk-Y24ZJRZP.js";
13
+ } from "../chunk-PWOIOCTW.js";
14
14
  import "../chunk-HRQD3MPH.js";
15
15
 
16
16
  // src/workers/background-worker-cli.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bluera-knowledge",
3
- "version": "0.14.3",
3
+ "version": "0.14.4",
4
4
  "description": "CLI tool for managing knowledge stores with semantic search",
5
5
  "type": "module",
6
6
  "bin": {