discord-api-types 0.38.44-next.ae75ee78.1774913402 → 0.38.44
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 +7 -0
- package/package.json +2 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [0.38.44](https://github.com/discordjs/discord-api-types/compare/0.38.43...0.38.44) (2026-04-02)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **APIApplication:** make event_webhooks_status optional ([#1603](https://github.com/discordjs/discord-api-types/issues/1603)) ([c76a1bc](https://github.com/discordjs/discord-api-types/commit/c76a1bc37208789b9b626a9363e8a3992edc2899))
|
|
7
|
+
|
|
1
8
|
## [0.38.43](https://github.com/discordjs/discord-api-types/compare/0.38.41...0.38.43) (2026-03-28)
|
|
2
9
|
|
|
3
10
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "discord-api-types",
|
|
3
|
-
"version": "0.38.44
|
|
3
|
+
"version": "0.38.44",
|
|
4
4
|
"description": "Discord API typings that are kept up to date for use in bot library creation.",
|
|
5
5
|
"homepage": "https://discord-api-types.dev",
|
|
6
6
|
"workspaces": [
|
|
@@ -211,6 +211,5 @@
|
|
|
211
211
|
"volta": {
|
|
212
212
|
"node": "24.14.1",
|
|
213
213
|
"yarn": "4.13.0"
|
|
214
|
-
}
|
|
215
|
-
"stableVersion": "0.38.44"
|
|
214
|
+
}
|
|
216
215
|
}
|