@remnic/core 9.3.535 → 9.3.537

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.
Files changed (2) hide show
  1. package/dist/index.js +8 -8
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -12,14 +12,6 @@ import {
12
12
  writePeer,
13
13
  writePeerProfile
14
14
  } from "./chunk-ILNPU5W5.js";
15
- import {
16
- EnrichmentProviderRegistry,
17
- WebSearchProvider,
18
- appendAuditEntry,
19
- defaultEnrichmentPipelineConfig,
20
- readAuditLog,
21
- runEnrichmentPipeline
22
- } from "./chunk-HINSGUA7.js";
23
15
  import {
24
16
  DEFAULT_IMPORT_BATCH_SIZE,
25
17
  defaultWriteMemoriesToOrchestrator,
@@ -28,6 +20,14 @@ import {
28
20
  validateImportBatchSize,
29
21
  validateImportRateLimit
30
22
  } from "./chunk-LUDUFZTV.js";
23
+ import {
24
+ EnrichmentProviderRegistry,
25
+ WebSearchProvider,
26
+ appendAuditEntry,
27
+ defaultEnrichmentPipelineConfig,
28
+ readAuditLog,
29
+ runEnrichmentPipeline
30
+ } from "./chunk-HINSGUA7.js";
31
31
  import {
32
32
  MARKETPLACE_MANIFEST_FILENAME,
33
33
  MARKETPLACE_SCHEMA_VERSION,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remnic/core",
3
- "version": "9.3.535",
3
+ "version": "9.3.537",
4
4
  "description": "Framework-agnostic Remnic memory engine — orchestrator, storage, extraction, search, trust zones",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",