From 0e41748da577617eaf888aedb52830d8fe56a657 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Thu, 9 Jun 2022 00:01:29 +0200 Subject: [PATCH] fix(core): update --- ts/00_commitinfo_data.ts | 2 +- ts/index.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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(), }; }