@flink-app/email-plugin 0.3.6 → 0.3.7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flink-app/email-plugin",
3
- "version": "0.3.6",
3
+ "version": "0.3.7",
4
4
  "description": "Flink plugin that makes it possible to send email",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\"",
@@ -21,10 +21,10 @@
21
21
  "querystring": "^0.2.1"
22
22
  },
23
23
  "devDependencies": {
24
- "@flink-app/flink": "^0.3.0",
24
+ "@flink-app/flink": "^0.3.7",
25
25
  "@types/node": "^15.6.2",
26
26
  "ts-node": "^9.1.1",
27
27
  "typescript": "^4.2.4"
28
28
  },
29
- "gitHead": "b58e0bd688be669532e4f0eda3d8b14b34266a28"
29
+ "gitHead": "e61be35839aa8d459dc07613d9bfa919570361f2"
30
30
  }
@@ -1,6 +0,0 @@
1
- export interface sendgridClientOptions {
2
- /**
3
- * API-key to use when sending email
4
- */
5
- apiKey: string;
6
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,9 +0,0 @@
1
- export interface smtpClientOptions {
2
- host: string;
3
- port: number;
4
- secure: boolean;
5
- auth?: {
6
- user: string;
7
- pass: string;
8
- };
9
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });