tradeblocks-mcp 3.6.0 → 3.6.1
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/{chunk-QK2TODT6.js → chunk-6S6QT3HD.js} +2 -2
- package/dist/chunk-6S6QT3HD.js.map +1 -0
- package/dist/market/provenance/index.js +3 -0
- package/dist/market/provenance/index.js.map +1 -1
- package/dist/{sync-X75RSFLM.js → sync-P2E2L6TB.js} +2 -2
- package/dist/test-exports.js +4 -1
- package/dist/test-exports.js.map +1 -1
- package/package.json +2 -2
- package/server/{chunk-WC63TGXL.js → chunk-SUYKYU63.js} +4 -2
- package/server/chunk-SUYKYU63.js.map +1 -0
- package/server/index.js +43 -8
- package/server/index.js.map +1 -1
- package/server/{sync-JM2AYHC5.js → sync-TH7OLXNT.js} +2 -2
- package/src/db/connection.ts +8 -2
- package/src/index.ts +53 -7
- package/src/market/provenance/content-manifest.ts +6 -0
- package/src/parent-watchdog.ts +60 -0
- package/dist/chunk-QK2TODT6.js.map +0 -1
- package/server/chunk-WC63TGXL.js.map +0 -1
- /package/dist/{sync-X75RSFLM.js.map → sync-P2E2L6TB.js.map} +0 -0
- /package/server/{sync-JM2AYHC5.js.map → sync-TH7OLXNT.js.map} +0 -0
|
@@ -3607,7 +3607,7 @@ async function openReadWriteConnection(dbPath, threads, memoryLimit) {
|
|
|
3607
3607
|
await createMarketParquetViews(connection, dataRoot);
|
|
3608
3608
|
await ensureMarketDataTables(connection);
|
|
3609
3609
|
try {
|
|
3610
|
-
const blocksDir = (await import("./sync-
|
|
3610
|
+
const blocksDir = (await import("./sync-P2E2L6TB.js")).getBlocksDir(dataRoot);
|
|
3611
3611
|
await migrateMetadataToJson(connection, dataRoot, blocksDir);
|
|
3612
3612
|
} catch (err) {
|
|
3613
3613
|
console.warn(
|
|
@@ -5407,4 +5407,4 @@ export {
|
|
|
5407
5407
|
loadReportingLog,
|
|
5408
5408
|
importCsv
|
|
5409
5409
|
};
|
|
5410
|
-
//# sourceMappingURL=chunk-
|
|
5410
|
+
//# sourceMappingURL=chunk-6S6QT3HD.js.map
|