Skip to content

Commit

Permalink
Merge pull request #734 from terascope/update-packages
Browse files Browse the repository at this point in the history
update terascope related packages
  • Loading branch information
jsnoble authored Jun 14, 2021
2 parents f9fce39 + 475c62c commit 305e74d
Show file tree
Hide file tree
Showing 6 changed files with 545 additions and 467 deletions.
2 changes: 1 addition & 1 deletion asset/asset.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "elasticsearch",
"version": "2.6.0"
"version": "2.6.1"
}
14 changes: 7 additions & 7 deletions asset/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "asset",
"version": "2.6.0",
"version": "2.6.1",
"private": true,
"workspaces": {
"nohoist": [
Expand All @@ -16,12 +16,12 @@
"license": "MIT",
"description": "",
"dependencies": {
"@terascope/data-mate": "^0.28.0",
"@terascope/elasticsearch-api": "^2.20.0",
"@terascope/elasticsearch-asset-apis": "^0.5.0",
"@terascope/job-components": "^0.51.0",
"@terascope/teraslice-state-storage": "^0.28.0",
"@terascope/utils": "^0.39.0",
"@terascope/data-mate": "^0.29.2",
"@terascope/elasticsearch-api": "^2.21.2",
"@terascope/elasticsearch-asset-apis": "^0.5.1",
"@terascope/job-components": "^0.52.2",
"@terascope/teraslice-state-storage": "^0.29.2",
"@terascope/utils": "^0.40.2",
"datemath-parser": "^1.0.6",
"got": "^11.8.2",
"mocker-data-generator": "^2.12.0",
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "elasticsearch-assets",
"description": "bundle of processors for teraslice",
"version": "2.6.0",
"version": "2.6.1",
"private": true,
"workspaces": [
"packages/*",
Expand Down Expand Up @@ -39,19 +39,19 @@
},
"dependencies": {},
"devDependencies": {
"@terascope/data-types": "^0.29.0",
"@terascope/elasticsearch-api": "^2.20.0",
"@terascope/data-types": "^0.30.2",
"@terascope/elasticsearch-api": "^2.21.2",
"@terascope/eslint-config": "^0.6.0",
"@terascope/job-components": "^0.51.0",
"@terascope/teraslice-state-storage": "^0.28.0",
"@terascope/types": "^0.9.0",
"@terascope/job-components": "^0.52.2",
"@terascope/teraslice-state-storage": "^0.29.2",
"@terascope/types": "^0.10.0",
"@types/bluebird": "^3.5.34",
"@types/elasticsearch": "^5.0.37",
"@types/got": "^9.6.11",
"@types/jest": "^26.0.23",
"@types/node": "^15.3.0",
"@types/node": "^15.12.2",
"elasticsearch": "^15.4.1",
"elasticsearch-store": "^0.50.0",
"elasticsearch-store": "^0.51.2",
"eslint": "^7.28.0",
"jest": "^26.6.3",
"jest-extended": "^0.11.5",
Expand Down
12 changes: 6 additions & 6 deletions packages/elasticsearch-asset-apis/package.json
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"
Expand All @@ -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"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/terafoundation_elasticsearch_connector/package.json
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"
Expand All @@ -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": {
Expand Down
Loading

0 comments on commit 305e74d

Please sign in to comment.