@remnic/core 9.3.681 → 9.3.683
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 +24 -24
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -20,6 +20,30 @@ import {
|
|
|
20
20
|
validateImportBatchSize,
|
|
21
21
|
validateImportRateLimit
|
|
22
22
|
} from "./chunk-ABP6QMVM.js";
|
|
23
|
+
import {
|
|
24
|
+
MARKETPLACE_MANIFEST_FILENAME,
|
|
25
|
+
MARKETPLACE_SCHEMA_VERSION,
|
|
26
|
+
checkMarketplaceManifest,
|
|
27
|
+
doctorConnector,
|
|
28
|
+
generateMarketplaceManifest,
|
|
29
|
+
getConnectorToken,
|
|
30
|
+
installConnector,
|
|
31
|
+
installFromMarketplace,
|
|
32
|
+
listConnectors,
|
|
33
|
+
loadRegistry,
|
|
34
|
+
removeConnector,
|
|
35
|
+
saveRegistry,
|
|
36
|
+
validateMarketplaceManifest,
|
|
37
|
+
writeMarketplaceManifest
|
|
38
|
+
} from "./chunk-GNAMDNGT.js";
|
|
39
|
+
import {
|
|
40
|
+
EnrichmentProviderRegistry,
|
|
41
|
+
WebSearchProvider,
|
|
42
|
+
appendAuditEntry,
|
|
43
|
+
defaultEnrichmentPipelineConfig,
|
|
44
|
+
readAuditLog,
|
|
45
|
+
runEnrichmentPipeline
|
|
46
|
+
} from "./chunk-KBL3JJR6.js";
|
|
23
47
|
import "./chunk-V5OCT34X.js";
|
|
24
48
|
import {
|
|
25
49
|
executeResolution,
|
|
@@ -39,30 +63,6 @@ import {
|
|
|
39
63
|
writePair,
|
|
40
64
|
writePairs
|
|
41
65
|
} from "./chunk-35NN3ZFA.js";
|
|
42
|
-
import {
|
|
43
|
-
EnrichmentProviderRegistry,
|
|
44
|
-
WebSearchProvider,
|
|
45
|
-
appendAuditEntry,
|
|
46
|
-
defaultEnrichmentPipelineConfig,
|
|
47
|
-
readAuditLog,
|
|
48
|
-
runEnrichmentPipeline
|
|
49
|
-
} from "./chunk-KBL3JJR6.js";
|
|
50
|
-
import {
|
|
51
|
-
MARKETPLACE_MANIFEST_FILENAME,
|
|
52
|
-
MARKETPLACE_SCHEMA_VERSION,
|
|
53
|
-
checkMarketplaceManifest,
|
|
54
|
-
doctorConnector,
|
|
55
|
-
generateMarketplaceManifest,
|
|
56
|
-
getConnectorToken,
|
|
57
|
-
installConnector,
|
|
58
|
-
installFromMarketplace,
|
|
59
|
-
listConnectors,
|
|
60
|
-
loadRegistry,
|
|
61
|
-
removeConnector,
|
|
62
|
-
saveRegistry,
|
|
63
|
-
validateMarketplaceManifest,
|
|
64
|
-
writeMarketplaceManifest
|
|
65
|
-
} from "./chunk-GNAMDNGT.js";
|
|
66
66
|
import {
|
|
67
67
|
CODING_GRAPH_ENGINE_VERSION,
|
|
68
68
|
TIER_1_LANGUAGES
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@remnic/core",
|
|
3
|
-
"version": "9.3.
|
|
3
|
+
"version": "9.3.683",
|
|
4
4
|
"description": "Framework-agnostic Remnic memory engine — orchestrator, storage, extraction, search, trust zones",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -2931,7 +2931,7 @@
|
|
|
2931
2931
|
"core"
|
|
2932
2932
|
],
|
|
2933
2933
|
"peerDependencies": {
|
|
2934
|
-
"@remnic/coding-graph": "^9.3.
|
|
2934
|
+
"@remnic/coding-graph": "^9.3.683"
|
|
2935
2935
|
},
|
|
2936
2936
|
"peerDependenciesMeta": {
|
|
2937
2937
|
"@remnic/coding-graph": {
|