From 377177bbbe205643121120c3a77b9440d0185a06 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Mon, 6 Jun 2022 13:08:45 +0200 Subject: [PATCH] fix(core): update --- test/sampledata.ts | 6 ++++-- ts/00_commitinfo_data.ts | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/test/sampledata.ts b/test/sampledata.ts index a592209..c8405c5 100644 --- a/test/sampledata.ts +++ b/test/sampledata.ts @@ -19,7 +19,8 @@ export const generateTestData = async (mongoDescriptorArg: smartdata.IMongoDescr @smartdata.svDb() data = { 'some' : { - 'complex': 'structure' + 'complex': 'structure', + more: 4 } } } @@ -32,7 +33,8 @@ export const generateTestData = async (mongoDescriptorArg: smartdata.IMongoDescr @smartdata.svDb() data = { 'some' : { - 'complex': 'structure' + 'complex': 'structure', + more: 2 } } } diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 7bb6e9c..b4bb9b8 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@pushrocks/mongodump', - version: '1.0.3', + version: '1.0.4', description: 'a tool to handle dumps of mongodb databases' }