@discordjs/builders 2.0.0-dev.1760486511-25b22c67a → 2.0.0-dev.1760659318-0cc92bd5b

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
@@ -1068,7 +1068,7 @@ var textInputPredicate = z4.object({
1068
1068
  min_length: z4.number().min(0).max(4e3).optional(),
1069
1069
  max_length: z4.number().min(1).max(4e3).optional(),
1070
1070
  placeholder: z4.string().max(100).optional(),
1071
- value: z4.string().min(1).max(4e3).optional(),
1071
+ value: z4.string().min(0).max(4e3).optional(),
1072
1072
  required: z4.boolean().optional()
1073
1073
  });
1074
1074
 
@@ -5502,7 +5502,7 @@ var MessageBuilder = class {
5502
5502
  };
5503
5503
 
5504
5504
  // src/index.ts
5505
- var version = "2.0.0-dev.1760486511-25b22c67a";
5505
+ var version = "2.0.0-dev.1760659318-0cc92bd5b";
5506
5506
  export {
5507
5507
  ActionRowBuilder,
5508
5508
  AllowedMentionsBuilder,