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.'
}