steamutils 1.0.12 → 1.0.13

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 +2 -0
  2. package/package.json +1 -1
package/SteamClient.js CHANGED
@@ -533,6 +533,8 @@ function SteamClient({
533
533
  const player_name = personas[sid]?.player_name || ''
534
534
  events.friendMessage.forEach(e => e?.({
535
535
  player_name,
536
+ message,
537
+ invite: true,
536
538
  sid64: user.getSteamID64(),
537
539
  }))
538
540
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "steamutils",
3
- "version": "1.0.12",
3
+ "version": "1.0.13",
4
4
  "dependencies": {
5
5
  "axios": "^1.3.4",
6
6
  "cheerio": "^1.0.0-rc.12",