w-web-api 1.0.76 → 1.0.77
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/dist/w-web-api.umd.js
CHANGED
package/docs/WWebApi.html
CHANGED
|
@@ -959,7 +959,7 @@ instWWebApi.on('error', (err) => {
|
|
|
959
959
|
<br class="clear">
|
|
960
960
|
|
|
961
961
|
<footer>
|
|
962
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on
|
|
962
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Mon Aug 31 2026 17:06:24 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
963
963
|
</footer>
|
|
964
964
|
|
|
965
965
|
<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
|
|
74
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Mon Aug 31 2026 17:06:24 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
75
75
|
</footer>
|
|
76
76
|
|
|
77
77
|
<script>prettyPrint();</script>
|
|
@@ -989,7 +989,7 @@ export default WWebApi
|
|
|
989
989
|
<br class="clear">
|
|
990
990
|
|
|
991
991
|
<footer>
|
|
992
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on
|
|
992
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Mon Aug 31 2026 17:06:24 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
993
993
|
</footer>
|
|
994
994
|
|
|
995
995
|
<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
|
|
177
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Mon Aug 31 2026 17:06:24 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,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "w-web-api",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.77",
|
|
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
|
+
"w-component-vue": "^2.5.6",
|
|
9
9
|
"w-data-collector": "^1.0.33",
|
|
10
|
-
"w-echarts-vue": "^1.0.
|
|
10
|
+
"w-echarts-vue": "^1.0.5",
|
|
11
11
|
"w-md2html": "^1.0.47",
|
|
12
12
|
"w-serv-hapi": "^1.0.83",
|
|
13
13
|
"w-serv-orm": "^1.0.50",
|