mirror of
https://github.com/stoatchat/javascript-client-api.git
synced 2026-07-18 16:14:27 -04:00
fix: authentication headers being shadowed by init data
This commit is contained in:
+3
-3
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user