Skip to content

Commit

Permalink
update versions to reflect library updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jsnoble committed Nov 5, 2024
1 parent a17a596 commit 3736d0a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.4"
"version": "4.0.5"
}
4 changes: 2 additions & 2 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.4",
"version": "4.0.5",
"private": true,
"description": "",
"license": "MIT",
Expand All @@ -20,7 +20,7 @@
"dependencies": {
"@terascope/data-mate": "^1.3.2",
"@terascope/elasticsearch-api": "^4.3.2",
"@terascope/elasticsearch-asset-apis": "^1.0.3",
"@terascope/elasticsearch-asset-apis": "^1.0.4",
"@terascope/job-components": "^1.5.3",
"@terascope/teraslice-state-storage": "^1.3.2",
"@terascope/utils": "^1.2.0",
Expand Down
4 changes: 2 additions & 2 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.4",
"version": "4.0.5",
"private": true,
"description": "bundle of processors for teraslice",
"homepage": "https://github.com/terascope/elasticsearch-assets#readme",
Expand Down Expand Up @@ -47,7 +47,7 @@
"devDependencies": {
"@terascope/data-types": "^1.3.1",
"@terascope/elasticsearch-api": "^4.3.2",
"@terascope/elasticsearch-asset-apis": "^1.0.3",
"@terascope/elasticsearch-asset-apis": "^1.0.4",
"@terascope/eslint-config": "^1.1.0",
"@terascope/job-components": "^1.5.3",
"@terascope/scripts": "1.4.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/elasticsearch-asset-apis/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@terascope/elasticsearch-asset-apis",
"displayName": "Elasticsearch Asset Apis",
"version": "1.0.3",
"version": "1.0.4",
"description": "Elasticsearch reader and sender apis",
"homepage": "https://github.com/terascope/elasticsearch-assets",
"repository": "[email protected]:terascope/elasticsearch-assets.git",
Expand Down

0 comments on commit 3736d0a

Please sign in to comment.