@discordjs/builders 2.0.0-dev.1756468893-cde757b7c → 2.0.0-dev.1756684936-90813b33a

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.mjs CHANGED
@@ -3376,6 +3376,7 @@ var ModalBuilder = class {
3376
3376
  const { components = [], ...rest } = data;
3377
3377
  this.data = {
3378
3378
  ...structuredClone(rest),
3379
+ // @ts-expect-error https://github.com/discordjs/discord.js/pull/11034
3379
3380
  components: components.map((component) => createComponentBuilder(component))
3380
3381
  };
3381
3382
  }
@@ -5312,7 +5313,7 @@ var MessageBuilder = class {
5312
5313
  };
5313
5314
 
5314
5315
  // src/index.ts
5315
- var version = "2.0.0-dev.1756468893-cde757b7c";
5316
+ var version = "2.0.0-dev.1756684936-90813b33a";
5316
5317
  export {
5317
5318
  ActionRowBuilder,
5318
5319
  AllowedMentionsBuilder,