Skip to content

Commit

Permalink
🔀 Merge pull request #1739 from TF2Autobot/development
Browse files Browse the repository at this point in the history
v5.11.2
  • Loading branch information
idinium96 authored Apr 20, 2024
2 parents e0b1461 + a50dad4 commit e24fc67
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 26 deletions.
41 changes: 20 additions & 21 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@
"@tf2autobot/bptf-login": "^2.3.7",
"@tf2autobot/filter-axios-error": "^1.5.3",
"@tf2autobot/jsonlint": "^1.0.0",
"@tf2autobot/steamcommunity": "^3.48.1",
"@tf2autobot/steamcommunity": "^3.48.2",
"@tf2autobot/tf2": "^1.3.6",
"@tf2autobot/tf2-currencies": "^2.0.1",
"@tf2autobot/tf2-schema": "^4.4.1",
"@tf2autobot/tf2-schema": "^4.4.4",
"@tf2autobot/tf2-sku": "^2.0.4",
"@tf2autobot/tradeoffer-manager": "^2.17.5",
"@tf2autobot/tradeoffer-manager": "^2.17.6",
"async": "^3.2.5",
"axios": "^1.6.8",
"bluebird": "^3.7.2",
Expand Down Expand Up @@ -64,7 +64,7 @@
"semver": "^7.6.0",
"socket.io-client": "^4.7.5",
"steam-totp": "^2.1.2",
"steam-user": "^5.0.8",
"steam-user": "^5.0.9",
"steamid": "^2.0.0",
"url": "^0.11.3",
"valid-url": "^1.0.9",
Expand Down
1 change: 0 additions & 1 deletion src/classes/Inventory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { HighValue } from './Options';
import Bot from './Bot';
import { noiseMakers, spellsData, killstreakersData, sheensData } from '../lib/data';
import Pricelist from './Pricelist';
import log from '../lib/logger';

export default class Inventory {
private readonly steamID: SteamID;
Expand Down

0 comments on commit e24fc67

Please sign in to comment.