Skip to content

Commit 1fa3974

Browse files
author
Olha Virolainen
authored
Update sailor version to 2.6.17 (#44)
* Update sailor version to 2.6.17
1 parent 61a621b commit 1fa3974

File tree

4 files changed

+157
-13
lines changed

4 files changed

+157
-13
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.2.2 (October 20, 2020)
2+
3+
* Update sailor version to 2.6.17
4+
15
## 1.2.1 (July 1, 2020)
26

37
* Update sailor version to 2.6.13

actions/code.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ exports.process = async function (msg, conf, snapshot) {
4444
request,
4545
wait: wait.bind(this),
4646
});
47-
this.logger.debug('Running the code %s', conf.code);
47+
this.logger.debug('Running the code...');
4848
vm.runInContext(conf.code, ctx, {
4949
displayErrors: true,
5050
});
@@ -70,7 +70,7 @@ exports.process = async function (msg, conf, snapshot) {
7070
}
7171
this.emit('end');
7272
} catch (e) {
73-
this.logger.error('Promise failed', e);
73+
this.logger.error('Promise failed');
7474
throw e;
7575
}
7676
}

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eio-code-component",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "elastic.io code component",
55
"engines": {
66
"node": ">=12.13.0"
@@ -22,7 +22,7 @@
2222
"co": "4.6.0",
2323
"co-request": "1.0.0",
2424
"elasticio-node": "0.0.9",
25-
"elasticio-sailor-nodejs": "2.6.13"
25+
"elasticio-sailor-nodejs": "2.6.17"
2626
},
2727
"devDependencies": {
2828
"@elastic.io/component-logger": "0.0.1",

0 commit comments

Comments
 (0)