Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update sailor version to 2.6.17 #39

Merged
merged 1 commit into from
Oct 23, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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