From c109a52f1f5c584f55a946375406255551a77de7 Mon Sep 17 00:00:00 2001 From: Matt Gates Date: Thu, 28 Sep 2023 17:34:39 -0500 Subject: [PATCH] Revert "try a fork of steam/dota" This reverts commit 4e20a2aca0e1e09bc37b68fdadb9c79a957fbe68. --- packages/steam/package.json | 4 ++-- packages/steam/src/steam.ts | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/steam/package.json b/packages/steam/package.json index 4f855a17..836ef5bc 100644 --- a/packages/steam/package.json +++ b/packages/steam/package.json @@ -28,7 +28,7 @@ "body-parser": "^1.20.2", "chokidar": "^3.5.3", "country-code-emoji": "^2.3.0", - "dota2-fork": "https://github.com/dotabod/node-dota2-fork", + "dota2": "https://github.com/dotabod/node-dota2#head=staging", "dotaconstants": "^7.18.0", "eslint": "^8.48.0", "express": "^4.18.2", @@ -41,8 +41,8 @@ "retry": "^0.13.1", "socket.io": "^4.7.2", "socket.io-client": "^4.7.2", + "steam": "https://github.com/dotabod/node-steam#head=master", "steam-errors": "^1.0.0", - "steam-fork": "https://github.com/dotabod/node-steam-fork", "winston": "^3.10.0" }, "dependencies": { diff --git a/packages/steam/src/steam.ts b/packages/steam/src/steam.ts index 7420ef74..bbaeaf8d 100644 --- a/packages/steam/src/steam.ts +++ b/packages/steam/src/steam.ts @@ -3,10 +3,10 @@ import fs from 'fs' import axios from 'axios' // @ts-expect-error no types exist -import Dota2 from 'dota2-fork' +import Dota2 from 'dota2' import { Long } from 'mongodb' import retry from 'retry' -import Steam from 'steam-fork' +import Steam from 'steam' // @ts-expect-error no types exist import steamErrors from 'steam-errors'