steamutils 1.1.95 → 1.1.96

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 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -3641,7 +3641,7 @@ class SteamUser {
3641
3641
  }
3642
3642
  }
3643
3643
 
3644
- if(!result._$) return
3644
+ if(typeof result._$ !== "function") return
3645
3645
  const parseResult = _self._parseSteamWebAPIKey(result._$())
3646
3646
  if (parseResult.error === 'registerkey') {
3647
3647
  const result2 = await this._httpRequest({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "steamutils",
3
- "version": "1.1.95",
3
+ "version": "1.1.96",
4
4
  "main": "index.js",
5
5
  "dependencies": {
6
6
  "axios": "^1.3.4",