Skip to content

Releases: ckohen/deploy-interactions

0.2.5

18 Feb 12:17
d273f46
Compare
Choose a tag to compare

Full Changelog: 0.2.2...0.2.5

0.2.2

27 Jun 08:32
801d0b7
Compare
Choose a tag to compare

0.2.1

27 Jun 06:03
3ce719e
Compare
Choose a tag to compare

Full Changelog: 0.2.0...0.2.1

Enable json module imports for ESM

0.2.0

23 Jun 10:43
c1b01fe
Compare
Choose a tag to compare

Full Changelog: 0.1.1...0.2.0

Fixes ESM and CJS imports

0.1.1

23 Jun 10:02
9b778e3
Compare
Choose a tag to compare

Full Changelog: 0.1.0...0.1.1

Fixes ESM support (ESM style commands files)

0.1.0

23 Jun 04:41
ed7d8d5
Compare
Choose a tag to compare

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 and dm_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 and max_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