steamutils 1.1.59 → 1.1.61

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 -1
  2. package/package.json +1 -1
package/SteamClient.js CHANGED
@@ -1251,7 +1251,8 @@ function SteamClient({
1251
1251
  },
1252
1252
  getState(){
1253
1253
  return state
1254
- }
1254
+ },
1255
+ log,
1255
1256
  }
1256
1257
  }
1257
1258
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "steamutils",
3
- "version": "1.1.59",
3
+ "version": "1.1.61",
4
4
  "main":"index.js",
5
5
  "dependencies": {
6
6
  "axios": "^1.3.4",