@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/CHANGELOG.md +21 -0
- package/dist/index.d.ts +0 -1
- package/dist/index.js +2 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
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
|
-
|
|
2441
|
-
var version = "1.6.2";
|
|
2440
|
+
var version = "1.6.3";
|
|
2442
2441
|
export {
|
|
2443
2442
|
ActionRowBuilder,
|
|
2444
2443
|
ApplicationCommandNumericOptionMinMaxValueMixin,
|