Skip to content

Commit

Permalink
Merge pull request #14886 from wongsean/patch-1
Browse files Browse the repository at this point in the history
Fix missing `Aggregate` re-exports
  • Loading branch information
vkarpov15 authored Sep 12, 2024
2 parents a50264b + 8d424a3 commit 1b18d5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ module.exports.modelNames = mongoose.modelNames;
module.exports.plugin = mongoose.plugin;
module.exports.connections = mongoose.connections;
module.exports.version = mongoose.version;
module.exports.Aggregate = mongoose.Aggregate;
module.exports.Mongoose = mongoose.Mongoose;
module.exports.Schema = mongoose.Schema;
module.exports.SchemaType = mongoose.SchemaType;
Expand Down

0 comments on commit 1b18d5b

Please sign in to comment.