w-converhp 2.0.70 → 2.0.72
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/README.md +3 -3
- package/dist/w-converhp-client.umd.js +2 -2
- package/dist/w-converhp-client.umd.js.map +1 -1
- package/docs/WConverhpClient.html +1 -1
- package/docs/WConverhpClient.mjs.html +1 -1
- package/docs/WConverhpServer.html +1 -1
- package/docs/WConverhpServer.mjs.html +1 -1
- package/docs/index.html +1 -1
- package/package.json +5 -5
- package/srv.mjs +2 -1
|
@@ -649,7 +649,7 @@
|
|
|
649
649
|
<br class="clear">
|
|
650
650
|
|
|
651
651
|
<footer>
|
|
652
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on
|
|
652
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Thu Dec 18 2025 22:20:04 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
653
653
|
</footer>
|
|
654
654
|
|
|
655
655
|
<script>prettyPrint();</script>
|
|
@@ -1198,7 +1198,7 @@ export default WConverhpClient
|
|
|
1198
1198
|
<br class="clear">
|
|
1199
1199
|
|
|
1200
1200
|
<footer>
|
|
1201
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on
|
|
1201
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Thu Dec 18 2025 22:20:04 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
1202
1202
|
</footer>
|
|
1203
1203
|
|
|
1204
1204
|
<script>prettyPrint();</script>
|
|
@@ -749,7 +749,7 @@
|
|
|
749
749
|
<br class="clear">
|
|
750
750
|
|
|
751
751
|
<footer>
|
|
752
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on
|
|
752
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Thu Dec 18 2025 22:20:04 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
753
753
|
</footer>
|
|
754
754
|
|
|
755
755
|
<script>prettyPrint();</script>
|
|
@@ -1508,7 +1508,7 @@ export default WConverhpServer
|
|
|
1508
1508
|
<br class="clear">
|
|
1509
1509
|
|
|
1510
1510
|
<footer>
|
|
1511
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on
|
|
1511
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Thu Dec 18 2025 22:20:04 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
1512
1512
|
</footer>
|
|
1513
1513
|
|
|
1514
1514
|
<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
|
|
74
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Thu Dec 18 2025 22:20:04 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,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "w-converhp",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.72",
|
|
4
4
|
"main": "dist/w-converhp-server.umd.js",
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"@hapi/hapi": "^21.4.
|
|
6
|
+
"@hapi/hapi": "^21.4.4",
|
|
7
7
|
"@hapi/inert": "^7.1.0",
|
|
8
|
-
"axios": "^1.
|
|
8
|
+
"axios": "^1.13.2",
|
|
9
9
|
"lodash-es": "^4.17.21",
|
|
10
|
-
"wsemi": "^1.8.
|
|
10
|
+
"wsemi": "^1.8.38"
|
|
11
11
|
},
|
|
12
12
|
"devDependencies": {
|
|
13
|
-
"form-data": "^4.0.
|
|
13
|
+
"form-data": "^4.0.5",
|
|
14
14
|
"w-package-tools": "^1.1.2"
|
|
15
15
|
},
|
|
16
16
|
"scripts": {
|
package/srv.mjs
CHANGED
|
@@ -23,6 +23,7 @@ let opt = {
|
|
|
23
23
|
// await w.delay(3000)
|
|
24
24
|
return true
|
|
25
25
|
},
|
|
26
|
+
delayForSlice: 0,
|
|
26
27
|
}
|
|
27
28
|
|
|
28
29
|
//new
|
|
@@ -135,7 +136,7 @@ setTimeout(() => {
|
|
|
135
136
|
console.log('ms', ms)
|
|
136
137
|
// console.log('ms', JSON.stringify(ms))
|
|
137
138
|
wo.stop()
|
|
138
|
-
},
|
|
139
|
+
}, 5 * 60 * 1000) //5min
|
|
139
140
|
|
|
140
141
|
|
|
141
142
|
//node srv.mjs
|