RubyGems
npm
Organizations
Log in
Sign up
npm
steamutils
Versions diffs
1.1.74 → 1.1.75
steamutils 1.1.74 → 1.1.75
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
package/index.js
+1
-1
package/package.json
+1
-1
package/index.js
CHANGED
Viewed
@@ -3211,7 +3211,7 @@ class SteamUser {
3211
3211
playingTime,
3212
3212
name,
3213
3213
onlineStatus,
3214
-
miniprofile,
3214
+
steamId: SteamUser.miniprofile2SteamID64(
miniprofile
)
,
3215
3215
avatar,
3216
3216
})
3217
3217
})
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "steamutils",
3
-
"version": "1.1.
74
",
3
+
"version": "1.1.
75
",
4
4
"main":"index.js",
5
5
"dependencies": {
6
6
"axios": "^1.3.4",