w-comor-hapi 1.0.40 → 1.0.41
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
CHANGED
|
@@ -186,7 +186,7 @@ Add script for axios.
|
|
|
186
186
|
|
|
187
187
|
Add script for w-comor-hapi-client.
|
|
188
188
|
```alias
|
|
189
|
-
<script src="https://cdn.jsdelivr.net/npm/w-comor-hapi@1.0.
|
|
189
|
+
<script src="https://cdn.jsdelivr.net/npm/w-comor-hapi@1.0.41/dist/w-comor-hapi-client.umd.js"></script>
|
|
190
190
|
```
|
|
191
191
|
|
|
192
192
|
#### Example for `w-comor-hapi-client`:
|
|
@@ -330,7 +330,7 @@ export default WComorHapiClient
|
|
|
330
330
|
<br class="clear">
|
|
331
331
|
|
|
332
332
|
<footer>
|
|
333
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on
|
|
333
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Tue Aug 18 2026 12:16:05 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
334
334
|
</footer>
|
|
335
335
|
|
|
336
336
|
<script>prettyPrint();</script>
|
|
@@ -395,7 +395,7 @@ export default WComorHapiServer
|
|
|
395
395
|
<br class="clear">
|
|
396
396
|
|
|
397
397
|
<footer>
|
|
398
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on
|
|
398
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Tue Aug 18 2026 12:16:05 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
399
399
|
</footer>
|
|
400
400
|
|
|
401
401
|
<script>prettyPrint();</script>
|
package/docs/global.html
CHANGED
|
@@ -896,7 +896,7 @@
|
|
|
896
896
|
<br class="clear">
|
|
897
897
|
|
|
898
898
|
<footer>
|
|
899
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on
|
|
899
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Tue Aug 18 2026 12:16:05 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
900
900
|
</footer>
|
|
901
901
|
|
|
902
902
|
<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
|
|
74
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Tue Aug 18 2026 12:16:05 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,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "w-comor-hapi",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.41",
|
|
4
4
|
"main": "dist/w-comor-hapi-server.umd.js",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"@hapi/hapi": "^21.3.7",
|
|
7
7
|
"@hapi/inert": "^7.1.0",
|
|
8
8
|
"axios": "^1.6.8",
|
|
9
|
-
"wsemi": "^1.8.
|
|
9
|
+
"wsemi": "^1.8.73",
|
|
10
10
|
"xss": "^1.0.15"
|
|
11
11
|
},
|
|
12
12
|
"devDependencies": {
|