w-comor-mqtt 1.0.49 → 1.0.50

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
@@ -180,7 +180,7 @@ Add script for mqtt.
180
180
 
181
181
  Add script for w-comor-mqtt-client.
182
182
  ```alias
183
- <script src="https://cdn.jsdelivr.net/npm/w-comor-mqtt@1.0.49/dist/w-comor-mqtt-client.umd.js"></script>
183
+ <script src="https://cdn.jsdelivr.net/npm/w-comor-mqtt@1.0.50/dist/w-comor-mqtt-client.umd.js"></script>
184
184
  ```
185
185
 
186
186
  #### Example for `w-comor-mqtt-client`:
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * w-comor-mqtt-client v1.0.49
2
+ * w-comor-mqtt-client v1.0.50
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-mqtt-server v1.0.49
2
+ * w-comor-mqtt-server v1.0.50
3
3
  * (c) 2018-2021 yuda-lyu(semisphere)
4
4
  * Released under the MIT License.
5
5
  */
@@ -500,7 +500,7 @@ export default WComorMqttClient
500
500
  <br class="clear">
501
501
 
502
502
  <footer>
503
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Wed Sep 02 2026 18:45:52 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
503
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Sat Sep 05 2026 22:59:46 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
504
504
  </footer>
505
505
 
506
506
  <script>prettyPrint();</script>
@@ -418,7 +418,7 @@ export default WComorMqttServer
418
418
  <br class="clear">
419
419
 
420
420
  <footer>
421
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Wed Sep 02 2026 18:45:52 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
421
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Sat Sep 05 2026 22:59:46 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
422
422
  </footer>
423
423
 
424
424
  <script>prettyPrint();</script>
package/docs/global.html CHANGED
@@ -888,7 +888,7 @@
888
888
  <br class="clear">
889
889
 
890
890
  <footer>
891
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Wed Sep 02 2026 18:45:52 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
891
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Sat Sep 05 2026 22:59:46 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
892
892
  </footer>
893
893
 
894
894
  <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 Wed Sep 02 2026 18:45:52 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 Sat Sep 05 2026 22:59:46 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-mqtt",
3
- "version": "1.0.49",
3
+ "version": "1.0.50",
4
4
  "main": "dist/w-comor-mqtt-server.umd.js",
5
5
  "dependencies": {
6
6
  "aedes": "^0.51.0",
7
7
  "aedes-server-factory": "^0.2.1",
8
8
  "mqtt": "^5.5.0",
9
- "wsemi": "^1.8.84"
9
+ "wsemi": "^1.8.85"
10
10
  },
11
11
  "devDependencies": {
12
12
  "w-package-tools": "^1.1.15"