@discordjs/builders 2.0.0-dev.1766016119-427636ee7 → 2.0.0-dev.1766750507-311413e5f

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
@@ -255,7 +255,7 @@ var localeMapPredicate = import_zod2.z.strictObject(
255
255
  // src/components/Assertions.ts
256
256
  var emojiPredicate = import_zod3.z.strictObject({
257
257
  id: snowflakePredicate.optional(),
258
- name: import_zod3.z.string().min(2).max(32).optional(),
258
+ name: import_zod3.z.string().min(1).max(32).optional(),
259
259
  animated: import_zod3.z.boolean().optional()
260
260
  }).refine((data) => data.id !== void 0 || data.name !== void 0, {
261
261
  error: "Either 'id' or 'name' must be provided"
@@ -5854,7 +5854,7 @@ var MessageBuilder = class {
5854
5854
  };
5855
5855
 
5856
5856
  // src/index.ts
5857
- var version = "2.0.0-dev.1766016119-427636ee7";
5857
+ var version = "2.0.0-dev.1766750507-311413e5f";
5858
5858
  // Annotate the CommonJS export names for ESM import in node:
5859
5859
  0 && (module.exports = {
5860
5860
  ActionRowBuilder,