steamutils 1.0.64 → 1.0.65

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 +1 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -1813,6 +1813,7 @@ class SteamUser {
1813
1813
  if(!data) {
1814
1814
  return []
1815
1815
  }
1816
+ console.log(`data`, data)
1816
1817
  return data.friendslist.friends.filter(function (friend) {
1817
1818
  return EFriendRelationship.Friend === friend.efriendrelationship
1818
1819
  }).map(function (friend) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "steamutils",
3
- "version": "1.0.64",
3
+ "version": "1.0.65",
4
4
  "dependencies": {
5
5
  "axios": "^1.3.4",
6
6
  "cheerio": "^1.0.0-rc.12",