steamutils 1.2.66 → 1.2.67
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.
- package/SteamClient.js +1 -1
- package/index.js +3 -1
- 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 =
|
|
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) {
|
package/index.js
CHANGED
|
@@ -5548,7 +5548,9 @@ class SteamUser {
|
|
|
5548
5548
|
"Exchanged one or more items for something different",
|
|
5549
5549
|
"Earned an item due to ownership of another game",
|
|
5550
5550
|
"Sticker applied",
|
|
5551
|
-
"
|
|
5551
|
+
"Sticker removed",
|
|
5552
|
+
"Subscription/Seasonal Item Grant",
|
|
5553
|
+
"Earned from unlocking an achievement"
|
|
5552
5554
|
];
|
|
5553
5555
|
|
|
5554
5556
|
const peopleEl = tradehistory_event_description_el.find('a[href]')
|