@discordjs/builders 2.0.0-dev.1732881915-8efb72e76 → 2.0.0-dev.1733141131-5f0d28c0f

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.d.mts CHANGED
@@ -8184,7 +8184,7 @@ declare function disableValidators(): boolean;
8184
8184
  */
8185
8185
  declare function isValidationEnabled(): boolean;
8186
8186
  /**
8187
- * Parses a value with a given validator, accounting for wether validation is enabled.
8187
+ * Parses a value with a given validator, accounting for whether validation is enabled.
8188
8188
  *
8189
8189
  * @param validator - The zod validator to use
8190
8190
  * @param value - The value to parse
package/dist/index.d.ts CHANGED
@@ -8184,7 +8184,7 @@ declare function disableValidators(): boolean;
8184
8184
  */
8185
8185
  declare function isValidationEnabled(): boolean;
8186
8186
  /**
8187
- * Parses a value with a given validator, accounting for wether validation is enabled.
8187
+ * Parses a value with a given validator, accounting for whether validation is enabled.
8188
8188
  *
8189
8189
  * @param validator - The zod validator to use
8190
8190
  * @param value - The value to parse
package/dist/index.js CHANGED
@@ -3071,7 +3071,7 @@ var EmbedBuilder = class {
3071
3071
  };
3072
3072
 
3073
3073
  // src/index.ts
3074
- var version = "2.0.0-dev.1732881915-8efb72e76";
3074
+ var version = "2.0.0-dev.1733141131-5f0d28c0f";
3075
3075
  // Annotate the CommonJS export names for ESM import in node:
3076
3076
  0 && (module.exports = {
3077
3077
  ActionRowBuilder,