w-comor-hapi 1.0.48 → 1.0.49

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.48/dist/w-comor-hapi-client.umd.js"></script>
189
+ <script src="https://cdn.jsdelivr.net/npm/w-comor-hapi@1.0.49/dist/w-comor-hapi-client.umd.js"></script>
190
190
  ```
191
191
 
192
192
  #### Example for `w-comor-hapi-client`:
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * w-comor-hapi-client v1.0.48
2
+ * w-comor-hapi-client v1.0.49
3
3
  * (c) 2018-2021 yuda-lyu(semisphere)
4
4
  * Released under the MIT License.
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * w-comor-hapi-server v1.0.48
2
+ * w-comor-hapi-server v1.0.49
3
3
  * (c) 2018-2021 yuda-lyu(semisphere)
4
4
  * Released under the MIT License.
5
5
  */
@@ -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 Tue Sep 01 2026 23:13:10 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
333
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Wed Sep 02 2026 18:45:11 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 Tue Sep 01 2026 23:13:10 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
398
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Wed Sep 02 2026 18:45:11 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 Tue Sep 01 2026 23:13:10 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
899
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Wed Sep 02 2026 18:45:11 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 Tue Sep 01 2026 23:13:10 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 Sep 02 2026 18:45:11 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.48",
3
+ "version": "1.0.49",
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.81",
9
+ "wsemi": "^1.8.84",
10
10
  "xss": "^1.0.15"
11
11
  },
12
12
  "devDependencies": {