BREAKING CHANGE(api): reduce the package to the SmartMongo memory replica set API and remove bundled TsmDB and LocalTsmDb modules

This commit is contained in:
2026-03-26 14:51:17 +00:00
parent 8d918ec03b
commit 39ea05f2be
51 changed files with 141 additions and 12036 deletions

View File

@@ -1,14 +1,4 @@
import { commitinfo } from './00_commitinfo_data.js';
// Export SmartMongo from ts_mongotools
export { SmartMongo } from './ts_mongotools/index.js';
// Export TsmDB module
export * as tsmdb from './ts_tsmdb/index.js';
// Export LocalTsmDb from ts_local
export { LocalTsmDb } from './ts_local/index.js';
export type { ILocalTsmDbOptions, ILocalTsmDbConnectionInfo } from './ts_local/index.js';
// Export commitinfo
export { SmartMongo } from './classes.smartmongo.js';
export { commitinfo };