w-orm-mongodb 1.1.49 → 1.1.50

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.49
2
+ * w-orm-mongodb v1.1.50
3
3
  * (c) 2018-2021 yuda-lyu(semisphere)
4
4
  * Released under the MIT License.
5
5
  */
@@ -2569,7 +2569,7 @@ standalone無交易可用而以補償動作達成,其限制詳見_insertBulkBy
2569
2569
  <br class="clear">
2570
2570
 
2571
2571
  <footer>
2572
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Wed Aug 19 2026 23:52:28 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
2572
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Fri Aug 21 2026 11:22:21 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
2573
2573
  </footer>
2574
2574
 
2575
2575
  <script>prettyPrint();</script>
@@ -1707,7 +1707,7 @@ export default WOrmMongodb
1707
1707
  <br class="clear">
1708
1708
 
1709
1709
  <footer>
1710
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Wed Aug 19 2026 23:52:28 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
1710
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Fri Aug 21 2026 11:22:21 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
1711
1711
  </footer>
1712
1712
 
1713
1713
  <script>prettyPrint();</script>
package/docs/index.html CHANGED
@@ -71,7 +71,7 @@
71
71
  <br class="clear">
72
72
 
73
73
  <footer>
74
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Wed Aug 19 2026 23:52:28 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
74
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Fri Aug 21 2026 11:22:21 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
75
75
  </footer>
76
76
 
77
77
  <script>prettyPrint();</script>
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "w-orm-mongodb",
3
- "version": "1.1.49",
3
+ "version": "1.1.50",
4
4
  "main": "dist/w-orm-mongodb.umd.js",
5
5
  "dependencies": {
6
6
  "mongodb": "^7.5.0",
7
- "wsemi": "^1.8.78"
7
+ "wsemi": "^1.8.79"
8
8
  },
9
9
  "devDependencies": {
10
- "w-package-tools": "^1.1.14"
10
+ "w-package-tools": "^1.1.15"
11
11
  },
12
12
  "scripts": {
13
13
  "test": "mocha --parallel --timeout 60000",