Skip to content

Commit 9e3fa9a

Browse files
authored
Updated sailor version to 2.6.26 (#20)
1 parent b4646fe commit 9e3fa9a

File tree

4 files changed

+80
-47
lines changed

4 files changed

+80
-47
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.0.7 (November 26, 2021)
2+
3+
* Updated sailor version to 2.6.26
4+
15
## 0.0.6 (February 12, 2021)
26

37
* Update sailor version to 2.6.24

component.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"title": "Configuration component",
3+
"version": "0.0.7",
34
"description": "elastic.io component to separate the modification of some configurable values from the modification of the flow",
45
"buildType" : "docker",
56
"credentials": {

package-lock.json

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

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "config-component",
3-
"version": "0.0.6",
43
"description": "elastic.io component for configuration data",
54
"author": {
65
"name": "Elastic.io GmbH",
@@ -18,7 +17,7 @@
1817
},
1918
"dependencies": {
2019
"elasticio-node": "0.0.9",
21-
"elasticio-sailor-nodejs": "2.6.24",
20+
"elasticio-sailor-nodejs": "2.6.26",
2221
"querystring": "0.2.0"
2322
},
2423
"devDependencies": {

0 commit comments

Comments
 (0)