Skip to content

Commit

Permalink
BREAKING CHANGE: camelCase remaining file names
Browse files Browse the repository at this point in the history
Fix #13308
  • Loading branch information
vkarpov15 committed Sep 30, 2023
1 parent e18378d commit 8e9ae87
Show file tree
Hide file tree
Showing 37 changed files with 31 additions and 1,160 deletions.
2 changes: 1 addition & 1 deletion lib/aggregate.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Module dependencies
*/

const AggregationCursor = require('./cursor/AggregationCursor');
const AggregationCursor = require('./cursor/aggregationCursor');
const MongooseError = require('./error/mongooseError');
const Query = require('./query');
const { applyGlobalMaxTimeMS, applyGlobalDiskUse } = require('./helpers/query/applyGlobalOption');
Expand Down
2 changes: 1 addition & 1 deletion lib/connection.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Module dependencies.
*/

const ChangeStream = require('./cursor/ChangeStream');
const ChangeStream = require('./cursor/changeStream');
const EventEmitter = require('events').EventEmitter;
const Schema = require('./schema');
const STATES = require('./connectionState');
Expand Down

0 comments on commit 8e9ae87

Please sign in to comment.