w-web-api 1.0.78 → 1.0.79

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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * w-web-api v1.0.78
2
+ * w-web-api v1.0.79
3
3
  * (c) 2018-2021 yuda-lyu(semisphere)
4
4
  * Released under the MIT License.
5
5
  */
package/docs/WWebApi.html CHANGED
@@ -1079,7 +1079,7 @@ instWWebApi.on('error', (err) => {
1079
1079
  <br class="clear">
1080
1080
 
1081
1081
  <footer>
1082
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Wed Sep 02 2026 00:31:20 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
1082
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Wed Sep 02 2026 19:51:31 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
1083
1083
  </footer>
1084
1084
 
1085
1085
  <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 00:31:20 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 19:51:31 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
75
75
  </footer>
76
76
 
77
77
  <script>prettyPrint();</script>
@@ -992,7 +992,7 @@ export default WWebApi
992
992
  <br class="clear">
993
993
 
994
994
  <footer>
995
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Wed Sep 02 2026 00:31:20 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
995
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Wed Sep 02 2026 19:51:31 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
996
996
  </footer>
997
997
 
998
998
  <script>prettyPrint();</script>
@@ -174,7 +174,7 @@ export default {
174
174
  <br class="clear">
175
175
 
176
176
  <footer>
177
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Wed Sep 02 2026 00:31:20 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
177
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Wed Sep 02 2026 19:51:31 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
178
178
  </footer>
179
179
 
180
180
  <script>prettyPrint();</script>
package/package.json CHANGED
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "w-web-api",
3
- "version": "1.0.78",
3
+ "version": "1.0.79",
4
4
  "main": "dist/w-web-api.umd.js",
5
5
  "dependencies": {
6
6
  "axios": "^1.18.1",
7
7
  "json5": "^2.2.3",
8
- "w-component-vue": "^2.5.8",
9
- "w-data-collector": "^1.0.34",
10
- "w-echarts-vue": "^1.0.6",
11
- "w-md2html": "^1.0.48",
12
- "w-serv-hapi": "^1.0.84",
13
- "w-serv-orm": "^1.0.51",
14
- "w-syslog": "^1.0.23",
15
- "w-ui-loginout": "^1.0.22",
16
- "wsemi": "^1.8.81"
8
+ "w-component-vue": "^2.5.9",
9
+ "w-data-collector": "^1.0.35",
10
+ "w-echarts-vue": "^1.0.7",
11
+ "w-md2html": "^1.0.49",
12
+ "w-serv-hapi": "^1.0.85",
13
+ "w-serv-orm": "^1.0.52",
14
+ "w-syslog": "^1.0.24",
15
+ "w-ui-loginout": "^1.0.23",
16
+ "wsemi": "^1.8.84"
17
17
  },
18
18
  "devDependencies": {
19
19
  "@vue/cli-plugin-babel": "^5.0.8",
@@ -28,10 +28,10 @@
28
28
  "eslint-plugin-vue": "^9.10.0",
29
29
  "vue": "^2.7.16",
30
30
  "vuex": "^3.6.2",
31
- "w-orm-lmdb": "^1.0.28",
31
+ "w-orm-lmdb": "^1.0.29",
32
32
  "w-package-tools": "^1.1.15",
33
33
  "w-package-tools-e2e": "^1.0.0",
34
- "w-screenctl": "^1.0.16"
34
+ "w-screenctl": "^1.0.17"
35
35
  },
36
36
  "scripts": {
37
37
  "serve": "vue-cli-service serve",