Skip to content

Commit

Permalink
bumped elasticsearch-store version
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlie Iorg committed Nov 29, 2022
1 parent cea3a84 commit 8d97f48
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"devDependencies": {
"bunyan": "^1.8.15",
"elasticsearch-store": "^0.63.2",
"elasticsearch-store": "^0.64.0",
"fs-extra": "^10.1.0",
"ms": "^2.1.3",
"nanoid": "^3.3.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/elasticsearch-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@opensearch-project/opensearch": "^1.1.0",
"@types/elasticsearch": "^5.0.40",
"elasticsearch": "^15.4.1",
"elasticsearch-store": "^0.63.2",
"elasticsearch-store": "^0.64.0",
"elasticsearch6": "npm:@elastic/elasticsearch@^6.7.0",
"elasticsearch7": "npm:@elastic/elasticsearch@^7.0.0",
"elasticsearch8": "npm:@elastic/elasticsearch@^8.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/elasticsearch-store/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "elasticsearch-store",
"displayName": "Elasticsearch Store",
"version": "0.63.2",
"version": "0.64.0",
"description": "An API for managing an elasticsearch index, with versioning and migration support.",
"homepage": "https://github.com/terascope/teraslice/tree/master/packages/elasticsearch-store#readme",
"bugs": {
Expand Down
4 changes: 2 additions & 2 deletions packages/terafoundation/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "terafoundation",
"displayName": "Terafoundation",
"version": "0.40.2",
"version": "0.41.0",
"description": "A Clustering and Foundation tool for Terascope Tools",
"homepage": "https://github.com/terascope/teraslice/tree/master/packages/terafoundation#readme",
"bugs": {
Expand Down Expand Up @@ -35,7 +35,7 @@
"convict-format-with-moment": "^6.2.0",
"convict-format-with-validator": "^6.2.0",
"elasticsearch": "^15.4.1",
"elasticsearch-store": "^0.63.2",
"elasticsearch-store": "^0.64.0",
"js-yaml": "^4.1.0",
"mongoose": "~6.6.5",
"nanoid": "^3.3.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/teraslice/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"semver": "^7.3.8",
"socket.io": "^1.7.4",
"socket.io-client": "^1.7.4",
"terafoundation": "^0.40.2",
"terafoundation": "^0.41.0",
"uuid": "^9.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 8d97f48

Please sign in to comment.