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' }