Skip to content

Commit

Permalink
Dependency updates 2024 08 23 (#1229)
Browse files Browse the repository at this point in the history
This PR makes the following changes:
- bump elasticsearch-asset from 4.0.0 to 4.0.1
- bump elasticsearch-asset-apis from 1.0.0bto 1.0.1
- update @terascope/data-mate from 0.57.1 to 1.0.3
- update @terascope/data-types from 0.51.0 to 1.0.0
- update @terascope/elasticsearch-api from 3.21.0 to 4.0.0
- update @terascope/elasticsearch-asset-apis from 1.0.0 to 1.0.1
- update @terascope/job-components from 1.1.0 to 1.2.0
- update @terascope/scripts from 0.83.3 to 1.0.0
- update @terascope/teraslice-state-storage from 0.54.0 to 1.0.0
- update @terascope/types from 0.18.0 to 1.0.0
- update @terascope/utils from 0.60.0 to 1.0.0
- update elasticsearch-store from 0.85.1 to 1.0.3
- update teraslice-test-harness from 1.1.0 to 1.2.0
  • Loading branch information
busma13 authored Aug 23, 2024
1 parent 0f8e7f9 commit 03b6ca9
Show file tree
Hide file tree
Showing 5 changed files with 218 additions and 107 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": "4.0.0"
"version": "4.0.1"
}
14 changes: 7 additions & 7 deletions asset/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "asset",
"displayName": "Asset",
"version": "4.0.0",
"version": "4.0.1",
"private": true,
"description": "",
"license": "MIT",
Expand All @@ -18,12 +18,12 @@
"test": "yarn --cwd ../ test"
},
"dependencies": {
"@terascope/data-mate": "^0.57.1",
"@terascope/elasticsearch-api": "^3.21.0",
"@terascope/elasticsearch-asset-apis": "^1.0.0",
"@terascope/job-components": "^1.1.0",
"@terascope/teraslice-state-storage": "^0.54.0",
"@terascope/utils": "^0.60.0",
"@terascope/data-mate": "^1.0.3",
"@terascope/elasticsearch-api": "^4.0.0",
"@terascope/elasticsearch-asset-apis": "^1.0.1",
"@terascope/job-components": "^1.2.0",
"@terascope/teraslice-state-storage": "^1.0.0",
"@terascope/utils": "^1.0.0",
"datemath-parser": "^1.0.6",
"got": "^13.0.0",
"moment": "^2.30.1"
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "elasticsearch-assets",
"displayName": "Elasticsearch Assets",
"version": "4.0.0",
"version": "4.0.1",
"private": true,
"description": "bundle of processors for teraslice",
"homepage": "https://github.com/terascope/elasticsearch-assets#readme",
Expand Down Expand Up @@ -45,26 +45,26 @@
},
"dependencies": {},
"devDependencies": {
"@terascope/data-types": "^0.51.0",
"@terascope/elasticsearch-api": "^3.21.0",
"@terascope/elasticsearch-asset-apis": "^1.0.0",
"@terascope/data-types": "^1.0.0",
"@terascope/elasticsearch-api": "^4.0.0",
"@terascope/elasticsearch-asset-apis": "^1.0.1",
"@terascope/eslint-config": "^0.8.0",
"@terascope/job-components": "^1.1.0",
"@terascope/scripts": "0.83.3",
"@terascope/teraslice-state-storage": "^0.54.0",
"@terascope/types": "^0.18.0",
"@terascope/job-components": "^1.2.0",
"@terascope/scripts": "1.0.0",
"@terascope/teraslice-state-storage": "^1.0.0",
"@terascope/types": "^1.0.0",
"@types/bluebird": "^3.5.38",
"@types/got": "^9.6.12",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.6",
"elasticsearch-store": "^0.85.1",
"elasticsearch-store": "^1.0.3",
"eslint": "^8.57.0",
"jest": "^29.6.4",
"jest-extended": "^4.0.2",
"moment": "^2.30.1",
"nock": "^13.5.4",
"node-notifier": "^10.0.1",
"teraslice-test-harness": "^1.1.0",
"teraslice-test-harness": "^1.2.0",
"ts-jest": "^29.2.4",
"typescript": "~5.2.2"
},
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,14 +1,14 @@
{
"name": "@terascope/elasticsearch-asset-apis",
"displayName": "Elasticsearch Asset Apis",
"version": "1.0.0",
"version": "1.0.1",
"description": "Elasticsearch reader and sender apis",
"homepage": "https://github.com/terascope/elasticsearch-assets",
"repository": "[email protected]:terascope/elasticsearch-assets.git",
"license": "MIT",
"author": "Terascope, LLC <[email protected]>",
"main": "dist/src/index.js",
"type": "module",
"main": "dist/src/index.js",
"typings": "dist/src/index.d.ts",
"files": [
"dist/src/**/*"
Expand All @@ -26,10 +26,10 @@
"test:watch": "NODE_OPTIONS='--experimental-vm-modules' TEST_ELASTICSEARCH='true' ts-scripts test --watch . --"
},
"dependencies": {
"@terascope/data-mate": "^0.57.1",
"@terascope/data-types": "^0.51.0",
"@terascope/elasticsearch-api": "^3.21.0",
"@terascope/utils": "^0.60.0",
"@terascope/data-mate": "^1.0.3",
"@terascope/data-types": "^1.0.0",
"@terascope/elasticsearch-api": "^4.0.0",
"@terascope/utils": "^1.0.0",
"datemath-parser": "^1.0.6",
"got": "^13.0.0",
"moment": "^2.30.1"
Expand Down
Loading

0 comments on commit 03b6ca9

Please sign in to comment.