@discordjs/builders 2.0.0-dev.1756468893-cde757b7c → 2.0.0-dev.1756512120-cc43dadca

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.js CHANGED
@@ -3499,6 +3499,7 @@ var ModalBuilder = class {
3499
3499
  const { components = [], ...rest } = data;
3500
3500
  this.data = {
3501
3501
  ...structuredClone(rest),
3502
+ // @ts-expect-error https://github.com/discordjs/discord.js/pull/11034
3502
3503
  components: components.map((component) => createComponentBuilder(component))
3503
3504
  };
3504
3505
  }
@@ -5435,7 +5436,7 @@ var MessageBuilder = class {
5435
5436
  };
5436
5437
 
5437
5438
  // src/index.ts
5438
- var version = "2.0.0-dev.1756468893-cde757b7c";
5439
+ var version = "2.0.0-dev.1756512120-cc43dadca";
5439
5440
  // Annotate the CommonJS export names for ESM import in node:
5440
5441
  0 && (module.exports = {
5441
5442
  ActionRowBuilder,