-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #734 from terascope/update-packages
update terascope related packages
- Loading branch information
Showing
6 changed files
with
545 additions
and
467 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"name": "elasticsearch", | ||
"version": "2.6.0" | ||
"version": "2.6.1" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@terascope/elasticsearch-asset-apis", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"description": "Elasticsearch reader and sender apis", | ||
"publishConfig": { | ||
"access": "public" | ||
|
@@ -23,16 +23,16 @@ | |
"author": "Terascope, LLC <[email protected]>", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@terascope/data-mate": "^0.28.0", | ||
"@terascope/data-types": "^0.29.0", | ||
"@terascope/elasticsearch-api": "^2.20.0", | ||
"@terascope/utils": "^0.39.0", | ||
"@terascope/data-mate": "^0.29.2", | ||
"@terascope/data-types": "^0.30.2", | ||
"@terascope/elasticsearch-api": "^2.21.2", | ||
"@terascope/utils": "^0.40.2", | ||
"datemath-parser": "^1.0.6", | ||
"got": "^11.8.2", | ||
"moment": "^2.29.1" | ||
}, | ||
"devDependencies": { | ||
"@terascope/job-components": "^0.51.0", | ||
"@terascope/job-components": "^0.52.2", | ||
"@types/elasticsearch": "^5.0.37", | ||
"elasticsearch": "^15.4.1" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "terafoundation_elasticsearch_connector", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Elasticsearch connector for terafoundation", | ||
"publishConfig": { | ||
"access": "public" | ||
|
@@ -23,7 +23,7 @@ | |
"author": "Terascope, LLC <[email protected]>", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@terascope/utils": "^0.39.0", | ||
"@terascope/utils": "^0.40.2", | ||
"elasticsearch": "^15.4.1" | ||
}, | ||
"devDependencies": { | ||
|
Oops, something went wrong.