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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
main
is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exit
onmain
.Releases
[email protected]
Minor Changes
Patch Changes
2ecb7cc3eb191c406e50c068bc4fc4adac3a1895
)[email protected]
Minor Changes
breaking: better logging (#194)
feat: support exporting a component under any name (#206)
feat: add option to control the file extensions that are allowed (#206)
breaking: add new "components" system (#206)
breaking: remove options.commands, options.events, and options.buttons in favour of single options.components (#206)
feat: make event name not strict (
6e0fb8ef3cb284f48177a4022986106cc8b9285c
)feat: support a non-empty DEBUG environment variable to enable debug logs (#202)
Patch Changes
breaking: require node v20.13.1 or above (drops node 16 & 18) (#195)
fix: skip any exports which aren't components, rather than erroring (#206)
fix: type error when manually adding command/event (#199)
fix: improve exports (#196)
deps: switch to ofetch from axios (#193)
fix: use correct regex for validating slash command names (#190)
fix: debug logs firing when debug is disabled (#198)
deps: remove totalist (#189)
fix: able to read files directly again (#197)
fix: reject lowercase slash command name (
d6cede1956a407f43448a923179e2497c4f55f23
)fix: validate client id when parsing from token (
0d898921d419258dab3ebdb15939ca49dbd62274
)deps: switch to parsing with zod (#190)