Releases: ckohen/deploy-interactions
Releases · ckohen/deploy-interactions
0.2.5
0.2.2
0.2.1
Full Changelog: 0.2.0...0.2.1
Enable json module imports for ESM
0.2.0
Full Changelog: 0.1.1...0.2.0
Fixes ESM and CJS imports
0.1.1
Full Changelog: 0.1.0...0.1.1
Fixes ESM support (ESM style commands files)
0.1.0
Full Changelog: https://github.com/ckohen/deploy-interactions/commits/0.1.0
BREAKING: Updated many deps, typescript users may have issues with types in discord-api-types specifically
BREAKING: default_permission
is no longer checked in equals cases
Features:
- Support for
default_member_permissions
anddm_permission
in equals cases - Support for Attachment options in equals cases
- Support for
channel_types
in equals cases - Support for
autocomplete
in equals cases - Support for
min_value
andmax_value
in equals cases - All of discord-api-types is now re-exported through this module to avoid type mismatches between versions
Warning
If you have other usess for discord-api-types in your code and are only interacting with this module through the CLI, you should use your own version of discord-api-types as the types do not matter when run through the CLI