w-web-api 1.0.83 → 1.0.84

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/docs/WWebApi.html CHANGED
@@ -1119,7 +1119,7 @@ instWWebApi.on('error', (err) => {
1119
1119
  <br class="clear">
1120
1120
 
1121
1121
  <footer>
1122
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Sun Sep 13 2026 12:02:14 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
1122
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Sun Sep 13 2026 15:30:18 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
1123
1123
  </footer>
1124
1124
 
1125
1125
  <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 Sun Sep 13 2026 12:02:14 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 Sun Sep 13 2026 15:30:18 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
75
75
  </footer>
76
76
 
77
77
  <script>prettyPrint();</script>
@@ -1075,7 +1075,7 @@ export default WWebApi
1075
1075
  <br class="clear">
1076
1076
 
1077
1077
  <footer>
1078
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Sun Sep 13 2026 12:02:14 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
1078
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Sun Sep 13 2026 15:30:18 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
1079
1079
  </footer>
1080
1080
 
1081
1081
  <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 Sun Sep 13 2026 12:02:14 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 Sun Sep 13 2026 15:30:18 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,17 +1,17 @@
1
1
  {
2
2
  "name": "w-web-api",
3
- "version": "1.0.83",
3
+ "version": "1.0.84",
4
4
  "main": "dist/w-web-api.umd.js",
5
5
  "dependencies": {
6
6
  "json5": "^2.2.3",
7
- "w-component-vue": "^2.5.12",
8
- "w-data-collector": "^1.0.36",
9
- "w-echarts-vue": "^1.0.10",
10
- "w-md2html": "^1.0.50",
11
- "w-serv-hapi": "^1.0.87",
12
- "w-serv-orm": "^1.0.53",
13
- "w-syslog": "^1.0.25",
14
- "w-ui-loginout": "^1.0.24",
7
+ "w-component-vue": "^2.5.13",
8
+ "w-data-collector": "^1.0.37",
9
+ "w-echarts-vue": "^1.0.11",
10
+ "w-md2html": "^1.0.51",
11
+ "w-serv-hapi": "^1.0.88",
12
+ "w-serv-orm": "^1.0.54",
13
+ "w-syslog": "^1.0.26",
14
+ "w-ui-loginout": "^1.0.25",
15
15
  "wsemi": "^1.8.92"
16
16
  },
17
17
  "devDependencies": {
@@ -27,10 +27,10 @@
27
27
  "eslint-plugin-vue": "^9.10.0",
28
28
  "vue": "^2.7.16",
29
29
  "vuex": "^3.6.2",
30
- "w-orm-lmdb": "^1.0.30",
30
+ "w-orm-lmdb": "^1.0.31",
31
31
  "w-package-tools": "^1.1.16",
32
32
  "w-package-tools-e2e": "^1.0.0",
33
- "w-screenctl": "^1.0.18"
33
+ "w-screenctl": "^1.0.19"
34
34
  },
35
35
  "scripts": {
36
36
  "serve": "vue-cli-service serve",