@discordjs/builders 1.4.0-dev.1669594255-2127b32.0 → 1.4.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 CHANGED
@@ -2,6 +2,21 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ # [@discordjs/builders@1.4.0](https://github.com/discordjs/discord.js/compare/@discordjs/builders@1.3.0...@discordjs/builders@1.4.0) - (2022-11-28)
6
+
7
+ ## Bug Fixes
8
+
9
+ - Pin @types/node version ([9d8179c](https://github.com/discordjs/discord.js/commit/9d8179c6a78e1c7f9976f852804055964d5385d4))
10
+
11
+ ## Features
12
+
13
+ - New select menus (#8793) ([5152abf](https://github.com/discordjs/discord.js/commit/5152abf7285581abf7689e9050fdc56c4abb1e2b))
14
+ - Allow punctuation characters in context menus (#8783) ([b521366](https://github.com/discordjs/discord.js/commit/b5213664fa66746daab1673ebe2adf2db3d1522c))
15
+
16
+ ## Typings
17
+
18
+ - **Formatters:** Allow boolean in `formatEmoji` (#8823) ([ec37f13](https://github.com/discordjs/discord.js/commit/ec37f137fd4fca0fdbdb8a5c83abf32362a8f285))
19
+
5
20
  # [@discordjs/builders@1.3.0](https://github.com/discordjs/discord.js/compare/@discordjs/builders@1.2.0...@discordjs/builders@1.3.0) - (2022-10-08)
6
21
 
7
22
  ## Bug Fixes
package/dist/index.d.ts CHANGED
@@ -591,12 +591,12 @@ declare class StringSelectMenuOptionBuilder implements JSONEncodable<APISelectMe
591
591
 
592
592
  declare const customIdValidator: _sapphire_shapeshift.StringValidator<string>;
593
593
  declare const emojiValidator: _sapphire_shapeshift.ObjectValidator<{
594
- id?: string | undefined;
595
594
  name?: string | undefined;
595
+ id?: string | undefined;
596
596
  animated?: boolean | undefined;
597
597
  }, _sapphire_shapeshift.UndefinedToOptional<{
598
- id?: string | undefined;
599
598
  name?: string | undefined;
599
+ id?: string | undefined;
600
600
  animated?: boolean | undefined;
601
601
  }>>;
602
602
  declare const disabledValidator: _sapphire_shapeshift.BooleanValidator<boolean>;
@@ -610,8 +610,8 @@ declare const jsonOptionValidator: _sapphire_shapeshift.ObjectValidator<{
610
610
  value: string;
611
611
  description: string | undefined;
612
612
  emoji: _sapphire_shapeshift.UndefinedToOptional<{
613
- id?: string | undefined;
614
613
  name?: string | undefined;
614
+ id?: string | undefined;
615
615
  animated?: boolean | undefined;
616
616
  }> | undefined;
617
617
  default: boolean | undefined;
@@ -620,8 +620,8 @@ declare const jsonOptionValidator: _sapphire_shapeshift.ObjectValidator<{
620
620
  value: string;
621
621
  description: string | undefined;
622
622
  emoji: _sapphire_shapeshift.UndefinedToOptional<{
623
- id?: string | undefined;
624
623
  name?: string | undefined;
624
+ id?: string | undefined;
625
625
  animated?: boolean | undefined;
626
626
  }> | undefined;
627
627
  default: boolean | undefined;
package/dist/index.js CHANGED
@@ -1576,7 +1576,7 @@ __name(embedLength, "embedLength");
1576
1576
 
1577
1577
  // src/index.ts
1578
1578
  __reExport(src_exports, require("@discordjs/util"), module.exports);
1579
- var version = "1.4.0-dev.1669594255-2127b32.0";
1579
+ var version = "1.4.0";
1580
1580
  // Annotate the CommonJS export names for ESM import in node:
1581
1581
  0 && (module.exports = {
1582
1582
  ActionRowBuilder,