steamutils 1.3.92 → 1.3.93

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
@@ -7210,6 +7210,7 @@ export default class SteamUser {
7210
7210
  const params = {
7211
7211
  access_token: accessToken,
7212
7212
  origin: "https://store.steampowered.com",
7213
+ spoof_steamid: "",
7213
7214
  token_id: tokenId,
7214
7215
  steamid: this._steamIdUser,
7215
7216
  revoke_action: Protos.csgo.EAuthTokenRevokeAction.k_EAuthTokenRevokePermanent,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "steamutils",
3
- "version": "1.3.92",
3
+ "version": "1.3.93",
4
4
  "main": "index.js",
5
5
  "dependencies": {
6
6
  "alpha-common-utils": "^1.0.6",