Skip to content

Commit

Permalink
Update sailor version to 2.6.23 (#18)
Browse files Browse the repository at this point in the history
Update sailor version to 2.6.23
  • Loading branch information
stas-fomenko authored Jan 28, 2021
1 parent c3e39cf commit a807bb1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.5 (January 29, 2021)

* Update sailor version to 2.6.23

## 0.0.4 (December 17, 2020)

* Update sailor version to 2.6.21
Expand Down
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
## Description
elastic.io configuration component which allows separating the modification of configurable values from the modification of the flow.

### Environment Variables
1.`LOG_LEVEL` - `trace` | `debug` | `info` | `warning` | `error` controls logger level


### How works. API version / SDK version
Configuration component has a credential which is a text field with some valid JSON. (JSON must be valid in order for credentials to be verified).
It emits a message with an object equivalent to the JSON in the config. So any data which is used in the flow and is repeated in multiple places can be configured (or later changed) in the single step. After that new values are used where it is needed.
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "config-component",
"version": "0.0.4",
"version": "0.0.5",
"description": "elastic.io component for configuration data",
"author": {
"name": "Elastic.io GmbH",
Expand All @@ -18,7 +18,7 @@
},
"dependencies": {
"elasticio-node": "0.0.9",
"elasticio-sailor-nodejs": "2.6.21",
"elasticio-sailor-nodejs": "2.6.23",
"querystring": "0.2.0"
},
"devDependencies": {
Expand Down

0 comments on commit a807bb1

Please sign in to comment.