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

@@ -1,8 +1,8 @@
{
"name": "@push.rocks/smartmongo",
"version": "5.1.1",
"version": "6.0.0",
"private": false,
"description": "A powerful MongoDB toolkit for testing and development with a real memory server, wire-protocol-compatible database server, and zero-config local database.",
"description": "A MongoDB memory server toolkit for testing and development, providing real MongoDB replica sets via mongodb-memory-server.",
"exports": {
".": "./dist_ts/index.js"
},
@@ -18,19 +18,15 @@
"@git.zone/tsbuild": "^4.4.0",
"@git.zone/tsbundle": "^2.10.0",
"@git.zone/tsrun": "^2.0.2",
"@git.zone/tstest": "^3.6.0",
"@git.zone/tstest": "^3.6.1",
"@types/node": "^25.5.0",
"mongodb": "^7.1.1"
},
"dependencies": {
"@push.rocks/mongodump": "^1.1.0",
"@push.rocks/smartdata": "^7.1.2",
"@push.rocks/smartfs": "^1.5.0",
"@push.rocks/smartdata": "^7.1.3",
"@push.rocks/smartpath": "^6.0.0",
"@push.rocks/smartpromise": "^4.2.3",
"@push.rocks/smartrx": "^3.0.10",
"bson": "^7.1.1",
"mingo": "^7.2.0",
"mongodb-memory-server": "^11.0.1"
},
"browserslist": [
@@ -51,7 +47,6 @@
"keywords": [
"mongodb",
"testing",
"local database",
"replica set",
"memory server",
"database management",