@discordjs/builders 2.0.0-dev.1742170412-79b79b6a4 → 2.0.0-dev.1742688827-73f2ef9c8

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
@@ -1117,7 +1117,7 @@ var textInputPredicate = import_zod3.z.object({
1117
1117
  min_length: import_zod3.z.number().min(0).max(4e3).optional(),
1118
1118
  max_length: import_zod3.z.number().min(1).max(4e3).optional(),
1119
1119
  placeholder: import_zod3.z.string().max(100).optional(),
1120
- value: import_zod3.z.string().max(4e3).optional(),
1120
+ value: import_zod3.z.string().min(1).max(4e3).optional(),
1121
1121
  required: import_zod3.z.boolean().optional()
1122
1122
  });
1123
1123
 
@@ -4263,7 +4263,7 @@ var MessageBuilder = class {
4263
4263
  };
4264
4264
 
4265
4265
  // src/index.ts
4266
- var version = "2.0.0-dev.1742170412-79b79b6a4";
4266
+ var version = "2.0.0-dev.1742688827-73f2ef9c8";
4267
4267
  // Annotate the CommonJS export names for ESM import in node:
4268
4268
  0 && (module.exports = {
4269
4269
  ActionRowBuilder,