steamutils 1.1.47 → 1.1.48

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 +3 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -5443,7 +5443,9 @@ class SteamUser {
5443
5443
  const result = await this._httpRequest({
5444
5444
  url: `tradeoffer/new/send`,
5445
5445
  headers: {
5446
- Referer: tradeURL
5446
+ Referer: tradeURL,
5447
+ accept: 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7',
5448
+ 'Content-Type': 'application/x-www-form-urlencoded',
5447
5449
  },
5448
5450
  data: {
5449
5451
  serverid: 1,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "steamutils",
3
- "version": "1.1.47",
3
+ "version": "1.1.48",
4
4
  "main":"index.js",
5
5
  "dependencies": {
6
6
  "axios": "^1.3.4",