w-web-perm 1.0.77 → 1.0.78

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-perm v1.0.77
2
+ * w-web-perm v1.0.78
3
3
  * (c) 2018-2021 yuda-lyu(semisphere)
4
4
  * Released under the MIT License.
5
5
  */
@@ -1045,7 +1045,7 @@
1045
1045
  <br class="clear">
1046
1046
 
1047
1047
  <footer>
1048
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Sat Sep 05 2026 15:20:23 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
1048
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Sun Sep 06 2026 01:04:48 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
1049
1049
  </footer>
1050
1050
 
1051
1051
  <script>prettyPrint();</script>
@@ -1231,7 +1231,7 @@ export default WWebPerm
1231
1231
  <br class="clear">
1232
1232
 
1233
1233
  <footer>
1234
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Sat Sep 05 2026 15:20:23 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
1234
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Sun Sep 06 2026 01:04:48 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
1235
1235
  </footer>
1236
1236
 
1237
1237
  <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 Sat Sep 05 2026 15:20:23 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 06 2026 01:04:48 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,19 +1,19 @@
1
1
  {
2
2
  "name": "w-web-perm",
3
- "version": "1.0.77",
3
+ "version": "1.0.78",
4
4
  "main": "dist/w-web-perm.umd.js",
5
5
  "dependencies": {
6
6
  "axios": "^1.18.1",
7
7
  "json5": "^2.2.3",
8
- "w-aggrid-vue": "^2.0.84",
9
- "w-component-vue": "^2.5.11",
10
- "w-data-collector": "^1.0.35",
11
- "w-echarts-vue": "^1.0.9",
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"
8
+ "w-aggrid-vue": "^2.0.85",
9
+ "w-component-vue": "^2.5.12",
10
+ "w-data-collector": "^1.0.36",
11
+ "w-echarts-vue": "^1.0.10",
12
+ "w-serv-hapi": "^1.0.86",
13
+ "w-serv-orm": "^1.0.53",
14
+ "w-syslog": "^1.0.25",
15
+ "w-ui-loginout": "^1.0.24",
16
+ "wsemi": "^1.8.85"
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.29",
31
+ "w-orm-lmdb": "^1.0.30",
32
32
  "w-package-tools": "^1.1.15",
33
33
  "w-package-tools-e2e": "^1.0.0",
34
- "w-screenctl": "^1.0.17"
34
+ "w-screenctl": "^1.0.18"
35
35
  },
36
36
  "scripts": {
37
37
  "serve": "vue-cli-service serve",