w-email 1.0.23 → 1.0.24

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.
@@ -9,7 +9,7 @@ jobs:
9
9
 
10
10
  strategy:
11
11
  matrix:
12
- node-version: [14.x, 15.x]
12
+ node-version: [16.x]
13
13
 
14
14
  steps:
15
15
  - uses: actions/checkout@v2
@@ -17,6 +17,7 @@ jobs:
17
17
  uses: actions/setup-node@v1
18
18
  with:
19
19
  node-version: ${{ matrix.node-version }}
20
+ - run: npm cache clean -f
20
21
  - run: npm install
21
22
  - run: npm test
22
23
  env:
package/README.md CHANGED
@@ -3,7 +3,6 @@ A wrapper nodemailer for email.
3
3
 
4
4
  ![language](https://img.shields.io/badge/language-JavaScript-orange.svg)
5
5
  [![npm version](http://img.shields.io/npm/v/w-email.svg?style=flat)](https://npmjs.org/package/w-email)
6
- [![Build Status](https://travis-ci.org/yuda-lyu/w-email.svg?branch=master)](https://travis-ci.org/yuda-lyu/w-email)
7
6
  [![license](https://img.shields.io/npm/l/w-email.svg?style=flat)](https://npmjs.org/package/w-email)
8
7
  [![gzip file size](http://img.badgesize.io/yuda-lyu/w-email/master/dist/w-email.umd.js.svg?compression=gzip)](https://github.com/yuda-lyu/w-email)
9
8
  [![npm download](https://img.shields.io/npm/dt/w-email.svg)](https://npmjs.org/package/w-email)
package/SECURITY.md ADDED
@@ -0,0 +1,5 @@
1
+ # Security Policy
2
+
3
+ ## Reporting a Vulnerability
4
+
5
+ Please report security issues to `firsemisphere@gmail.com`
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * w-email v1.0.23
2
+ * w-email v1.0.24
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.6</a> on Tue Oct 05 2021 13:06:04 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.6</a> on Thu Dec 16 2021 13:32:56 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.6</a> on Tue Oct 05 2021 13:06:04 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.6</a> on Thu Dec 16 2021 13:32:56 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.6</a> on Tue Oct 05 2021 13:06:04 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.6</a> on Thu Dec 16 2021 13:32:56 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,12 +1,12 @@
1
1
  {
2
2
  "name": "w-email",
3
- "version": "1.0.23",
3
+ "version": "1.0.24",
4
4
  "description": "A wrapper nodemailer for email.",
5
5
  "main": "dist/w-email.umd.js",
6
6
  "dependencies": {
7
- "nodemailer": "^6.6.5",
7
+ "nodemailer": "^6.7.2",
8
8
  "lodash": "^4.17.21",
9
- "wsemi": "^1.6.19"
9
+ "wsemi": "^1.6.34"
10
10
  },
11
11
  "devDependencies": {
12
12
  "w-package-tools": "^1.0.59"