w-converhp 2.0.37 → 2.0.38

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-converhp-server v2.0.37
2
+ * w-converhp-server v2.0.38
3
3
  * (c) 2018-2021 yuda-lyu(semisphere)
4
4
  * Released under the MIT License.
5
5
  */
@@ -529,7 +529,7 @@
529
529
  <br class="clear">
530
530
 
531
531
  <footer>
532
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Tue Apr 15 2025 14:44:02 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
532
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Tue Apr 15 2025 15:27:59 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
533
533
  </footer>
534
534
 
535
535
  <script>prettyPrint();</script>
@@ -911,12 +911,9 @@ function WConverhpClient(opt) {
911
911
  //cbProgressMerge
912
912
  cbProgressMerge({ prog: 100, m: 'download' })
913
913
 
914
- //resUpMgr
915
- let resUpMgr = {
916
- ...res.msg,
917
- }
914
+ //resolve, 前端偵測state為'done'時提取msg顯示
915
+ pm.resolve(res.msg)
918
916
 
919
- pm.resolve(resUpMgr)
920
917
  }
921
918
 
922
919
  })
@@ -934,6 +931,7 @@ function WConverhpClient(opt) {
934
931
 
935
932
  //checkMerging
936
933
  let resUpMgr = await checkMerging()
934
+ // console.log('resUpMgr', resUpMgr)
937
935
 
938
936
  // console.log(`upload slice done`)
939
937
  return resUpMgr
@@ -1096,7 +1094,7 @@ export default WConverhpClient
1096
1094
  <br class="clear">
1097
1095
 
1098
1096
  <footer>
1099
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Tue Apr 15 2025 14:44:02 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
1097
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Tue Apr 15 2025 15:27:59 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
1100
1098
  </footer>
1101
1099
 
1102
1100
  <script>prettyPrint();</script>
@@ -789,7 +789,7 @@
789
789
  <br class="clear">
790
790
 
791
791
  <footer>
792
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Tue Apr 15 2025 14:44:02 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
792
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Tue Apr 15 2025 15:27:59 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
793
793
  </footer>
794
794
 
795
795
  <script>prettyPrint();</script>
@@ -1477,7 +1477,7 @@ export default WConverhpServer
1477
1477
  <br class="clear">
1478
1478
 
1479
1479
  <footer>
1480
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Tue Apr 15 2025 14:44:02 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
1480
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Tue Apr 15 2025 15:27:59 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
1481
1481
  </footer>
1482
1482
 
1483
1483
  <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.2</a> on Tue Apr 15 2025 14:44:02 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.2</a> on Tue Apr 15 2025 15:27:59 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,6 +1,6 @@
1
1
  {
2
2
  "name": "w-converhp",
3
- "version": "2.0.37",
3
+ "version": "2.0.38",
4
4
  "main": "dist/w-converhp-server.umd.js",
5
5
  "dependencies": {
6
6
  "@hapi/hapi": "^21.4.0",
@@ -864,12 +864,9 @@ function WConverhpClient(opt) {
864
864
  //cbProgressMerge
865
865
  cbProgressMerge({ prog: 100, m: 'download' })
866
866
 
867
- //resUpMgr
868
- let resUpMgr = {
869
- ...res.msg,
870
- }
867
+ //resolve, 前端偵測state為'done'時提取msg顯示
868
+ pm.resolve(res.msg)
871
869
 
872
- pm.resolve(resUpMgr)
873
870
  }
874
871
 
875
872
  })
@@ -887,6 +884,7 @@ function WConverhpClient(opt) {
887
884
 
888
885
  //checkMerging
889
886
  let resUpMgr = await checkMerging()
887
+ // console.log('resUpMgr', resUpMgr)
890
888
 
891
889
  // console.log(`upload slice done`)
892
890
  return resUpMgr
package/srv.mjs CHANGED
@@ -137,4 +137,4 @@ setTimeout(() => {
137
137
  wo.stop()
138
138
  }, 3000)
139
139
 
140
- //node --max-old-space-size=120000 srv.mjs
140
+ //node srv.mjs