feat(rest)!: allow passing tokens per request (#10682)

BREAKING CHANGE: `RequestData.authPrefix` has been removed in favor of `RequestData.auth.prefix`
This commit is contained in:
ckohen
2025-01-12 21:36:05 -08:00
committed by GitHub
parent 11438c230b
commit ae0265eefc
8 changed files with 71 additions and 22 deletions

View File

@@ -91,7 +91,8 @@
"discord-api-types": "^0.37.114",
"magic-bytes.js": "^1.10.0",
"tslib": "^2.8.1",
"undici": "6.21.0"
"undici": "6.21.0",
"uuid": "^11.0.3"
},
"devDependencies": {
"@discordjs/api-extractor": "workspace:^",