mongoose 6.9.1 → 6.9.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/browser.umd.js +1 -1
- package/lib/aggregate.js +39 -39
- package/lib/connection.js +5 -5
- package/lib/cursor/AggregationCursor.js +1 -1
- package/lib/cursor/QueryCursor.js +1 -1
- package/lib/document.js +11 -11
- package/lib/drivers/node-mongodb-native/collection.js +1 -1
- package/lib/error/index.js +21 -10
- package/lib/error/serverSelection.js +1 -1
- package/lib/helpers/query/cast$expr.js +1 -1
- package/lib/helpers/query/castUpdate.js +0 -12
- package/lib/index.js +7 -7
- package/lib/model.js +61 -61
- package/lib/query.js +139 -140
- package/lib/schema/SubdocumentPath.js +1 -1
- package/lib/schema/operators/text.js +1 -1
- package/lib/schema/uuid.js +3 -3
- package/lib/schema.js +1 -1
- package/lib/schematype.js +1 -1
- package/lib/types/array/index.js +1 -1
- package/lib/types/array/methods/index.js +4 -3
- package/lib/types/buffer.js +1 -1
- package/lib/virtualtype.js +1 -1
- package/package.json +4 -2
- package/types/aggregate.d.ts +1 -1
- package/types/connection.d.ts +4 -4
- package/types/error.d.ts +5 -0
- package/types/expressions.d.ts +153 -153
- package/types/index.d.ts +3 -3
- package/types/models.d.ts +2 -2
- package/types/mongooseoptions.d.ts +1 -1
- package/types/pipelinestage.d.ts +34 -34
- package/types/query.d.ts +10 -10
- package/types/schematypes.d.ts +1 -1
- package/types/session.d.ts +4 -4
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ Mongoose 6.0.0 was released on August 24, 2021. You can find more details on [ba
|
|
|
21
21
|
- [Bug Reports](https://github.com/Automattic/mongoose/issues/)
|
|
22
22
|
- [Mongoose Slack Channel](http://slack.mongoosejs.io/)
|
|
23
23
|
- [Help Forum](http://groups.google.com/group/mongoose-orm)
|
|
24
|
-
- [MongoDB Support](https://
|
|
24
|
+
- [MongoDB Support](https://www.mongodb.com/docs/manual/support/)
|
|
25
25
|
|
|
26
26
|
## Plugins
|
|
27
27
|
|