Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump: (minor) @terascope/[email protected], @terascope/[email protected] #3422

Merged
merged 1 commit into from
Sep 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"devDependencies": {
"bunyan": "^1.8.15",
"elasticsearch-store": "^0.71.2",
"elasticsearch-store": "^0.72.0",
"fs-extra": "^10.1.0",
"ms": "^2.1.3",
"nanoid": "^3.3.4",
Expand Down
8 changes: 4 additions & 4 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": "0.46.2",
"version": "0.47.0",
"description": "Library of data validations/transformations",
"homepage": "https://github.com/terascope/teraslice/tree/master/packages/data-mate#readme",
"repository": {
Expand Down Expand Up @@ -29,9 +29,9 @@
"test:watch": "ts-scripts test --watch . --"
},
"dependencies": {
"@terascope/data-types": "^0.41.2",
"@terascope/data-types": "^0.42.0",
"@terascope/types": "^0.11.2",
"@terascope/utils": "^0.50.1",
"@terascope/utils": "^0.51.0",
"@types/validator": "^13.7.17",
"awesome-phonenumber": "^2.70.0",
"date-fns": "^2.30.0",
Expand All @@ -46,7 +46,7 @@
"uuid": "^9.0.0",
"valid-url": "^1.0.9",
"validator": "^13.9.0",
"xlucene-parser": "^0.49.1"
"xlucene-parser": "^0.50.0"
},
"devDependencies": {
"@types/ip6addr": "^0.2.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/data-types/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@terascope/data-types",
"displayName": "Data Types",
"version": "0.41.2",
"version": "0.42.0",
"description": "A library for defining the data structures and mapping",
"homepage": "https://github.com/terascope/teraslice/tree/master/packages/data-types#readme",
"bugs": {
Expand All @@ -27,7 +27,7 @@
},
"dependencies": {
"@terascope/types": "^0.11.2",
"@terascope/utils": "^0.50.1",
"@terascope/utils": "^0.51.0",
"graphql": "^14.7.0",
"lodash": "^4.17.21",
"yargs": "^17.7.2"
Expand Down
6 changes: 3 additions & 3 deletions packages/elasticsearch-api/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@terascope/elasticsearch-api",
"displayName": "Elasticsearch API",
"version": "3.10.2",
"version": "3.11.0",
"description": "Elasticsearch client api used across multiple services, handles retries and exponential backoff",
"homepage": "https://github.com/terascope/teraslice/tree/master/packages/elasticsearch-api#readme",
"bugs": {
Expand All @@ -25,15 +25,15 @@
},
"dependencies": {
"@terascope/types": "^0.11.2",
"@terascope/utils": "^0.50.1",
"@terascope/utils": "^0.51.0",
"bluebird": "^3.7.2",
"setimmediate": "^1.0.5"
},
"devDependencies": {
"@opensearch-project/opensearch": "^1.2.0",
"@types/elasticsearch": "^5.0.40",
"elasticsearch": "^15.4.1",
"elasticsearch-store": "^0.71.2",
"elasticsearch-store": "^0.72.0",
"elasticsearch6": "npm:@elastic/elasticsearch@^6.7.0",
"elasticsearch7": "npm:@elastic/elasticsearch@^7.0.0",
"elasticsearch8": "npm:@elastic/elasticsearch@^8.0.0"
Expand Down
10 changes: 5 additions & 5 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.71.2",
"version": "0.72.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 Expand Up @@ -30,10 +30,10 @@
"test:watch": "ts-scripts test --watch . --"
},
"dependencies": {
"@terascope/data-mate": "^0.46.2",
"@terascope/data-types": "^0.41.2",
"@terascope/data-mate": "^0.47.0",
"@terascope/data-types": "^0.42.0",
"@terascope/types": "^0.11.2",
"@terascope/utils": "^0.50.1",
"@terascope/utils": "^0.51.0",
"ajv": "^6.12.6",
"elasticsearch": "^15.4.1",
"elasticsearch6": "npm:@elastic/elasticsearch@^6.7.0",
Expand All @@ -43,7 +43,7 @@
"opensearch2": "npm:@opensearch-project/opensearch@^2.2.1",
"setimmediate": "^1.0.5",
"uuid": "^9.0.0",
"xlucene-translator": "^0.34.2"
"xlucene-translator": "^0.35.0"
},
"devDependencies": {
"@types/uuid": "^8.3.4"
Expand Down
4 changes: 2 additions & 2 deletions packages/generator-teraslice/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "generator-teraslice",
"displayName": "Generator Teraslice",
"version": "0.29.2",
"version": "0.30.0",
"description": "Generate teraslice related packages and code",
"keywords": [
"teraslice",
Expand All @@ -24,7 +24,7 @@
"test:watch": "ts-scripts test --watch . --"
},
"dependencies": {
"@terascope/utils": "^0.50.1",
"@terascope/utils": "^0.51.0",
"chalk": "^4.1.2",
"lodash": "^4.17.21",
"yeoman-generator": "^5.8.0",
Expand Down
4 changes: 2 additions & 2 deletions 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": "0.63.2",
"version": "0.64.0",
"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 Expand Up @@ -31,7 +31,7 @@
"test:watch": "ts-scripts test --watch . --"
},
"dependencies": {
"@terascope/utils": "^0.50.1",
"@terascope/utils": "^0.51.0",
"convict": "^6.2.4",
"convict-format-with-moment": "^6.2.0",
"convict-format-with-validator": "^6.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@terascope/scripts",
"displayName": "Scripts",
"version": "0.58.2",
"version": "0.59.0",
"description": "A collection of terascope monorepo scripts",
"homepage": "https://github.com/terascope/teraslice/tree/master/packages/scripts#readme",
"bugs": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"typescript": "~4.8.3"
},
"dependencies": {
"@terascope/utils": "^0.50.1",
"@terascope/utils": "^0.51.0",
"codecov": "^3.8.3",
"execa": "^5.1.0",
"fs-extra": "^10.1.0",
Expand Down
6 changes: 3 additions & 3 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.49.2",
"version": "0.50.0",
"description": "A Clustering and Foundation tool for Terascope Tools",
"homepage": "https://github.com/terascope/teraslice/tree/master/packages/terafoundation#readme",
"bugs": {
Expand All @@ -28,15 +28,15 @@
},
"dependencies": {
"@terascope/file-asset-apis": "^0.9.0",
"@terascope/utils": "^0.50.1",
"@terascope/utils": "^0.51.0",
"aws-sdk": "^2.1401.0",
"bluebird": "^3.7.2",
"bunyan": "^1.8.15",
"convict": "^6.2.4",
"convict-format-with-moment": "^6.2.0",
"convict-format-with-validator": "^6.2.0",
"elasticsearch": "^15.4.1",
"elasticsearch-store": "^0.71.2",
"elasticsearch-store": "^0.72.0",
"js-yaml": "^4.1.0",
"mongoose": "~6.6.5",
"nanoid": "^3.3.4",
Expand Down
6 changes: 3 additions & 3 deletions 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": "0.56.2",
"version": "0.57.0",
"description": "Command line manager for teraslice jobs, assets, and cluster references.",
"keywords": [
"teraslice"
Expand Down Expand Up @@ -37,7 +37,7 @@
},
"dependencies": {
"@terascope/fetch-github-release": "^0.8.7",
"@terascope/utils": "^0.50.1",
"@terascope/utils": "^0.51.0",
"chalk": "^4.1.2",
"cli-table3": "^0.6.3",
"easy-table": "^1.2.0",
Expand All @@ -51,7 +51,7 @@
"pretty-bytes": "^5.6.0",
"prompts": "^2.4.2",
"signale": "^1.4.0",
"teraslice-client-js": "^0.51.2",
"teraslice-client-js": "^0.52.0",
"tmp": "^0.2.0",
"tty-table": "^4.1.6",
"yargs": "^17.7.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/teraslice-client-js/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "teraslice-client-js",
"displayName": "Teraslice Client (JavaScript)",
"version": "0.51.2",
"version": "0.52.0",
"description": "A Node.js client for teraslice jobs, assets, and cluster references.",
"keywords": [
"elasticsearch",
Expand Down Expand Up @@ -31,7 +31,7 @@
"test:watch": "ts-scripts test --watch . --"
},
"dependencies": {
"@terascope/job-components": "^0.63.2",
"@terascope/job-components": "^0.64.0",
"auto-bind": "^4.0.0",
"got": "^11.8.3"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/teraslice-messaging/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@terascope/teraslice-messaging",
"displayName": "Teraslice Messaging",
"version": "0.33.2",
"version": "0.34.0",
"description": "An internal teraslice messaging library using socket.io",
"homepage": "https://github.com/terascope/teraslice/tree/master/packages/teraslice-messaging#readme",
"bugs": {
Expand Down Expand Up @@ -34,7 +34,7 @@
"ms": "^2.1.3"
},
"dependencies": {
"@terascope/utils": "^0.50.1",
"@terascope/utils": "^0.51.0",
"ms": "^2.1.3",
"nanoid": "^3.3.4",
"p-event": "^4.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/teraslice-op-test-harness/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"bluebird": "^3.7.2"
},
"devDependencies": {
"@terascope/job-components": "^0.63.2"
"@terascope/job-components": "^0.64.0"
},
"peerDependencies": {
"@terascope/job-components": ">=0.63.2"
"@terascope/job-components": ">=0.64.0"
},
"engines": {
"node": ">=14.17.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/teraslice-state-storage/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@terascope/teraslice-state-storage",
"displayName": "Teraslice State Storage",
"version": "0.43.2",
"version": "0.44.0",
"description": "State storage operation api for teraslice",
"homepage": "https://github.com/terascope/teraslice/tree/master/packages/teraslice-state-storage#readme",
"bugs": {
Expand All @@ -23,8 +23,8 @@
"test:watch": "ts-scripts test --watch . --"
},
"dependencies": {
"@terascope/elasticsearch-api": "^3.10.2",
"@terascope/utils": "^0.50.1"
"@terascope/elasticsearch-api": "^3.11.0",
"@terascope/utils": "^0.51.0"
},
"engines": {
"node": ">=14.17.0",
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": "^10.1.0"
},
"devDependencies": {
"@terascope/job-components": "^0.63.2"
"@terascope/job-components": "^0.64.0"
},
"peerDependencies": {
"@terascope/job-components": ">=0.63.2"
"@terascope/job-components": ">=0.64.0"
},
"engines": {
"node": ">=14.17.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/teraslice/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
"ms": "^2.1.3"
},
"dependencies": {
"@terascope/elasticsearch-api": "^3.10.2",
"@terascope/job-components": "^0.63.2",
"@terascope/teraslice-messaging": "^0.33.2",
"@terascope/utils": "^0.50.1",
"@terascope/elasticsearch-api": "^3.11.0",
"@terascope/job-components": "^0.64.0",
"@terascope/teraslice-messaging": "^0.34.0",
"@terascope/utils": "^0.51.0",
"async-mutex": "^0.4.0",
"barbe": "^3.0.16",
"body-parser": "^1.20.2",
Expand All @@ -65,7 +65,7 @@
"semver": "^7.3.8",
"socket.io": "^1.7.4",
"socket.io-client": "^1.7.4",
"terafoundation": "^0.49.2",
"terafoundation": "^0.50.0",
"uuid": "^9.0.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 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.75.2",
"version": "0.76.0",
"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,9 +35,9 @@
"test:watch": "ts-scripts test --watch . --"
},
"dependencies": {
"@terascope/data-mate": "^0.46.2",
"@terascope/data-mate": "^0.47.0",
"@terascope/types": "^0.11.2",
"@terascope/utils": "^0.50.1",
"@terascope/utils": "^0.51.0",
"awesome-phonenumber": "^2.70.0",
"graphlib": "^2.1.8",
"is-ip": "^3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@terascope/utils",
"displayName": "Utils",
"version": "0.50.1",
"version": "0.51.0",
"description": "A collection of Teraslice Utilities",
"homepage": "https://github.com/terascope/teraslice/tree/master/packages/utils#readme",
"bugs": {
Expand Down
4 changes: 2 additions & 2 deletions 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": "0.49.1",
"version": "0.50.0",
"description": "Flexible Lucene-like evaluator and language parser",
"homepage": "https://github.com/terascope/teraslice/tree/master/packages/xlucene-parser#readme",
"repository": {
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@terascope/types": "^0.11.2",
"@terascope/utils": "^0.50.1"
"@terascope/utils": "^0.51.0"
},
"devDependencies": {
"@turf/invariant": "^6.2.0",
Expand Down
6 changes: 3 additions & 3 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": "0.34.2",
"version": "0.35.0",
"description": "Translate xlucene query to database queries",
"homepage": "https://github.com/terascope/teraslice/tree/master/packages/xlucene-translator#readme",
"repository": {
Expand Down Expand Up @@ -29,9 +29,9 @@
},
"dependencies": {
"@terascope/types": "^0.11.2",
"@terascope/utils": "^0.50.1",
"@terascope/utils": "^0.51.0",
"@types/elasticsearch": "^5.0.40",
"xlucene-parser": "^0.49.1"
"xlucene-parser": "^0.50.0"
},
"devDependencies": {
"elasticsearch": "^15.4.1"
Expand Down
Loading