Skip to content

Commit

Permalink
bump: (patch) @terascope/[email protected], [email protected]
Browse files Browse the repository at this point in the history
bump: (patch) [email protected], [email protected]

bump: (patch) @terascope/[email protected], @terascope/[email protected]

bump: (patch) @terascope/[email protected], [email protected]

bump: (patch) [email protected], [email protected]
  • Loading branch information
busma13 committed Nov 25, 2024
1 parent 4d21db8 commit 0a17b5d
Show file tree
Hide file tree
Showing 13 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"devDependencies": {
"@terascope/types": "~1.3.1",
"bunyan": "~1.8.15",
"elasticsearch-store": "~1.4.1",
"elasticsearch-store": "~1.4.2",
"fs-extra": "~11.2.0",
"ms": "~2.1.3",
"nanoid": "~5.0.8",
Expand Down
4 changes: 2 additions & 2 deletions 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": "1.4.1",
"version": "1.4.2",
"description": "Library of data validations/transformations",
"homepage": "https://github.com/terascope/teraslice/tree/master/packages/data-mate#readme",
"repository": {
Expand Down Expand Up @@ -46,7 +46,7 @@
"uuid": "~11.0.3",
"valid-url": "~1.0.9",
"validator": "~13.12.0",
"xlucene-parser": "~1.4.1"
"xlucene-parser": "~1.4.2"
},
"devDependencies": {
"@types/ip6addr": "~0.2.6",
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 @@ -33,7 +33,7 @@
"@opensearch-project/opensearch": "~1.2.0",
"@types/elasticsearch": "~5.0.43",
"elasticsearch": "~15.4.1",
"elasticsearch-store": "~1.4.1",
"elasticsearch-store": "~1.4.2",
"elasticsearch6": "npm:@elastic/elasticsearch@~6.8.0",
"elasticsearch7": "npm:@elastic/elasticsearch@~7.17.0",
"elasticsearch8": "npm:@elastic/elasticsearch@~8.15.0"
Expand Down
6 changes: 3 additions & 3 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": "1.4.1",
"version": "1.4.2",
"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 Expand Up @@ -30,7 +30,7 @@
"test:watch": "ts-scripts test --watch . --"
},
"dependencies": {
"@terascope/data-mate": "~1.4.1",
"@terascope/data-mate": "~1.4.2",
"@terascope/data-types": "~1.4.1",
"@terascope/types": "~1.3.1",
"@terascope/utils": "~1.4.1",
Expand All @@ -43,7 +43,7 @@
"opensearch2": "npm:@opensearch-project/opensearch@~2.12.0",
"setimmediate": "~1.0.5",
"uuid": "~11.0.3",
"xlucene-translator": "~1.4.1"
"xlucene-translator": "~1.4.2"
},
"devDependencies": {
"@types/uuid": "~10.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@terascope/eslint-config",
"displayName": "Terascope ESLint Config",
"version": "1.1.1",
"version": "1.1.2",
"description": "A shared eslint config based on eslint-config-airbnb",
"homepage": "https://github.com/terascope/teraslice/tree/master/packages/eslint-config#readme",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion packages/job-components/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@terascope/job-components",
"displayName": "Job Components",
"version": "1.6.1",
"version": "1.6.2",
"description": "A teraslice library for validating jobs schemas, registering apis, and defining and running new Job APIs",
"homepage": "https://github.com/terascope/teraslice/tree/master/packages/job-components#readme",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion packages/scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@terascope/scripts",
"displayName": "Scripts",
"version": "1.5.2",
"version": "1.5.3",
"description": "A collection of terascope monorepo scripts",
"homepage": "https://github.com/terascope/teraslice/tree/master/packages/scripts#readme",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion packages/teraslice-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "teraslice-cli",
"displayName": "Teraslice CLI",
"version": "2.8.1",
"version": "2.8.2",
"description": "Command line manager for teraslice jobs, assets, and cluster references.",
"keywords": [
"teraslice"
Expand Down
4 changes: 2 additions & 2 deletions packages/teraslice-test-harness/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
"fs-extra": "~11.2.0"
},
"devDependencies": {
"@terascope/job-components": "~1.6.1"
"@terascope/job-components": "~1.6.2"
},
"peerDependencies": {
"@terascope/job-components": ">=1.6.1"
"@terascope/job-components": ">=1.6.2"
},
"engines": {
"node": ">=18.18.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/teraslice/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"dependencies": {
"@kubernetes/client-node": "~0.22.0",
"@terascope/elasticsearch-api": "~4.4.1",
"@terascope/job-components": "~1.6.1",
"@terascope/job-components": "~1.6.2",
"@terascope/teraslice-messaging": "~1.7.1",
"@terascope/types": "~1.3.1",
"@terascope/utils": "~1.4.1",
Expand All @@ -63,7 +63,7 @@
"semver": "~7.6.3",
"socket.io": "~1.7.4",
"socket.io-client": "~1.7.4",
"terafoundation": "~1.6.1",
"terafoundation": "~1.6.2",
"uuid": "~11.0.3"
},
"devDependencies": {
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": "1.4.1",
"version": "1.4.2",
"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 @@ -36,7 +36,7 @@
"test:watch": "ts-scripts test --watch . --"
},
"dependencies": {
"@terascope/data-mate": "~1.4.1",
"@terascope/data-mate": "~1.4.2",
"@terascope/types": "~1.3.1",
"@terascope/utils": "~1.4.1",
"awesome-phonenumber": "~7.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/xlucene-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "xlucene-parser",
"displayName": "xLucene Parser",
"version": "1.4.1",
"version": "1.4.2",
"description": "Flexible Lucene-like evaluator and language parser",
"homepage": "https://github.com/terascope/teraslice/tree/master/packages/xlucene-parser#readme",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/xlucene-translator/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "xlucene-translator",
"displayName": "xLucene Translator",
"version": "1.4.1",
"version": "1.4.2",
"description": "Translate xlucene query to database queries",
"homepage": "https://github.com/terascope/teraslice/tree/master/packages/xlucene-translator#readme",
"repository": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"@terascope/types": "~1.3.1",
"@terascope/utils": "~1.4.1",
"@types/elasticsearch": "~5.0.43",
"xlucene-parser": "~1.4.1"
"xlucene-parser": "~1.4.2"
},
"devDependencies": {
"elasticsearch": "~15.4.1"
Expand Down

0 comments on commit 0a17b5d

Please sign in to comment.