steamutils 1.1.73 → 1.1.74

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/index.js +2 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -3189,6 +3189,7 @@ class SteamUser {
3189
3189
  const friendBlockContent = friendBlock.find('.friendBlockContent')
3190
3190
  friendBlock.find('.friendSmallText .whiteLink').remove()
3191
3191
  const friendSmallText = friendBlockContent.find('.friendSmallText').text()?.trim()
3192
+ const avatar = friendBlock.find('.playerAvatar > img').attr('src')
3192
3193
 
3193
3194
  const playingTime = {
3194
3195
  last2Week: '',
@@ -3211,6 +3212,7 @@ class SteamUser {
3211
3212
  name,
3212
3213
  onlineStatus,
3213
3214
  miniprofile,
3215
+ avatar,
3214
3216
  })
3215
3217
  })
3216
3218
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "steamutils",
3
- "version": "1.1.73",
3
+ "version": "1.1.74",
4
4
  "main":"index.js",
5
5
  "dependencies": {
6
6
  "axios": "^1.3.4",