@discordjs/builders 1.4.0-dev.1665403492-7b8966b.0 → 1.4.0-dev.1665533802-eb46e3a.0

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.ts CHANGED
@@ -1660,10 +1660,8 @@ declare const disableValidators: () => boolean;
1660
1660
  declare const isValidationEnabled: () => boolean;
1661
1661
 
1662
1662
  /**
1663
- * The [\@discordjs/builders](https://github.com/discordjs/discord.js/blob/main/packages/builders/#readme) version
1663
+ * The {@link https://github.com/discordjs/discord.js/blob/main/packages/builders/#readme | @discordjs/builders} version
1664
1664
  * that you are currently using.
1665
- *
1666
- * Note to developers: This needs to explicitly be `string` so it is not typed as a "const string" that gets injected by esbuild
1667
1665
  */
1668
1666
  declare const version: string;
1669
1667
 
package/dist/index.js CHANGED
@@ -1492,7 +1492,7 @@ __name(embedLength, "embedLength");
1492
1492
 
1493
1493
  // src/index.ts
1494
1494
  __reExport(src_exports, require("@discordjs/util"), module.exports);
1495
- var version = "1.4.0-dev.1665403492-7b8966b.0";
1495
+ var version = "1.4.0-dev.1665533802-eb46e3a.0";
1496
1496
  // Annotate the CommonJS export names for ESM import in node:
1497
1497
  0 && (module.exports = {
1498
1498
  ActionRowBuilder,