@discordjs/builders 1.2.1-dev.1662552267-d8e7741.0 → 1.2.1-dev.1662682357-d11edc6.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/dist/index.d.ts +1 -1
- package/package.json +5 -5
package/dist/index.d.ts
CHANGED
|
@@ -1096,7 +1096,7 @@ declare class SlashCommandBooleanOption extends ApplicationCommandOptionBase {
|
|
|
1096
1096
|
toJSON(): APIApplicationCommandBooleanOption;
|
|
1097
1097
|
}
|
|
1098
1098
|
|
|
1099
|
-
declare const allowedChannelTypes: readonly [ChannelType.GuildText, ChannelType.GuildVoice, ChannelType.GuildCategory, ChannelType.
|
|
1099
|
+
declare const allowedChannelTypes: readonly [ChannelType.GuildText, ChannelType.GuildVoice, ChannelType.GuildCategory, ChannelType.GuildAnnouncement, ChannelType.AnnouncementThread, ChannelType.PublicThread, ChannelType.PrivateThread, ChannelType.GuildStageVoice];
|
|
1100
1100
|
declare type ApplicationCommandOptionAllowedChannelTypes = typeof allowedChannelTypes[number];
|
|
1101
1101
|
declare class ApplicationCommandOptionChannelTypesMixin {
|
|
1102
1102
|
readonly channel_types?: ApplicationCommandOptionAllowedChannelTypes[];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@discordjs/builders",
|
|
3
|
-
"version": "1.2.1-dev.
|
|
3
|
+
"version": "1.2.1-dev.1662682357-d11edc6.0",
|
|
4
4
|
"description": "A set of builders that you can use when creating your bot",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"test": "vitest run",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"Crawl <icrawltogo@gmail.com>",
|
|
34
34
|
"Amish Shah <amishshah.2k@gmail.com>",
|
|
35
35
|
"SpaceEEC <spaceeec@yahoo.com>",
|
|
36
|
-
"
|
|
36
|
+
"Aura Román <kyradiscord@gmail.com>"
|
|
37
37
|
],
|
|
38
38
|
"license": "Apache-2.0",
|
|
39
39
|
"keywords": [
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"homepage": "https://discord.js.org",
|
|
56
56
|
"dependencies": {
|
|
57
57
|
"@sapphire/shapeshift": "^3.6.0",
|
|
58
|
-
"discord-api-types": "^0.37.
|
|
58
|
+
"discord-api-types": "^0.37.8",
|
|
59
59
|
"fast-deep-equal": "^3.1.3",
|
|
60
60
|
"ts-mixer": "^6.0.1",
|
|
61
61
|
"tslib": "^2.4.0"
|
|
@@ -64,14 +64,14 @@
|
|
|
64
64
|
"@discordjs/docgen": "^0.12.1",
|
|
65
65
|
"@favware/cliff-jumper": "^1.8.7",
|
|
66
66
|
"@microsoft/api-extractor": "^7.30.0",
|
|
67
|
-
"@types/node": "^16.11.
|
|
67
|
+
"@types/node": "^16.11.58",
|
|
68
68
|
"@vitest/coverage-c8": "^0.23.1",
|
|
69
69
|
"downlevel-dts": "^0.10.1",
|
|
70
70
|
"eslint": "^8.23.0",
|
|
71
71
|
"eslint-config-neon": "^0.1.33",
|
|
72
72
|
"prettier": "^2.7.1",
|
|
73
73
|
"tsup": "^6.2.3",
|
|
74
|
-
"typescript": "^4.8.
|
|
74
|
+
"typescript": "^4.8.3",
|
|
75
75
|
"vitest": "^0.23.1"
|
|
76
76
|
},
|
|
77
77
|
"engines": {
|