steamutils 1.1.68 → 1.1.69

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/SteamClient.js +1 -1
  2. package/package.json +1 -1
package/SteamClient.js CHANGED
@@ -909,7 +909,7 @@ function SteamClient({
909
909
  });
910
910
 
911
911
  steamClient.on('offlineMessages', async function (count , friends) {
912
- callEvent(events.offlineMessages, {count , steamIdList})
912
+ callEvent(events.offlineMessages, {count , steamIdList: friends})
913
913
  });
914
914
  }
915
915
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "steamutils",
3
- "version": "1.1.68",
3
+ "version": "1.1.69",
4
4
  "main":"index.js",
5
5
  "dependencies": {
6
6
  "axios": "^1.3.4",