feat(readme): expand README with storage integrity, WAL, query planner, session & transaction docs; update test script to enable verbose logging and increase timeout

This commit is contained in:
2026-02-01 16:05:00 +00:00
parent 6932059965
commit 316af45b5e
4 changed files with 151 additions and 19 deletions

View File

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