fix: authentication headers being shadowed by init data

This commit is contained in:
izzy
2025-04-04 15:40:15 +01:00
parent 683b51605f
commit 43eb1384fd
3 changed files with 16 additions and 20 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "revolt-api",
"version": "0.8.4",
"version": "0.8.4-rc.5",
"description": "Revolt API Library",
"type": "module",
"module": "lib/index.js",
@@ -14,7 +14,7 @@
"prepublish": "in-publish && pnpm build || echo Skipping build."
},
"devDependencies": {
"@insertish/oapi": "0.2.1",
"@insertish/oapi": "0.2.2",
"in-publish": "^2.0.1",
"openapi-typescript": "^5.4.2",
"typescript": "^5.8.2"
@@ -27,4 +27,4 @@
"README.md"
],
"packageManager": "pnpm@8.13.1+sha512.758bebc6989cb6462c5138129840193b10c258ddcdb0ab43ee0ef9dd87784bc218d6e41cb5beeac362b8ce33f1f8b08025b599933c0bce82050a9a36b8474d43"
}
}