w-web-api 1.0.85 → 1.1.1
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/index.tmp +1 -1
- package/dist/js/{chunk-vendors-legacy.1f772665.js → chunk-vendors-legacy.196e9e9b.js} +2 -2
- package/dist/js/{chunk-vendors.1f772665.js → chunk-vendors.196e9e9b.js} +2 -2
- package/dist/w-web-api.umd.js +2 -2
- package/dist/w-web-api.umd.js.map +1 -1
- package/docs/WWebApi.html +1 -1
- package/docs/index.html +1 -1
- package/docs/server_WWebApi.mjs.html +1 -1
- package/docs/src_components_Common_CheckYesNo.vue.html +1 -1
- package/package.json +12 -12
- package/tableTags-web-api.json +1 -1
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
|
|
1122
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Fri Sep 18 2026 21:39:00 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
|
|
74
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Fri Sep 18 2026 21:39:00 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
|
|
1078
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Fri Sep 18 2026 21:39:00 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
|
|
177
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Fri Sep 18 2026 21:39:00 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,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "w-web-api",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.1.1",
|
|
4
4
|
"main": "dist/w-web-api.umd.js",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"json5": "^2.2.3",
|
|
7
|
-
"w-component-vue": "^2.5.
|
|
8
|
-
"w-data-collector": "^1.0.
|
|
9
|
-
"w-echarts-vue": "^1.0.
|
|
10
|
-
"w-md2html": "^1.
|
|
11
|
-
"w-serv-hapi": "^1.
|
|
12
|
-
"w-serv-orm": "^1.
|
|
13
|
-
"w-syslog": "^1.0.
|
|
14
|
-
"w-ui-loginout": "^1.0.
|
|
15
|
-
"wsemi": "^1.
|
|
7
|
+
"w-component-vue": "^2.5.17",
|
|
8
|
+
"w-data-collector": "^1.0.39",
|
|
9
|
+
"w-echarts-vue": "^1.0.12",
|
|
10
|
+
"w-md2html": "^1.1.2",
|
|
11
|
+
"w-serv-hapi": "^1.1.1",
|
|
12
|
+
"w-serv-orm": "^1.1.2",
|
|
13
|
+
"w-syslog": "^1.0.28",
|
|
14
|
+
"w-ui-loginout": "^1.0.27",
|
|
15
|
+
"wsemi": "^1.9.1"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@vue/cli-plugin-babel": "^5.0.8",
|
|
@@ -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
|
+
"w-orm-lmdb": "^1.0.33",
|
|
31
31
|
"w-package-tools": "^1.1.16",
|
|
32
32
|
"w-package-tools-e2e": "^1.0.0",
|
|
33
|
-
"w-screenctl": "^1.0.
|
|
33
|
+
"w-screenctl": "^1.0.21"
|
|
34
34
|
},
|
|
35
35
|
"scripts": {
|
|
36
36
|
"serve": "vue-cli-service serve",
|
package/tableTags-web-api.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"apis":"2026-09-
|
|
1
|
+
{"apis":"2026-09-17T15:25:41+08:00|8nbYGZ"}
|