w-web-perm 1.0.50 → 1.0.52

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.50
2
+ * w-web-perm v1.0.52
3
3
  * (c) 2018-2021 yuda-lyu(semisphere)
4
4
  * Released under the MIT License.
5
5
  */
@@ -925,7 +925,7 @@
925
925
  <br class="clear">
926
926
 
927
927
  <footer>
928
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Thu Jul 23 2026 11:17:11 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
928
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Thu Jul 23 2026 16:09:39 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
929
929
  </footer>
930
930
 
931
931
  <script>prettyPrint();</script>
@@ -1228,7 +1228,7 @@ export default WWebPerm
1228
1228
  <br class="clear">
1229
1229
 
1230
1230
  <footer>
1231
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Thu Jul 23 2026 11:17:11 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
1231
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Thu Jul 23 2026 16:09:39 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
1232
1232
  </footer>
1233
1233
 
1234
1234
  <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 Thu Jul 23 2026 11:17:11 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 Thu Jul 23 2026 16:09:39 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,20 +1,19 @@
1
1
  {
2
2
  "name": "w-web-perm",
3
- "version": "1.0.50",
3
+ "version": "1.0.52",
4
4
  "main": "dist/w-web-perm.umd.js",
5
5
  "dependencies": {
6
6
  "@mdi/js": "^7.4.47",
7
7
  "axios": "^1.18.1",
8
8
  "json5": "^2.2.3",
9
9
  "lodash-es": "^4.18.1",
10
- "showdown": "^2.1.0",
11
10
  "w-aggrid-vue": "^2.0.58",
12
11
  "w-component-vue": "^2.4.74",
13
12
  "w-data-collector": "^1.0.23",
14
- "w-serv-hapi": "^1.0.73",
13
+ "w-serv-hapi": "^1.0.74",
15
14
  "w-serv-orm": "^1.0.40",
16
- "w-ui-loginout": "^1.0.11",
17
15
  "w-syslog": "^1.0.10",
16
+ "w-ui-loginout": "^1.0.11",
18
17
  "wsemi": "^1.8.66"
19
18
  },
20
19
  "devDependencies": {
@@ -28,14 +27,12 @@
28
27
  "eslint-plugin-n": "^16.6.2",
29
28
  "eslint-plugin-promise": "^6.1.1",
30
29
  "eslint-plugin-vue": "^9.10.0",
31
- "pixelmatch": "^7.2.0",
32
- "playwright": "^1.61.1",
33
- "pngjs": "^7.0.0",
34
30
  "vue": "^2.6.14",
35
31
  "vuex": "^3.6.2",
36
32
  "w-orm-lmdb": "^1.0.8",
37
- "w-screenctl": "^1.0.4",
38
- "w-package-tools": "^1.1.11"
33
+ "w-package-tools": "^1.1.11",
34
+ "w-package-tools-e2e": "^1.0.0",
35
+ "w-screenctl": "^1.0.4"
39
36
  },
40
37
  "scripts": {
41
38
  "serve": "vue-cli-service serve",