Update dependencies, except YAML for now since it has formatting changes
This commit is contained in:
parent
c18384129f
commit
307fc3470c
4 changed files with 1335 additions and 1034 deletions
|
@ -149,7 +149,7 @@ interface SteamProductInfoResponse {
|
|||
|
||||
export async function getSteamClient(): Promise<SteamUser> {
|
||||
const client = new SteamUser();
|
||||
client.logOn();
|
||||
client.logOn({ anonymous: true });
|
||||
await new Promise<void>(resolve => {
|
||||
client.on("loggedOn", () => {
|
||||
resolve();
|
||||
|
|
Reference in a new issue