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 CHANGED
@@ -3,7 +3,7 @@
3
3
  "allowUnknownTags": false
4
4
  },
5
5
  "source": {
6
- "include": ["src/"],
6
+ "include": ["src/", "server/"],
7
7
  "includePattern": ".+\\.(js(doc|x)?|mjs|vue)$",
8
8
  "excludePattern": "(node_modules/|docs)"
9
9
  },
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2019 semisphere(呂昱達)
3
+ Copyright (c) 2022 semisphere(yu-da, lyu 呂昱達)
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * w-email v1.0.25
2
+ * w-email v1.0.26
3
3
  * (c) 2018-2021 yuda-lyu(semisphere)
4
4
  * Released under the MIT License.
5
5
  */
@@ -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 Thu Apr 07 2022 15:40:17 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
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 Thu Apr 07 2022 15:40:17 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
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 Thu Apr 07 2022 15:40:17 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
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.25",
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.3",
6
+ "nodemailer": "^6.7.8",
8
7
  "lodash": "^4.17.21",
9
- "wsemi": "^1.6.54"
8
+ "wsemi": "^1.6.78"
10
9
  },
11
10
  "devDependencies": {
12
- "w-package-tools": "^1.0.65"
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
  }