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

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartmongo',
version: '5.1.1',
description: 'A powerful MongoDB toolkit for testing and development with a real memory server, wire-protocol-compatible database server, and zero-config local database.'
version: '7.0.0',
description: 'A MongoDB memory server toolkit for testing and development, providing real MongoDB replica sets via mongodb-memory-server.'
}