w-email 1.0.25 → 1.0.26
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/.jsdoc +1 -1
- package/LICENSE +1 -1
- package/dist/w-email.umd.js +1 -1
- package/docs/WEmail.mjs.html +1 -1
- package/docs/global.html +1 -1
- package/docs/index.html +1 -1
- package/package.json +5 -10
package/.jsdoc
CHANGED
package/LICENSE
CHANGED
package/dist/w-email.umd.js
CHANGED
package/docs/WEmail.mjs.html
CHANGED
|
@@ -211,7 +211,7 @@ export default WEmail
|
|
|
211
211
|
<br class="clear">
|
|
212
212
|
|
|
213
213
|
<footer>
|
|
214
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.10</a> on
|
|
214
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.10</a> on Sat Aug 27 2022 14:25:28 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
215
215
|
</footer>
|
|
216
216
|
|
|
217
217
|
<script>prettyPrint();</script>
|
package/docs/global.html
CHANGED
|
@@ -785,7 +785,7 @@
|
|
|
785
785
|
<br class="clear">
|
|
786
786
|
|
|
787
787
|
<footer>
|
|
788
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.10</a> on
|
|
788
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.10</a> on Sat Aug 27 2022 14:25:28 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
789
789
|
</footer>
|
|
790
790
|
|
|
791
791
|
<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
|
|
71
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.10</a> on Sat Aug 27 2022 14:25:28 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,15 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "w-email",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "A wrapper nodemailer for email.",
|
|
3
|
+
"version": "1.0.26",
|
|
5
4
|
"main": "dist/w-email.umd.js",
|
|
6
5
|
"dependencies": {
|
|
7
|
-
"nodemailer": "^6.7.
|
|
6
|
+
"nodemailer": "^6.7.8",
|
|
8
7
|
"lodash": "^4.17.21",
|
|
9
|
-
"wsemi": "^1.6.
|
|
8
|
+
"wsemi": "^1.6.78"
|
|
10
9
|
},
|
|
11
10
|
"devDependencies": {
|
|
12
|
-
"w-package-tools": "^1.0.
|
|
11
|
+
"w-package-tools": "^1.0.66"
|
|
13
12
|
},
|
|
14
13
|
"scripts": {
|
|
15
14
|
"test": "mocha --parallel --timeout 60000 --experimental-modules --es-module-specifier-resolution=node",
|
|
@@ -27,9 +26,5 @@
|
|
|
27
26
|
"nodejs"
|
|
28
27
|
],
|
|
29
28
|
"author": "yuda-lyu(semisphere)",
|
|
30
|
-
"license": "MIT"
|
|
31
|
-
"bugs": {
|
|
32
|
-
"url": "https://github.com/yuda-lyu/w-email/issues"
|
|
33
|
-
},
|
|
34
|
-
"homepage": "https://github.com/yuda-lyu/w-email#readme"
|
|
29
|
+
"license": "MIT"
|
|
35
30
|
}
|