Skip to content

Commit

Permalink
bump: (patch) @terascope/data-mate@0.19.4, elasticsearch-store@0.40.4
Browse files Browse the repository at this point in the history
bump: (patch) ts-transforms@0.48.4
  • Loading branch information
peterdemartini committed Dec 21, 2020
1 parent 746b878 commit c0fcbb0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/data-mate/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@terascope/data-mate",
"displayName": "Data-Mate",
"version": "0.19.3",
"version": "0.19.4",
"description": "Library of data validations/transformations",
"homepage": "https://github.com/terascope/teraslice/tree/master/packages/data-mate#readme",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions 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.40.3",
"version": "0.40.4",
"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 All @@ -24,7 +24,7 @@
"test:watch": "ts-scripts test --watch . --"
},
"dependencies": {
"@terascope/data-mate": "^0.19.3",
"@terascope/data-mate": "^0.19.4",
"@terascope/data-types": "^0.25.1",
"@terascope/types": "^0.7.0",
"@terascope/utils": "^0.34.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/ts-transforms/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ts-transforms",
"displayName": "TS Transforms",
"version": "0.48.3",
"version": "0.48.4",
"description": "An ETL framework built upon xlucene-evaluator",
"homepage": "https://github.com/terascope/teraslice/tree/master/packages/ts-transforms#readme",
"bugs": {
Expand Down Expand Up @@ -35,7 +35,7 @@
"test:watch": "ts-scripts test --watch . --"
},
"dependencies": {
"@terascope/data-mate": "^0.19.3",
"@terascope/data-mate": "^0.19.4",
"@terascope/types": "^0.7.0",
"@terascope/utils": "^0.34.1",
"awesome-phonenumber": "^2.43.0",
Expand Down

0 comments on commit c0fcbb0

Please sign in to comment.