w-web-api 1.0.69 → 1.0.70

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/docs/WWebApi.html CHANGED
@@ -885,7 +885,7 @@
885
885
  <br class="clear">
886
886
 
887
887
  <footer>
888
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Tue Aug 18 2026 17:10:41 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
888
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Wed Aug 19 2026 00:37:30 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
889
889
  </footer>
890
890
 
891
891
  <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 Tue Aug 18 2026 17:10:41 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 Wed Aug 19 2026 00:37:30 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 Tue Aug 18 2026 17:10:41 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
992
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Wed Aug 19 2026 00:37:30 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 Tue Aug 18 2026 17:10:41 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
177
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Wed Aug 19 2026 00:37:30 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.0.69",
3
+ "version": "1.0.70",
4
4
  "main": "dist/w-web-api.umd.js",
5
5
  "dependencies": {
6
6
  "@mdi/js": "^7.4.47",
7
7
  "axios": "^1.18.1",
8
- "w-component-vue": "^2.4.83",
9
- "w-data-collector": "^1.0.29",
10
- "w-md2html": "^1.0.42",
11
- "w-serv-hapi": "^1.0.79",
12
- "w-serv-orm": "^1.0.46",
13
- "w-syslog": "^1.0.18",
14
- "w-ui-loginout": "^1.0.17",
15
- "wsemi": "^1.8.76"
8
+ "w-component-vue": "^2.4.85",
9
+ "w-data-collector": "^1.0.30",
10
+ "w-md2html": "^1.0.43",
11
+ "w-serv-hapi": "^1.0.80",
12
+ "w-serv-orm": "^1.0.47",
13
+ "w-syslog": "^1.0.19",
14
+ "w-ui-loginout": "^1.0.18",
15
+ "wsemi": "^1.8.77"
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.23",
31
- "w-package-tools": "^1.1.12",
30
+ "w-orm-lmdb": "^1.0.24",
31
+ "w-package-tools": "^1.1.13",
32
32
  "w-package-tools-e2e": "^1.0.0",
33
- "w-screenctl": "^1.0.11"
33
+ "w-screenctl": "^1.0.12"
34
34
  },
35
35
  "scripts": {
36
36
  "serve": "vue-cli-service serve",
@@ -22,7 +22,6 @@ rollupFile({
22
22
  'url': 'url',
23
23
  'pino': 'pino',
24
24
  // 'form-data': 'FormData',
25
- 'crypto': 'crypto', //因crypto-js修改使用內建crypto方式, 會偵測nodejs並使用require內建的crypto, 故需剔除
26
25
  },
27
26
  external: [
28
27
  '@hapi/hapi',
@@ -34,7 +33,6 @@ rollupFile({
34
33
  'url',
35
34
  'pino',
36
35
  // 'form-data',
37
- 'crypto',
38
36
  ],
39
37
  })
40
38