Skip to content

Commit

Permalink
update packages and asset version
Browse files Browse the repository at this point in the history
  • Loading branch information
jsnoble committed Jul 27, 2023
1 parent 121e298 commit 2b03e49
Show file tree
Hide file tree
Showing 6 changed files with 748 additions and 652 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": "3.5.1"
"version": "3.5.2"
}
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": "3.5.1",
"version": "3.5.2",
"private": true,
"workspaces": {
"nohoist": [
Expand All @@ -16,12 +16,12 @@
"license": "MIT",
"description": "",
"dependencies": {
"@terascope/data-mate": "^0.40.4",
"@terascope/elasticsearch-api": "^3.5.0",
"@terascope/elasticsearch-asset-apis": "^0.11.7",
"@terascope/job-components": "^0.58.5",
"@terascope/teraslice-state-storage": "^0.36.7",
"@terascope/utils": "^0.45.5",
"@terascope/data-mate": "^0.42.0",
"@terascope/elasticsearch-api": "^3.6.2",
"@terascope/elasticsearch-asset-apis": "^0.11.8",
"@terascope/job-components": "^0.59.0",
"@terascope/teraslice-state-storage": "^0.39.2",
"@terascope/utils": "^0.46.0",
"datemath-parser": "^1.0.6",
"got": "^11.8.3",
"mocker-data-generator": "^2.12.0",
Expand Down
30 changes: 15 additions & 15 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": "3.5.1",
"version": "3.5.2",
"private": true,
"workspaces": [
"packages/*",
Expand Down Expand Up @@ -42,29 +42,29 @@
},
"dependencies": {},
"devDependencies": {
"@terascope/data-types": "^0.36.5",
"@terascope/elasticsearch-api": "^3.5.0",
"@terascope/elasticsearch-asset-apis": "^0.11.7",
"@terascope/data-types": "^0.37.0",
"@terascope/elasticsearch-api": "^3.6.2",
"@terascope/elasticsearch-asset-apis": "^0.11.8",
"@terascope/eslint-config": "^0.7.1",
"@terascope/job-components": "^0.58.5",
"@terascope/scripts": "^0.50.6",
"@terascope/teraslice-state-storage": "^0.38.0",
"@terascope/job-components": "^0.59.0",
"@terascope/scripts": "^0.53.1",
"@terascope/teraslice-state-storage": "^0.39.2",
"@terascope/types": "^0.11.2",
"@types/bluebird": "^3.5.38",
"@types/elasticsearch": "^5.0.40",
"@types/got": "^9.6.12",
"@types/jest": "^29.2.6",
"@types/jest": "^29.5.3",
"@types/node": "^18.14.2",
"elasticsearch": "^15.4.1",
"elasticsearch-store": "^0.65.5",
"eslint": "^8.24.0",
"jest": "^29.3.1",
"jest-extended": "^3.2.4",
"elasticsearch-store": "^0.67.3",
"eslint": "^8.45.0",
"jest": "^29.6.2",
"jest-extended": "^4.0.0",
"moment": "^2.29.4",
"nock": "^13.3.0",
"nock": "^13.3.2",
"node-notifier": "^10.0.1",
"teraslice-test-harness": "^0.28.2",
"ts-jest": "^29.0.5",
"teraslice-test-harness": "^0.29.0",
"ts-jest": "^29.1.1",
"typescript": "^4.8.4"
},
"terascope": {
Expand Down
10 changes: 5 additions & 5 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.11.7",
"version": "0.11.8",
"description": "Elasticsearch reader and sender apis",
"publishConfig": {
"access": "public"
Expand All @@ -24,10 +24,10 @@
"author": "Terascope, LLC <[email protected]>",
"license": "MIT",
"dependencies": {
"@terascope/data-mate": "^0.40.4",
"@terascope/data-types": "^0.36.5",
"@terascope/elasticsearch-api": "^3.5.0",
"@terascope/utils": "^0.45.5",
"@terascope/data-mate": "^0.42.0",
"@terascope/data-types": "^0.37.0",
"@terascope/elasticsearch-api": "^3.6.2",
"@terascope/utils": "^0.46.0",
"datemath-parser": "^1.0.6",
"got": "^11.8.3",
"moment": "^2.29.4"
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.4",
"version": "0.1.5",
"description": "Elasticsearch connector for terafoundation",
"publishConfig": {
"access": "public"
Expand All @@ -25,7 +25,7 @@
"dependencies": {
"@elastic/elasticsearch": "7.13.0",
"@opensearch-project/opensearch": "^1.1.0",
"@terascope/utils": "^0.45.5",
"@terascope/utils": "^0.46.0",
"elasticsearch": "^15.4.1"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 2b03e49

Please sign in to comment.