w-web-api 1.0.5 → 1.0.6
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/w-web-api.umd.js +1 -1
- package/docs/WWebApi.html +1 -1
- package/docs/WWebApi.mjs.html +1 -1
- package/docs/index.html +1 -1
- package/package.json +2 -2
package/dist/w-web-api.umd.js
CHANGED
package/docs/WWebApi.html
CHANGED
|
@@ -604,7 +604,7 @@
|
|
|
604
604
|
<br class="clear">
|
|
605
605
|
|
|
606
606
|
<footer>
|
|
607
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.10</a> on Thu Apr 14 2022 14:
|
|
607
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.10</a> on Thu Apr 14 2022 14:44:05 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
608
608
|
</footer>
|
|
609
609
|
|
|
610
610
|
<script>prettyPrint();</script>
|
package/docs/WWebApi.mjs.html
CHANGED
|
@@ -369,7 +369,7 @@ export default WWebApi
|
|
|
369
369
|
<br class="clear">
|
|
370
370
|
|
|
371
371
|
<footer>
|
|
372
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.10</a> on Thu Apr 14 2022 14:
|
|
372
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.10</a> on Thu Apr 14 2022 14:44:05 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
373
373
|
</footer>
|
|
374
374
|
|
|
375
375
|
<script>prettyPrint();</script>
|
package/docs/index.html
CHANGED
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
<br class="clear">
|
|
69
69
|
|
|
70
70
|
<footer>
|
|
71
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.10</a> on Thu Apr 14 2022 14:
|
|
71
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.10</a> on Thu Apr 14 2022 14:44:05 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
72
72
|
</footer>
|
|
73
73
|
|
|
74
74
|
<script>prettyPrint();</script>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "w-web-api",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.6",
|
|
4
4
|
"main": "dist/w-web-api.umd.js",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"@mdi/js": "^6.6.96",
|
|
@@ -8,7 +8,6 @@
|
|
|
8
8
|
"showdown": "^2.0.3",
|
|
9
9
|
"w-component-vue": "^2.2.6",
|
|
10
10
|
"w-data-collector": "^1.0.13",
|
|
11
|
-
"w-orm-mongodb": "^1.1.26",
|
|
12
11
|
"w-serv-hapi": "^1.0.6",
|
|
13
12
|
"w-serv-orm": "^1.0.0",
|
|
14
13
|
"wsemi": "^1.6.55"
|
|
@@ -34,6 +33,7 @@
|
|
|
34
33
|
"vue-cli-plugin-vuetify": "^2.4.8",
|
|
35
34
|
"vuetify": "^2.6.4",
|
|
36
35
|
"vuetify-loader": "^1.7.3",
|
|
36
|
+
"w-orm-mongodb": "^1.1.26",
|
|
37
37
|
"w-package-tools": "^1.0.65"
|
|
38
38
|
},
|
|
39
39
|
"scripts": {
|