steamutils 1.2.66 → 1.2.68

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 (3) hide show
  1. package/SteamClient.js +1 -1
  2. package/index.js +5565 -5570
  3. package/package.json +1 -1
package/SteamClient.js CHANGED
@@ -74,7 +74,7 @@ export const LOCS = {
74
74
 
75
75
 
76
76
  const appid = 730
77
- let CSGO_VER = 13952
77
+ let CSGO_VER = 13954
78
78
  const FreeAppList = JSON.parse(fs.readFileSync(path.join(__dirname, 'free_packages.json'))).packages
79
79
 
80
80
  // SteamUtils.GetCurrentVersion(appid).then(function (ver) {