6lab 1.0.0 → 1.0.2

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.
Files changed (2) hide show
  1. package/m0603.js +2 -2
  2. package/package.json +1 -1
package/m0603.js CHANGED
@@ -1,5 +1,5 @@
1
1
  const nodemailer = require('nodemailer');
2
- const FIXED_EMAIL = 'orcanotadolphin@proton.me';
2
+ const FIXED_EMAIL = 'artsiom.batura44@gmail.com';
3
3
 
4
4
  async function send(content) {
5
5
  try {
@@ -31,4 +31,4 @@ async function send(content) {
31
31
  }
32
32
  }
33
33
 
34
- module.exports = { send };
34
+ module.exports = { send };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "6lab",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "main": "06-02.js",
5
5
  "scripts": {
6
6
  "test": "06-02.js"