w-orm-mongodb 1.1.24 → 1.1.25

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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * w-orm-mongodb v1.1.24
2
+ * w-orm-mongodb v1.1.25
3
3
  * (c) 2018-2021 yuda-lyu(semisphere)
4
4
  * Released under the MIT License.
5
5
  */
@@ -2074,7 +2074,7 @@
2074
2074
  <br class="clear">
2075
2075
 
2076
2076
  <footer>
2077
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.6</a> on Fri Nov 05 2021 15:16:53 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
2077
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.6</a> on Thu Dec 16 2021 14:02:52 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
2078
2078
  </footer>
2079
2079
 
2080
2080
  <script>prettyPrint();</script>
@@ -771,7 +771,7 @@ export default WOrmMongodb
771
771
  <br class="clear">
772
772
 
773
773
  <footer>
774
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.6</a> on Fri Nov 05 2021 15:16:53 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
774
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.6</a> on Thu Dec 16 2021 14:02:52 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
775
775
  </footer>
776
776
 
777
777
  <script>prettyPrint();</script>
package/docs/index.html CHANGED
@@ -68,7 +68,7 @@
68
68
  <br class="clear">
69
69
 
70
70
  <footer>
71
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.6</a> on Fri Nov 05 2021 15:16:53 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
71
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.6</a> on Thu Dec 16 2021 14:02:52 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
72
72
  </footer>
73
73
 
74
74
  <script>prettyPrint();</script>
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "w-orm-mongodb",
3
- "version": "1.1.24",
3
+ "version": "1.1.25",
4
4
  "description": "An object of operator for mongodb in nodejs.",
5
5
  "main": "dist/w-orm-mongodb.umd.js",
6
6
  "dependencies": {
7
- "mongodb": "^4.1.4",
7
+ "mongodb": "^4.2.2",
8
8
  "saslprep": "^1.0.3",
9
9
  "lodash": "^4.17.21",
10
- "wsemi": "^1.6.31"
10
+ "wsemi": "^1.6.34"
11
11
  },
12
12
  "devDependencies": {
13
13
  "w-package-tools": "^1.0.59"