mongoose 8.11.0 → 8.12.0

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/lib/browser.js CHANGED
@@ -83,6 +83,15 @@ exports.VirtualType = require('./virtualType');
83
83
 
84
84
  exports.SchemaType = require('./schemaType.js');
85
85
 
86
+ /**
87
+ * The constructor used for schematype options
88
+ *
89
+ * @method SchemaTypeOptions
90
+ * @api public
91
+ */
92
+
93
+ exports.SchemaTypeOptions = require('./options/schemaTypeOptions');
94
+
86
95
  /**
87
96
  * Internal utils
88
97
  *
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mongoose",
3
3
  "description": "Mongoose MongoDB ODM",
4
- "version": "8.11.0",
4
+ "version": "8.12.0",
5
5
  "author": "Guillermo Rauch <guillermo@learnboost.com>",
6
6
  "keywords": [
7
7
  "mongodb",
@@ -22,15 +22,15 @@
22
22
  "dependencies": {
23
23
  "bson": "^6.10.1",
24
24
  "kareem": "2.6.3",
25
- "mongodb": "~6.13.0",
25
+ "mongodb": "~6.14.0",
26
26
  "mpath": "0.9.0",
27
27
  "mquery": "5.0.0",
28
28
  "ms": "2.1.3",
29
29
  "sift": "17.1.3"
30
30
  },
31
31
  "devDependencies": {
32
- "@babel/core": "7.26.7",
33
- "@babel/preset-env": "7.26.7",
32
+ "@babel/core": "7.26.9",
33
+ "@babel/preset-env": "7.26.9",
34
34
  "@typescript-eslint/eslint-plugin": "^8.19.1",
35
35
  "@typescript-eslint/parser": "^8.19.1",
36
36
  "acquit": "1.3.0",
@@ -53,11 +53,11 @@
53
53
  "lodash.isequal": "4.5.0",
54
54
  "lodash.isequalwith": "4.4.0",
55
55
  "markdownlint-cli2": "^0.17.1",
56
- "marked": "15.0.6",
56
+ "marked": "15.0.7",
57
57
  "mkdirp": "^3.0.1",
58
58
  "mocha": "11.1.0",
59
59
  "moment": "2.30.1",
60
- "mongodb-memory-server": "10.1.3",
60
+ "mongodb-memory-server": "10.1.4",
61
61
  "ncp": "^2.0.0",
62
62
  "nyc": "15.1.0",
63
63
  "pug": "3.0.3",
@@ -66,8 +66,8 @@
66
66
  "stream-browserify": "3.0.0",
67
67
  "tsd": "0.31.2",
68
68
  "typescript": "5.7.3",
69
- "uuid": "11.0.5",
70
- "webpack": "5.97.1"
69
+ "uuid": "11.1.0",
70
+ "webpack": "5.98.0"
71
71
  },
72
72
  "directories": {
73
73
  "lib": "./lib/mongoose"