boostercloud / booster

Booster Framework
https://www.boosterframework.com
Apache License 2.0
409 stars 83 forks source link

Refactor: reworked core exports #1491

Closed javiertoledo closed 5 months ago

javiertoledo commented 8 months ago

Description

Cleanup of exported methods of the core package to avoid extra levels of indirection. The core index interface has not changed, but I've moved the implementation of the static methods from the booster.ts file to the index.ts to avoid a level of indirection. The BoosterApp type was made redundant as it was just describing the Booster class signature.

Changes

github-actions[bot] commented 8 months ago

Oops, looks like you forgot to add a changeset.

⚠️ Please run rush change and commit the changeset file.

This command will prompt you for a change description and generate a changeset file. You can read more about changesets here.

Remember that you should use the version bump that is appropriate for the change you are making:

Version bump Meaning
patch Bug fixes, documentation changes, etc.
minor New features, non-breaking changes
major Breaking changes

If you are unsure about which version bump to use, please ask in the comments and we will help you out.

javiertoledo commented 8 months ago

/integration sha=00adf90abd8b29bb0f3eb46c9462a07ff6e9612a

github-actions[bot] commented 8 months ago

:hourglass: Integration tests are running...

Check their status here 👈

github-actions[bot] commented 8 months ago

:white_check_mark: Integration tests have finished successfully!

javiertoledo commented 5 months ago

/integration sha=d2e57fecc55aaaf0644d6804b485b6b12ef4ed27

github-actions[bot] commented 5 months ago

:hourglass: Integration tests are running...

Check their status here 👈

github-actions[bot] commented 5 months ago

:white_check_mark: Integration tests have finished successfully!