@@ -15,9 +15,9 @@ const files = [
15
15
'lib/document.js' ,
16
16
'lib/model.js' ,
17
17
'lib/query.js' ,
18
- 'lib/cursor/QueryCursor .js' ,
18
+ 'lib/cursor/queryCursor .js' ,
19
19
'lib/aggregate.js' ,
20
- 'lib/cursor/AggregationCursor .js' ,
20
+ 'lib/cursor/aggregationCursor .js' ,
21
21
'lib/schemaType.js' ,
22
22
'lib/virtualType.js' ,
23
23
'lib/error/index.js' ,
@@ -29,13 +29,13 @@ const files = [
29
29
'lib/schema/number.js' ,
30
30
'lib/schema/objectId.js' ,
31
31
'lib/schema/string.js' ,
32
- 'lib/options/SchemaTypeOptions .js' ,
33
- 'lib/options/SchemaArrayOptions .js' ,
34
- 'lib/options/SchemaBufferOptions .js' ,
35
- 'lib/options/SchemaDateOptions .js' ,
36
- 'lib/options/SchemaNumberOptions .js' ,
37
- 'lib/options/SchemaObjectIdOptions .js' ,
38
- 'lib/options/SchemaStringOptions .js' ,
32
+ 'lib/options/schemaTypeOptions .js' ,
33
+ 'lib/options/schemaArrayOptions .js' ,
34
+ 'lib/options/schemaBufferOptions .js' ,
35
+ 'lib/options/schemaDateOptions .js' ,
36
+ 'lib/options/schemaNumberOptions .js' ,
37
+ 'lib/options/schemaObjectIdOptions .js' ,
38
+ 'lib/options/schemaStringOptions .js' ,
39
39
'lib/types/documentArray/methods/index.js' ,
40
40
'lib/types/subdocument.js' ,
41
41
'lib/types/arraySubdocument.js' ,
0 commit comments