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

12
ts/plugins.ts Normal file
View File

@@ -0,0 +1,12 @@
// @pushrocks scope
import * as mongodump from '@push.rocks/mongodump';
import * as smartdata from '@push.rocks/smartdata';
import * as smartpath from '@push.rocks/smartpath';
import * as smartpromise from '@push.rocks/smartpromise';
export { mongodump, smartdata, smartpath, smartpromise };
// thirdparty
import mongoPlugin from 'mongodb-memory-server';
export { mongoPlugin };