Skip to content

Commit

Permalink
Merge pull request #39 from elasticio/qa-fix
Browse files Browse the repository at this point in the history
Update sailor version to 2.6.17
  • Loading branch information
Olha Virolainen authored Oct 23, 2020
2 parents e0e5954 + 3cad9fb commit cc2ba91
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 1.0.6 (October 20, 2020)
## 1.0.6 (October 23, 2020)

* Update sailor version to 2.6.17
* Update internal libraries versions

## 1.0.5 (September 20, 2020)

Expand Down
2 changes: 1 addition & 1 deletion lib/actions/transform.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ async function processAction(msg, cfg) {

if (typeof result[Symbol.iterator] === 'function') {
// We have an iterator as result
// eslint-disable-next-line no-restricted-syntax
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');
// eslint-disable-next-line no-restricted-syntax
for (const item of result) {
// eslint-disable-next-line no-await-in-loop
await this.emit('data', eioUtils.newMessageWithBody(item));
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"node": "14"
},
"dependencies": {
"@elastic.io/component-commons-library": "1.1.3",
"@elastic.io/component-commons-library": "1.1.4",
"elasticio-node": "0.0.9",
"elasticio-sailor-nodejs": "2.6.17",
"request": "2.88.0"
Expand Down

0 comments on commit cc2ba91

Please sign in to comment.