@discordjs/builders 2.0.0-dev.1760616105-d03eb5e26 → 2.0.0-dev.1761004909-68835b3ff

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
@@ -1200,7 +1200,7 @@ var textInputPredicate = import_zod4.z.object({
1200
1200
  min_length: import_zod4.z.number().min(0).max(4e3).optional(),
1201
1201
  max_length: import_zod4.z.number().min(1).max(4e3).optional(),
1202
1202
  placeholder: import_zod4.z.string().max(100).optional(),
1203
- value: import_zod4.z.string().min(1).max(4e3).optional(),
1203
+ value: import_zod4.z.string().min(0).max(4e3).optional(),
1204
1204
  required: import_zod4.z.boolean().optional()
1205
1205
  });
1206
1206
 
@@ -5628,7 +5628,7 @@ var MessageBuilder = class {
5628
5628
  };
5629
5629
 
5630
5630
  // src/index.ts
5631
- var version = "2.0.0-dev.1760616105-d03eb5e26";
5631
+ var version = "2.0.0-dev.1761004909-68835b3ff";
5632
5632
  // Annotate the CommonJS export names for ESM import in node:
5633
5633
  0 && (module.exports = {
5634
5634
  ActionRowBuilder,