steamutils 1.5.12 → 1.5.14

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. package/SteamClient.js +3129 -3142
  2. package/package.json +5 -5
  3. package/remote.js +2249 -2249
  4. package/utils.js +69 -0
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "steamutils",
3
- "version": "1.5.12",
3
+ "version": "1.5.14",
4
4
  "main": "index.js",
5
5
  "dependencies": {
6
6
  "alpha-common-utils": "^1.0.6",
7
- "axios": "^1.7.7",
7
+ "axios": "^1.7.8",
8
8
  "bytebuffer": "^5.0.1",
9
9
  "cheerio": "^1.0.0",
10
10
  "crypto-js": "^4.2.0",
@@ -18,14 +18,14 @@
18
18
  "node-bignumber": "^1.2.2",
19
19
  "p-queue": "^8.0.1",
20
20
  "protobufjs": "^7.4.0",
21
- "qs": "^6.13.0",
21
+ "qs": "^6.13.1",
22
22
  "steam-session": "^1.9.0",
23
23
  "steam-totp": "^2.1.2",
24
24
  "steam-user": "^5.2.0",
25
- "steamcommunity": "^3.48.4",
25
+ "steamcommunity": "^3.48.5",
26
26
  "steamid": "^2.1.0",
27
27
  "url-parse": "^1.5.10",
28
- "uuid": "^10.0.0",
28
+ "uuid": "^11.0.3",
29
29
  "xml-js": "^1.6.11",
30
30
  "xml2js": "^0.6.2"
31
31
  },