@discordjs/builders 2.0.0-dev.1740874411-d1f56ffb2 → 2.0.0-dev.1741219959-e273afbb9
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 +3 -3
package/dist/index.js
CHANGED
|
@@ -2364,7 +2364,7 @@ var ChatInputCommandBuilder = class extends (0, import_ts_mixer8.Mixin)(
|
|
|
2364
2364
|
// src/interactions/commands/contextMenu/Assertions.ts
|
|
2365
2365
|
var import_v1028 = require("discord-api-types/v10");
|
|
2366
2366
|
var import_zod5 = require("zod");
|
|
2367
|
-
var namePredicate2 = import_zod5.z.string().min(1).max(32).regex(/^( *[\p{P}\p{L}\p{N}\p{sc=Devanagari}\p{sc=Thai}]
|
|
2367
|
+
var namePredicate2 = import_zod5.z.string().min(1).max(32).regex(/^(?:(?: *[\p{P}\p{L}\p{N}\p{sc=Devanagari}\p{sc=Thai}\p{Extended_Pictographic}\p{Emoji_Component}]) *)+$/u);
|
|
2368
2368
|
var contextsPredicate = import_zod5.z.array(import_zod5.z.nativeEnum(import_v1028.InteractionContextType));
|
|
2369
2369
|
var integrationTypesPredicate = import_zod5.z.array(import_zod5.z.nativeEnum(import_v1028.ApplicationIntegrationType));
|
|
2370
2370
|
var baseContextMenuCommandPredicate = import_zod5.z.object({
|
|
@@ -3419,7 +3419,7 @@ var PollBuilder = class {
|
|
|
3419
3419
|
};
|
|
3420
3420
|
|
|
3421
3421
|
// src/index.ts
|
|
3422
|
-
var version = "2.0.0-dev.
|
|
3422
|
+
var version = "2.0.0-dev.1741219959-e273afbb9";
|
|
3423
3423
|
// Annotate the CommonJS export names for ESM import in node:
|
|
3424
3424
|
0 && (module.exports = {
|
|
3425
3425
|
ActionRowBuilder,
|