fix(core): update
This commit is contained in:
parent
35586691f1
commit
377177bbbe
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -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'
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user