Skip to content

Commit 3d37660

Browse files
imnaiyarJMTKalmeidxsdanialrazakodiakhq[bot]
authored
build: bump discord-api-types to 0.37.96 (#10452)
* build: bump discord-api-types to 0.37.95 * feat: Add support for Automated Message nonce handling (#10381) * Add support for Automated Message nonce handling * Fix options property * Address PR feedback * Handled case where it was explicitly set to false for that iteration to not generate a nonce, and PR feedback * Fix lint issue * Fix lint issue * Move to MessagePayload.resolveBody instead * Fix test errors * Update packages/discord.js/src/structures/MessagePayload.js Co-authored-by: Almeida <[email protected]> * PR feedback * Merge * Let and not const --------- Co-authored-by: Almeida <[email protected]> Co-authored-by: Almeida <[email protected]> * feat(Attachment): add `title` (#10423) Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> * types: Fix wrong auto moderation target type (#10391) types: fix wrong auto moderation target type Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> * feat(builders): update to @sapphire/shapeshift v4 (#10291) feat: update to @sapphire/shapeshift v4 * refactor(actions): safer getChannel calls (#10434) * refactor(actions): safer getChannel calls * chore: consistency --------- Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> * build: bump discord-api-types tp 0.37.96 --------- Co-authored-by: Jacob Morrison <[email protected]> Co-authored-by: Almeida <[email protected]> Co-authored-by: Almeida <[email protected]> Co-authored-by: Danial Raza <[email protected]> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> Co-authored-by: Jiralite <[email protected]> Co-authored-by: Jeroen Claassens <[email protected]> Co-authored-by: DD <[email protected]>
1 parent 87776bb commit 3d37660

File tree

9 files changed

+3417
-616
lines changed

9 files changed

+3417
-616
lines changed

packages/builders/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"@discordjs/formatters": "workspace:^",
6969
"@discordjs/util": "workspace:^",
7070
"@sapphire/shapeshift": "^4.0.0",
71-
"discord-api-types": "0.37.94",
71+
"discord-api-types": "0.37.96",
7272
"fast-deep-equal": "^3.1.3",
7373
"ts-mixer": "^6.0.4",
7474
"tslib": "^2.6.2"

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"@discordjs/ws": "workspace:^",
7171
"@sapphire/snowflake": "^3.5.3",
7272
"@vladfrangu/async_event_emitter": "^2.2.4",
73-
"discord-api-types": "0.37.94"
73+
"discord-api-types": "0.37.96"
7474
},
7575
"devDependencies": {
7676
"@discordjs/api-extractor": "workspace:^",

packages/discord.js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"@discordjs/util": "workspace:^",
7373
"@discordjs/ws": "1.1.1",
7474
"@sapphire/snowflake": "3.5.3",
75-
"discord-api-types": "0.37.94",
75+
"discord-api-types": "0.37.96",
7676
"fast-deep-equal": "3.1.3",
7777
"lodash.snakecase": "4.1.1",
7878
"tslib": "2.6.2",

packages/formatters/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"homepage": "https://discord.js.org",
5656
"funding": "https://github.com/discordjs/discord.js?sponsor",
5757
"dependencies": {
58-
"discord-api-types": "0.37.94"
58+
"discord-api-types": "0.37.96"
5959
},
6060
"devDependencies": {
6161
"@discordjs/api-extractor": "workspace:^",

packages/next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"@discordjs/rest": "workspace:^",
7373
"@discordjs/util": "workspace:^",
7474
"@discordjs/ws": "workspace:^",
75-
"discord-api-types": "0.37.94"
75+
"discord-api-types": "0.37.96"
7676
},
7777
"devDependencies": {
7878
"@discordjs/api-extractor": "workspace:^",

packages/rest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"@sapphire/async-queue": "^1.5.2",
8989
"@sapphire/snowflake": "^3.5.3",
9090
"@vladfrangu/async_event_emitter": "^2.2.4",
91-
"discord-api-types": "0.37.94",
91+
"discord-api-types": "0.37.96",
9292
"magic-bytes.js": "^1.10.0",
9393
"tslib": "^2.6.2",
9494
"undici": "6.18.2"

packages/voice/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"funding": "https://github.com/discordjs/discord.js?sponsor",
6565
"dependencies": {
6666
"@types/ws": "^8.5.10",
67-
"discord-api-types": "0.37.94",
67+
"discord-api-types": "0.37.96",
6868
"prism-media": "^1.3.5",
6969
"tslib": "^2.6.2",
7070
"ws": "^8.17.0"

packages/ws/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"@sapphire/async-queue": "^1.5.2",
8080
"@types/ws": "^8.5.10",
8181
"@vladfrangu/async_event_emitter": "^2.2.4",
82-
"discord-api-types": "0.37.94",
82+
"discord-api-types": "0.37.96",
8383
"tslib": "^2.6.2",
8484
"ws": "^8.17.0"
8585
},

0 commit comments

Comments
 (0)