Skip to content

Commit cc2ba91

Browse files
author
Olha Virolainen
authored
Merge pull request #39 from elasticio/qa-fix
Update sailor version to 2.6.17
2 parents e0e5954 + 3cad9fb commit cc2ba91

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
## 1.0.6 (October 20, 2020)
1+
## 1.0.6 (October 23, 2020)
22

33
* Update sailor version to 2.6.17
4+
* Update internal libraries versions
45

56
## 1.0.5 (September 20, 2020)
67

lib/actions/transform.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ async function processAction(msg, cfg) {
2323

2424
if (typeof result[Symbol.iterator] === 'function') {
2525
// We have an iterator as result
26-
// eslint-disable-next-line no-restricted-syntax
2726
this.logger.info('Result from evaluation is an array, each item of the array will be send to the next step as a separate message');
27+
// eslint-disable-next-line no-restricted-syntax
2828
for (const item of result) {
2929
// eslint-disable-next-line no-await-in-loop
3030
await this.emit('data', eioUtils.newMessageWithBody(item));

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"node": "14"
2727
},
2828
"dependencies": {
29-
"@elastic.io/component-commons-library": "1.1.3",
29+
"@elastic.io/component-commons-library": "1.1.4",
3030
"elasticio-node": "0.0.9",
3131
"elasticio-sailor-nodejs": "2.6.17",
3232
"request": "2.88.0"

0 commit comments

Comments
 (0)