steamutils 1.3.36 → 1.3.37

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/index.js +3 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -6387,6 +6387,9 @@ class SteamUser {
6387
6387
  },
6388
6388
  }))?.data
6389
6389
 
6390
+ if (result?.result?.details?.url) {
6391
+ result.result.details.url = result.result.details.url.replace('https://steamusercontent-a.akamaihd.net', 'https://steamuserimages-a.akamaihd.net')
6392
+ }
6390
6393
  return result
6391
6394
  const successExample = {
6392
6395
  success: 1,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "steamutils",
3
- "version": "1.3.36",
3
+ "version": "1.3.37",
4
4
  "main": "index.js",
5
5
  "dependencies": {
6
6
  "alpha-common-utils": "^1.0.5",