@discordjs/builders 1.6.2 → 1.6.3

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.mjs CHANGED
@@ -2437,8 +2437,7 @@ function embedLength(data) {
2437
2437
  __name(embedLength, "embedLength");
2438
2438
 
2439
2439
  // src/index.ts
2440
- export * from "@discordjs/util";
2441
- var version = "1.6.2";
2440
+ var version = "1.6.3";
2442
2441
  export {
2443
2442
  ActionRowBuilder,
2444
2443
  ApplicationCommandNumericOptionMinMaxValueMixin,