monastery 1.42.4 → 1.42.6

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/changelog.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [1.42.6](https://github.com/boycce/monastery/compare/1.42.5...1.42.6) (2024-04-30)
6
+
7
+ ### [1.42.5](https://github.com/boycce/monastery/compare/1.42.4...1.42.5) (2024-04-30)
8
+
5
9
  ### [1.42.4](https://github.com/boycce/monastery/compare/1.42.3...1.42.4) (2024-04-30)
6
10
 
7
11
  ### [1.42.3](https://github.com/boycce/monastery/compare/1.42.2...1.42.3) (2024-04-30)
package/lib/index.js CHANGED
@@ -91,7 +91,6 @@ let models = async function(pathname, opts) {
91
91
  * @this Manager
92
92
  */
93
93
  let out = {}
94
- opts = true
95
94
  if (opts === true) {
96
95
  opts = { waitForIndexes: true } // legacy support
97
96
  console.warn('Depreciating: please use `{ waitForIndexes: true }` instead of `true` in db.models(pathname, `true`)')
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "monastery",
3
3
  "description": "⛪ A straight forward MongoDB ODM built around Monk",
4
4
  "author": "Ricky Boyce",
5
- "version": "1.42.4",
5
+ "version": "1.42.6",
6
6
  "license": "MIT",
7
7
  "repository": "github:boycce/monastery",
8
8
  "homepage": "https://boycce.github.io/monastery/",
@@ -32,6 +32,7 @@
32
32
  "debug": "4.1.1",
33
33
  "file-type": "15.0.0",
34
34
  "monk": "7.3.4",
35
+ "mongodb": "^3.2.3",
35
36
  "nanoid": "3.2.0",
36
37
  "validator": "13.7.0"
37
38
  },