@itentialopensource/adapter-sendgrid 0.5.0 → 0.5.1

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/TAB2.md CHANGED
@@ -128,7 +128,8 @@ Sample Properties can be used to help you configure the adapter in the Itential
128
128
  "healthcheck_on_timeout": true,
129
129
  "return_raw": false,
130
130
  "archiving": false,
131
- "return_request": false
131
+ "return_request": false,
132
+ "keep_alive_interval": 0
132
133
  },
133
134
  "proxy": {
134
135
  "enabled": false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-sendgrid",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "This adapter integrates with system described as: SendGrid.",
5
5
  "main": "adapter.js",
6
6
  "systemName": "Sendgrid",
@@ -83,7 +83,8 @@
83
83
  "healthcheck_on_timeout": true,
84
84
  "return_raw": false,
85
85
  "archiving": false,
86
- "return_request": false
86
+ "return_request": false,
87
+ "keep_alive_interval": 0
87
88
  },
88
89
  "proxy": {
89
90
  "enabled": false,
@@ -261,4 +262,4 @@
261
262
  "brokers": [],
262
263
  "logLevel": "none",
263
264
  "timeout": 120000
264
- }
265
+ }