Comparing version 8.11.0 to 8.12.0
@@ -87,2 +87,11 @@ /* eslint-env browser */ | ||
/** | ||
* The constructor used for schematype options | ||
* | ||
* @method SchemaTypeOptions | ||
* @api public | ||
*/ | ||
exports.SchemaTypeOptions = require('./options/schemaTypeOptions'); | ||
/** | ||
* Internal utils | ||
@@ -89,0 +98,0 @@ * |
{ | ||
"name": "mongoose", | ||
"description": "Mongoose MongoDB ODM", | ||
"version": "8.11.0", | ||
"version": "8.12.0", | ||
"author": "Guillermo Rauch <guillermo@learnboost.com>", | ||
@@ -25,3 +25,3 @@ "keywords": [ | ||
"kareem": "2.6.3", | ||
"mongodb": "~6.13.0", | ||
"mongodb": "~6.14.0", | ||
"mpath": "0.9.0", | ||
@@ -33,4 +33,4 @@ "mquery": "5.0.0", | ||
"devDependencies": { | ||
"@babel/core": "7.26.7", | ||
"@babel/preset-env": "7.26.7", | ||
"@babel/core": "7.26.9", | ||
"@babel/preset-env": "7.26.9", | ||
"@typescript-eslint/eslint-plugin": "^8.19.1", | ||
@@ -58,7 +58,7 @@ "@typescript-eslint/parser": "^8.19.1", | ||
"markdownlint-cli2": "^0.17.1", | ||
"marked": "15.0.6", | ||
"marked": "15.0.7", | ||
"mkdirp": "^3.0.1", | ||
"mocha": "11.1.0", | ||
"moment": "2.30.1", | ||
"mongodb-memory-server": "10.1.3", | ||
"mongodb-memory-server": "10.1.4", | ||
"ncp": "^2.0.0", | ||
@@ -72,4 +72,4 @@ "nyc": "15.1.0", | ||
"typescript": "5.7.3", | ||
"uuid": "11.0.5", | ||
"webpack": "5.97.1" | ||
"uuid": "11.1.0", | ||
"webpack": "5.98.0" | ||
}, | ||
@@ -76,0 +76,0 @@ "directories": { |
Sorry, the diff of this file is too big to display
2845134
53759
+ Addedmongodb@6.14.2(transitive)
- Removedmongodb@6.13.1(transitive)
Updatedmongodb@~6.14.0