elasticio-sailor-nodejs 3.0.0-sailor-proxy-dev6 → 3.0.0-sailor-proxy-dev7

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.
@@ -502,7 +502,7 @@ class ProxyClient {
502
502
  } else if (type === 'http-reply') {
503
503
  protocolVersion = 1;
504
504
  }
505
- let preparedData;
505
+ let preparedData = data;
506
506
  if (protocolVersion) {
507
507
  preparedData = this.encryptMessageContent(data, protocolVersion);
508
508
  proxyHeaders.protocolVersion = protocolVersion;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "elasticio-sailor-nodejs",
3
3
  "description": "The official elastic.io library for bootstrapping and executing for Node.js connectors",
4
- "version": "3.0.0-sailor-proxy-dev6",
4
+ "version": "3.0.0-sailor-proxy-dev7",
5
5
  "main": "run.js",
6
6
  "scripts": {
7
7
  "build": "tsc",