w-orm-postgresql 1.0.18 → 1.0.20

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-postgresql v1.0.18
2
+ * w-orm-postgresql v1.0.20
3
3
  * (c) 2018-2021 yuda-lyu(semisphere)
4
4
  * Released under the MIT License.
5
5
  */
@@ -2252,7 +2252,7 @@ nInserted與nModified恆同時出現,無對應行為時填0。
2252
2252
  <br class="clear">
2253
2253
 
2254
2254
  <footer>
2255
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Wed Aug 19 2026 23:53:12 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
2255
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Wed Aug 26 2026 16:52:21 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
2256
2256
  </footer>
2257
2257
 
2258
2258
  <script>prettyPrint();</script>
@@ -1682,7 +1682,7 @@ export default WOrmPostgresql
1682
1682
  <br class="clear">
1683
1683
 
1684
1684
  <footer>
1685
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Wed Aug 19 2026 23:53:12 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
1685
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Wed Aug 26 2026 16:52:21 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
1686
1686
  </footer>
1687
1687
 
1688
1688
  <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:53:12 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 Wed Aug 26 2026 16:52: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,14 +1,14 @@
1
1
  {
2
2
  "name": "w-orm-postgresql",
3
- "version": "1.0.18",
3
+ "version": "1.0.20",
4
4
  "main": "dist/w-orm-postgresql.umd.js",
5
5
  "dependencies": {
6
6
  "mongo-sql": "^6.2.0",
7
7
  "pg": "^8.23.0",
8
- "wsemi": "^1.8.78"
8
+ "wsemi": "^1.8.80"
9
9
  },
10
10
  "devDependencies": {
11
- "w-package-tools": "^1.1.14"
11
+ "w-package-tools": "^1.1.15"
12
12
  },
13
13
  "scripts": {
14
14
  "test": "mocha --parallel --timeout 60000",