w-web-task 1.0.3 → 1.0.5
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/{app-legacy.5b50b5c3.js → app-legacy.14b0de94.js} +1 -1
- package/dist/js/{app.5b50b5c3.js → app.14b0de94.js} +1 -1
- package/dist/js/{chunk-vendors-legacy.68b49fa5.js → chunk-vendors-legacy.824e15f9.js} +5 -5
- package/dist/js/{chunk-vendors.68b49fa5.js → chunk-vendors.824e15f9.js} +5 -5
- package/dist/w-web-task.umd.js +1 -1
- package/docs/WWebTask.html +1 -1
- package/docs/WWebTask.mjs.html +1 -1
- package/docs/index.html +1 -1
- package/package.json +4 -4
- package/toolg/cleanFolder.mjs +1 -0
package/dist/w-web-task.umd.js
CHANGED
package/docs/WWebTask.html
CHANGED
|
@@ -560,7 +560,7 @@
|
|
|
560
560
|
<br class="clear">
|
|
561
561
|
|
|
562
562
|
<footer>
|
|
563
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on
|
|
563
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Sun Jul 26 2026 13:47:33 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
564
564
|
</footer>
|
|
565
565
|
|
|
566
566
|
<script>prettyPrint();</script>
|
package/docs/WWebTask.mjs.html
CHANGED
|
@@ -1082,7 +1082,7 @@ export default WWebTask
|
|
|
1082
1082
|
<br class="clear">
|
|
1083
1083
|
|
|
1084
1084
|
<footer>
|
|
1085
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on
|
|
1085
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Sun Jul 26 2026 13:47:33 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
1086
1086
|
</footer>
|
|
1087
1087
|
|
|
1088
1088
|
<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 Sun Jul 26 2026 13:47:33 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,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "w-web-task",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.5",
|
|
4
4
|
"main": "dist/w-web-task.umd.js",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"@mdi/js": "^7.4.47",
|
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
"json5": "^2.2.3",
|
|
10
10
|
"lodash-es": "^4.18.1",
|
|
11
11
|
"showdown": "^2.1.0",
|
|
12
|
-
"w-aggrid-vue": "^2.0.
|
|
13
|
-
"w-component-vue": "^2.4.
|
|
12
|
+
"w-aggrid-vue": "^2.0.62",
|
|
13
|
+
"w-component-vue": "^2.4.77",
|
|
14
14
|
"w-data-collector": "^1.0.24",
|
|
15
15
|
"w-serv-hapi": "^1.0.75",
|
|
16
16
|
"w-serv-orm": "^1.0.41",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"eslint-plugin-n": "^16.6.2",
|
|
30
30
|
"eslint-plugin-promise": "^6.1.1",
|
|
31
31
|
"eslint-plugin-vue": "^9.10.0",
|
|
32
|
-
"vue": "^2.
|
|
32
|
+
"vue": "^2.7.16",
|
|
33
33
|
"vuex": "^3.6.2",
|
|
34
34
|
"w-orm-lmdb": "^1.0.9",
|
|
35
35
|
"w-package-tools": "^1.1.12",
|