@discordjs/builders 2.0.0-dev.1753185958-90b369294 → 2.0.0-dev.1753613918-c0c1ac287
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.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -267,7 +267,7 @@ var buttonSuccessPredicate = buttonCustomIdPredicateBase.extend({ style: import_
|
|
|
267
267
|
var buttonDangerPredicate = buttonCustomIdPredicateBase.extend({ style: import_zod3.z.literal(import_v102.ButtonStyle.Danger) });
|
|
268
268
|
var buttonLinkPredicate = buttonPredicateBase.extend({
|
|
269
269
|
style: import_zod3.z.literal(import_v102.ButtonStyle.Link),
|
|
270
|
-
url: import_zod3.z.url({ protocol: /^(?:https?|discord)$/ }),
|
|
270
|
+
url: import_zod3.z.url({ protocol: /^(?:https?|discord)$/ }).max(512),
|
|
271
271
|
emoji: emojiPredicate.optional(),
|
|
272
272
|
label: labelPredicate
|
|
273
273
|
});
|
|
@@ -5435,7 +5435,7 @@ var MessageBuilder = class {
|
|
|
5435
5435
|
};
|
|
5436
5436
|
|
|
5437
5437
|
// src/index.ts
|
|
5438
|
-
var version = "2.0.0-dev.
|
|
5438
|
+
var version = "2.0.0-dev.1753613918-c0c1ac287";
|
|
5439
5439
|
// Annotate the CommonJS export names for ESM import in node:
|
|
5440
5440
|
0 && (module.exports = {
|
|
5441
5441
|
ActionRowBuilder,
|