steamutils 1.0.15 → 1.0.16

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
@@ -523,7 +523,7 @@ function SteamClient({
523
523
  console.log(`app ${appid} launched on account ${steamClient.accountInfo.name}`)
524
524
  await sendHello()
525
525
 
526
- events.loggedOn.forEach(e => e?.invoke?.())
526
+ events.loggedOn.forEach(e => e?.())
527
527
  })
528
528
 
529
529
  steamClient.on('friendMessage', async (user, message) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "steamutils",
3
- "version": "1.0.15",
3
+ "version": "1.0.16",
4
4
  "dependencies": {
5
5
  "axios": "^1.3.4",
6
6
  "cheerio": "^1.0.0-rc.12",