feat(localtsmdb): export ILocalTsmDbConnectionInfo and expand LocalTsmDb/TsmDB documentation and examples

This commit is contained in:
2026-02-03 16:48:50 +00:00
parent 1ff4d219af
commit b72174ca7b
4 changed files with 127 additions and 28 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartmongo',
version: '5.0.0',
version: '5.1.0',
description: 'A module for creating and managing a local MongoDB instance for testing purposes.'
}

View File

@@ -8,7 +8,7 @@ export * as tsmdb from './ts_tsmdb/index.js';
// Export LocalTsmDb from ts_local
export { LocalTsmDb } from './ts_local/index.js';
export type { ILocalTsmDbOptions } from './ts_local/index.js';
export type { ILocalTsmDbOptions, ILocalTsmDbConnectionInfo } from './ts_local/index.js';
// Export commitinfo
export { commitinfo };