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:
12
ts/index.ts
12
ts/index.ts
@@ -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 };
|
||||
|
||||
Reference in New Issue
Block a user