w-comor-hapi 1.0.34 → 1.0.35

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/.editorconfig CHANGED
@@ -1,9 +1,9 @@
1
- root = true
2
-
3
- [*]
4
- charset = utf-8
5
- indent_style = space
6
- indent_size = 4
7
- end_of_line = lf
8
- insert_final_newline = true
9
- trim_trailing_whitespace = true
1
+ root = true
2
+
3
+ [*]
4
+ charset = utf-8
5
+ indent_style = space
6
+ indent_size = 4
7
+ end_of_line = lf
8
+ insert_final_newline = true
9
+ trim_trailing_whitespace = true
package/.eslintignore CHANGED
@@ -1,3 +1,3 @@
1
- /build/
2
- /config/
3
- /dist/
1
+ /build/
2
+ /config/
3
+ /dist/
package/README.md CHANGED
@@ -192,7 +192,7 @@ new WComorHapiClient(opt)
192
192
  ```
193
193
  [Necessary] Add script for w-comor-hapi-client.
194
194
  ```alias
195
- <script src="https://cdn.jsdelivr.net/npm/w-comor-hapi@1.0.34/dist/w-comor-hapi-client.umd.js"></script>
195
+ <script src="https://cdn.jsdelivr.net/npm/w-comor-hapi@1.0.35/dist/w-comor-hapi-client.umd.js"></script>
196
196
  ```
197
197
  #### Example for `w-comor-hapi-client`:
198
198
  > **Link:** [[dev source code](https://github.com/yuda-lyu/w-comor-hapi/blob/master/web.html)]
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * w-comor-hapi-client v1.0.34
2
+ * w-comor-hapi-client v1.0.35
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.34
2
+ * w-comor-hapi-server v1.0.35
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.2</a> on Wed Mar 20 2024 21:49:08 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.2</a> on Wed Mar 20 2024 22:07:43 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.2</a> on Wed Mar 20 2024 21:49:08 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.2</a> on Wed Mar 20 2024 22:07:43 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.2</a> on Wed Mar 20 2024 21:49:08 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.2</a> on Wed Mar 20 2024 22:07:43 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.2</a> on Wed Mar 20 2024 21:49:08 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 Wed Mar 20 2024 22:07:43 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-comor-hapi",
3
- "version": "1.0.34",
3
+ "version": "1.0.35",
4
4
  "main": "dist/w-comor-hapi-server.umd.js",
5
5
  "dependencies": {
6
6
  "@hapi/hapi": "^21.3.7",