Skip to content

Commit

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

bump: (minor) [email protected]
  • Loading branch information
godber committed Apr 12, 2021
1 parent 5f97700 commit bc8e0aa
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "teraslice-workspace",
"displayName": "Teraslice",
"version": "0.74.0",
"version": "0.75.0",
"private": true,
"homepage": "https://github.com/terascope/teraslice",
"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": "0.48.3",
"version": "0.50.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
4 changes: 2 additions & 2 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.39.3",
"version": "0.41.0",
"description": "Command line manager for teraslice jobs, assets, and cluster references.",
"keywords": [
"teraslice"
Expand Down Expand Up @@ -48,7 +48,7 @@
"pretty-bytes": "^5.6.0",
"prompts": "^2.4.0",
"signale": "^1.4.0",
"teraslice-client-js": "^0.36.3",
"teraslice-client-js": "^0.38.0",
"tmp": "^0.2.0",
"tty-table": "^4.1.3",
"yargs": "^16.2.0",
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.36.3",
"version": "0.38.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.48.3",
"@terascope/job-components": "^0.50.0",
"auto-bind": "^4.0.0",
"got": "^11.8.2"
},
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.48.3"
"@terascope/job-components": "^0.50.0"
},
"peerDependencies": {
"@terascope/job-components": "^0.48.3"
"@terascope/job-components": "^0.50.0"
},
"publishConfig": {
"access": "public",
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": "^9.1.0"
},
"devDependencies": {
"@terascope/job-components": "^0.48.3"
"@terascope/job-components": "^0.50.0"
},
"peerDependencies": {
"@terascope/job-components": "^0.48.3"
"@terascope/job-components": "^0.50.0"
},
"engines": {
"node": ">=10.16.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/teraslice/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "teraslice",
"displayName": "Teraslice",
"version": "0.74.0",
"version": "0.75.0",
"description": "Distributed computing platform for processing JSON data",
"homepage": "https://github.com/terascope/teraslice#readme",
"bugs": {
Expand Down Expand Up @@ -38,7 +38,7 @@
},
"dependencies": {
"@terascope/elasticsearch-api": "^2.18.6",
"@terascope/job-components": "^0.48.3",
"@terascope/job-components": "^0.50.0",
"@terascope/teraslice-messaging": "^0.20.6",
"@terascope/utils": "^0.36.6",
"async-mutex": "^0.3.1",
Expand Down

0 comments on commit bc8e0aa

Please sign in to comment.