@discordjs/builders 1.3.0-dev.1664798673-b2ec865.0 → 1.3.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/CHANGELOG.md +37 -118
- package/dist/index.d.ts +9 -1
- package/dist/index.js +5 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +15 -15
package/dist/index.mjs
CHANGED
|
@@ -1412,6 +1412,7 @@ __name(embedLength, "embedLength");
|
|
|
1412
1412
|
|
|
1413
1413
|
// src/index.ts
|
|
1414
1414
|
export * from "@discordjs/util";
|
|
1415
|
+
var version = "1.3.0";
|
|
1415
1416
|
export {
|
|
1416
1417
|
ActionRowBuilder,
|
|
1417
1418
|
ApplicationCommandNumericOptionMinMaxValueMixin,
|
|
@@ -1472,6 +1473,7 @@ export {
|
|
|
1472
1473
|
strikethrough,
|
|
1473
1474
|
time,
|
|
1474
1475
|
underscore,
|
|
1475
|
-
userMention
|
|
1476
|
+
userMention,
|
|
1477
|
+
version
|
|
1476
1478
|
};
|
|
1477
1479
|
//# sourceMappingURL=index.mjs.map
|