steamutils 1.0.75 → 1.0.76

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/SteamClient.js +1 -1
  2. package/package.json +1 -1
package/SteamClient.js CHANGED
@@ -274,7 +274,7 @@ function SteamClient({
274
274
  }
275
275
  ownedApps.length = Math.min(ownedApps.length, 30)
276
276
  _.remove(ownedApps, 730)
277
- steamClient.gamesPlayed([...ownedApps, 730])
277
+ gamesPlayed([...ownedApps, 730])
278
278
  }
279
279
 
280
280
  async function autoGamePlay() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "steamutils",
3
- "version": "1.0.75",
3
+ "version": "1.0.76",
4
4
  "dependencies": {
5
5
  "axios": "^1.3.4",
6
6
  "cheerio": "^1.0.0-rc.12",