Skip to content

Commit 7524abd

Browse files
authored
Update Sailor to 2.6.18 (#7)
1 parent 37e6a2d commit 7524abd

File tree

4 files changed

+11
-7
lines changed

4 files changed

+11
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.0.2 (October 30, 2020)
2+
3+
* Update sailor version to 2.6.18
4+
15
## 2.0.1 (October 23, 2020)
26

37
* Update sailor version to 2.6.17

lib/actions/bulk_cud.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ exports.process = async function bulkCUD(message, configuration) {
6969
out.body = { result: rets };
7070
resolve(out);
7171
}).on('error', (err) => {
72-
this.logger.error('Job error', err.message);
72+
this.logger.error('Job error');
7373
reject(new Error(err.message));
7474
throw Error(`Job error: ${err.message}`);
7575
});

package-lock.json

Lines changed: 4 additions & 4 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": "salesforce-component-v2",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "elastic.io component that connects to Salesforce API (node.js) v2",
55
"main": "index.js",
66
"scripts": {
@@ -30,7 +30,7 @@
3030
"axios": "0.20.0",
3131
"elasticio-node": "0.0.9",
3232
"elasticio-rest-node": "1.2.6",
33-
"elasticio-sailor-nodejs": "2.6.17",
33+
"elasticio-sailor-nodejs": "2.6.18",
3434
"jsforce": "1.10.0",
3535
"mime-types": "2.1.27",
3636
"request": "2.88.2",

0 commit comments

Comments
 (0)