elasticio-sailor-nodejs 3.0.0-sailor-proxy-dev8 → 3.0.0-sailor-proxy-dev9
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/lib/proxy-client.js +2 -1
- package/package.json +1 -1
package/lib/proxy-client.js
CHANGED
|
@@ -758,7 +758,8 @@ class ProxyClient {
|
|
|
758
758
|
...metaHeadersLowerCased,
|
|
759
759
|
threadId: headers.threadId || metaHeadersLowerCased['x-eio-meta-trace-id'],
|
|
760
760
|
messageId: headers.messageId,
|
|
761
|
-
parentMessageId: headers.parentMessageId
|
|
761
|
+
parentMessageId: headers.parentMessageId,
|
|
762
|
+
protocolVersion: headers.protocolVersion
|
|
762
763
|
};
|
|
763
764
|
if (!result.threadId) {
|
|
764
765
|
const threadId = uuid.v4();
|
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-
|
|
4
|
+
"version": "3.0.0-sailor-proxy-dev9",
|
|
5
5
|
"main": "run.js",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"build": "tsc",
|