steamutils 1.2.62 → 1.2.64
Sign up to get free protection for your applications and to get access to all the features.
- package/SteamClient.js +2 -14
- package/free_packages.json +10048 -0
- package/package.json +3 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "steamutils",
|
3
|
-
"version": "1.2.
|
3
|
+
"version": "1.2.64",
|
4
4
|
"main": "index.js",
|
5
5
|
"dependencies": {
|
6
6
|
"axios": "^1.5.1",
|
@@ -11,9 +11,9 @@
|
|
11
11
|
"lodash": "^4.17.21",
|
12
12
|
"moment": "^2.29.4",
|
13
13
|
"node-bignumber": "^1.2.2",
|
14
|
-
"steam-session": "^1.4.
|
14
|
+
"steam-session": "^1.4.1",
|
15
15
|
"steam-user": "^5.0.1",
|
16
|
-
"steamcommunity": "^3.
|
16
|
+
"steamcommunity": "^3.47.0",
|
17
17
|
"steamid": "^2.0.0",
|
18
18
|
"url-parse": "^1.5.10",
|
19
19
|
"uuid": "^9.0.1",
|