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]
  • Loading branch information
jsnoble committed Nov 26, 2024
1 parent 99af228 commit eedf446
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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": "2.8.0",
"version": "2.9.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": "1.6.1",
"version": "1.7.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
6 changes: 3 additions & 3 deletions packages/teraslice-test-harness/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "teraslice-test-harness",
"displayName": "Teraslice Test Harness",
"version": "1.2.1",
"version": "1.3.0",
"description": "A helpful library for testing teraslice jobs, operations, and other components.",
"homepage": "https://github.com/terascope/teraslice/tree/master/packages/teraslice-test-harness#readme",
"bugs": {
Expand Down Expand Up @@ -36,10 +36,10 @@
"fs-extra": "~11.2.0"
},
"devDependencies": {
"@terascope/job-components": "~1.6.1"
"@terascope/job-components": "~1.7.0"
},
"peerDependencies": {
"@terascope/job-components": ">=1.6.1"
"@terascope/job-components": ">=1.7.0"
},
"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
@@ -1,7 +1,7 @@
{
"name": "teraslice",
"displayName": "Teraslice",
"version": "2.8.0",
"version": "2.9.0",
"description": "Distributed computing platform for processing JSON data",
"homepage": "https://github.com/terascope/teraslice#readme",
"bugs": {
Expand Down 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.7.0",
"@terascope/teraslice-messaging": "~1.7.1",
"@terascope/types": "~1.3.1",
"@terascope/utils": "~1.4.1",
Expand Down

0 comments on commit eedf446

Please sign in to comment.