@discordjs/builders 2.0.0-dev.1737893071-0ab6abbcf → 2.0.0-dev.1738066483-6df42db33

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/README.md CHANGED
@@ -23,7 +23,7 @@
23
23
 
24
24
  ## Installation
25
25
 
26
- **Node.js 20 or newer is required.**
26
+ **Node.js 22.12.0 or newer is required.**
27
27
 
28
28
  ```sh
29
29
  npm install @discordjs/builders
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.1737893071-0ab6abbcf";
3074
+ var version = "2.0.0-dev.1738066483-6df42db33";
3075
3075
  // Annotate the CommonJS export names for ESM import in node:
3076
3076
  0 && (module.exports = {
3077
3077
  ActionRowBuilder,