Skip to content

Commit

Permalink
feat(utils): export merge configs helper as public API
Browse files Browse the repository at this point in the history
Signed-off-by: Vojtech Masek <vojtech@flowup.cz>
  • Loading branch information
vmasek committed Jul 12, 2024
1 parent 49b060a commit 2f8d78e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/utils/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ export {
} from './lib/guards';
export { logMultipleResults } from './lib/log-results';
export { CliUi, Column, link, ui } from './lib/logging';
export { mergeConfigs } from './lib/merge-configs';
export { ProgressBar, getProgressBar } from './lib/progress';
export {
CODE_PUSHUP_DOMAIN,
Expand Down

0 comments on commit 2f8d78e

Please sign in to comment.