@itentialopensource/adapter-thingspace 0.6.0 → 0.6.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
@@ -184,7 +184,8 @@ Sample Properties can be used to help you configure the adapter in the Itential
184
184
  "healthcheck_on_timeout": true,
185
185
  "return_raw": false,
186
186
  "archiving": false,
187
- "return_request": false
187
+ "return_request": false,
188
+ "keep_alive_interval": 0
188
189
  },
189
190
  "proxy": {
190
191
  "enabled": false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-thingspace",
3
- "version": "0.6.0",
3
+ "version": "0.6.1",
4
4
  "description": "This adapter integrates with system described as: ThingSpace.",
5
5
  "main": "adapter.js",
6
6
  "wizardVersion": "3.8.0",
@@ -106,7 +106,8 @@
106
106
  "healthcheck_on_timeout": true,
107
107
  "return_raw": false,
108
108
  "archiving": false,
109
- "return_request": false
109
+ "return_request": false,
110
+ "keep_alive_interval": 0
110
111
  },
111
112
  "proxy": {
112
113
  "enabled": false,
@@ -295,4 +296,4 @@
295
296
  "brokers": [],
296
297
  "logLevel": "none",
297
298
  "timeout": 120000
298
- }
299
+ }