Skip to content

Commit

Permalink
Revert "try a fork of steam/dota"
Browse files Browse the repository at this point in the history
This reverts commit 4e20a2a.
  • Loading branch information
Geczy committed Sep 28, 2023
1 parent 0a07e75 commit c109a52
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/steam/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions packages/steam/src/steam.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit c109a52

Please sign in to comment.