diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 19527a3..8b96564 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@pushrocks/smartmongo', - version: '2.0.5', + version: '2.0.6', description: 'create a local mongodb for testing' } diff --git a/ts/index.ts b/ts/index.ts index d563f8d..0411ae6 100644 --- a/ts/index.ts +++ b/ts/index.ts @@ -33,6 +33,7 @@ export class SmartMongo { public async getMongoDescriptor(): Promise { await this.readyPromise; return { + mongoDbName: `smartmongo_testdatabase`, mongoDbUrl: this.mongoReplicaSet.getUri(), }; }