Remove just-scripts-utils and just-task-logger packages #701
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Originally
just-scripts-utils
andjust-task-logger
were used by multiple packages in the Just family (such as for repo creation and management), but now that the focus of Just has been narrowed to task orchestration, those utils are only directly used in one package each.This PR merges
just-scripts-utils
intojust-scripts
, andjust-task-logger
intojust-task
. This simplifies the repo setup and reduces maintenance overhead a bit.Based on internal usage, the following new exports were added to replace those from the util packages:
just-scripts
:encodeArgs