steamutils 1.1.48 → 1.1.49

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
@@ -5451,7 +5451,7 @@ class SteamUser {
5451
5451
  serverid: 1,
5452
5452
  partner: SteamID.fromIndividualAccountID(tradeURLParams.partner).getSteamID64(),
5453
5453
  tradeoffermessage,
5454
- json: JSON.stringify({
5454
+ json_tradeoffer: JSON.stringify({
5455
5455
  newversion: true,
5456
5456
  version: 3,
5457
5457
  me,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "steamutils",
3
- "version": "1.1.48",
3
+ "version": "1.1.49",
4
4
  "main":"index.js",
5
5
  "dependencies": {
6
6
  "axios": "^1.3.4",