steamutils 1.1.12 → 1.1.13

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/SteamClient.js +1 -0
  2. package/package.json +1 -1
package/SteamClient.js CHANGED
@@ -854,6 +854,7 @@ function SteamClient({
854
854
  invite,
855
855
  steamId,
856
856
  timestamp,
857
+ from_limited_account: data.from_limited_account,
857
858
  })
858
859
 
859
860
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "steamutils",
3
- "version": "1.1.12",
3
+ "version": "1.1.13",
4
4
  "main":"index.js",
5
5
  "dependencies": {
6
6
  "axios": "^1.3.4",