Skip to content

Commit

Permalink
bump: (patch) @terascope/[email protected], @terascope/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
busma13 committed Sep 19, 2024
1 parent fd870e3 commit ce2e490
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
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.3.0",
"version": "1.3.1",
"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.1.1",
"version": "1.1.2",
"description": "A collection of terascope monorepo scripts",
"homepage": "https://github.com/terascope/teraslice/tree/master/packages/scripts#readme",
"bugs": {
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.3.0"
"@terascope/job-components": "^1.3.1"
},
"peerDependencies": {
"@terascope/job-components": ">=1.3.0"
"@terascope/job-components": ">=1.3.1"
},
"engines": {
"node": ">=18.18.0",
Expand Down
2 changes: 1 addition & 1 deletion 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.21.0",
"@terascope/elasticsearch-api": "^4.1.0",
"@terascope/job-components": "^1.3.0",
"@terascope/job-components": "^1.3.1",
"@terascope/teraslice-messaging": "^1.4.0",
"@terascope/types": "^1.1.0",
"@terascope/utils": "^1.1.0",
Expand Down

0 comments on commit ce2e490

Please sign in to comment.