steamcommunity 3.45.2 → 3.45.3

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.
package/README.md CHANGED
@@ -1,23 +1,22 @@
1
- # Steam Community for Node.js
2
- [![npm version](https://img.shields.io/npm/v/steamcommunity.svg)](https://npmjs.com/package/steamcommunity)
3
- [![npm downloads](https://img.shields.io/npm/dm/steamcommunity.svg)](https://npmjs.com/package/steamcommunity)
4
- [![dependencies](https://img.shields.io/david/DoctorMcKay/node-steamcommunity.svg)](https://david-dm.org/DoctorMcKay/node-steamcommunity)
5
- [![license](https://img.shields.io/npm/l/steamcommunity.svg)](https://github.com/DoctorMcKay/node-steamcommunity/blob/master/LICENSE)
6
- [![paypal](https://img.shields.io/badge/paypal-donate-yellow.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=N36YVAT42CZ4G&item_name=node%2dsteamcommunity&currency_code=USD)
7
-
8
- This module provides an easy interface for the Steam Community website. This module can be used to simply login to steamcommunity.com for use with other libraries, or to interact with steamcommunity.com.
9
-
10
- It supports Steam Guard and CAPTCHAs.
11
-
12
- **Have a question about the module or coding in general? *Do not create a GitHub issue.* GitHub issues are for feature
13
- requests and bug reports. Instead, post in the [dedicated forum](https://dev.doctormckay.com/forum/8-node-steamcommunity/).
14
- Such issues may be ignored!**
15
-
16
- # Documentation
17
-
18
- Documentation is available on the [GitHub wiki](https://github.com/DoctorMcKay/node-steamcommunity/wiki).
19
-
20
- # Support
21
-
22
- Report bugs on the [issue tracker](https://github.com/DoctorMcKay/node-steamcommunity/issues) or ask questions
23
- on the [dedicated forum](https://dev.doctormckay.com/forum/8-node-steamcommunity/).
1
+ # Steam Community for Node.js
2
+ [![npm version](https://img.shields.io/npm/v/steamcommunity.svg)](https://npmjs.com/package/steamcommunity)
3
+ [![npm downloads](https://img.shields.io/npm/dm/steamcommunity.svg)](https://npmjs.com/package/steamcommunity)
4
+ [![license](https://img.shields.io/npm/l/steamcommunity.svg)](https://github.com/DoctorMcKay/node-steamcommunity/blob/master/LICENSE)
5
+ [![paypal](https://img.shields.io/badge/paypal-donate-yellow.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=N36YVAT42CZ4G&item_name=node%2dsteamcommunity&currency_code=USD)
6
+
7
+ This module provides an easy interface for the Steam Community website. This module can be used to simply login to steamcommunity.com for use with other libraries, or to interact with steamcommunity.com.
8
+
9
+ It supports Steam Guard and CAPTCHAs.
10
+
11
+ **Have a question about the module or coding in general? *Do not create a GitHub issue.* GitHub issues are for feature
12
+ requests and bug reports. Instead, post in the [dedicated forum](https://dev.doctormckay.com/forum/8-node-steamcommunity/).
13
+ Such issues may be ignored!**
14
+
15
+ # Documentation
16
+
17
+ Documentation is available on the [GitHub wiki](https://github.com/DoctorMcKay/node-steamcommunity/wiki).
18
+
19
+ # Support
20
+
21
+ Report bugs on the [issue tracker](https://github.com/DoctorMcKay/node-steamcommunity/issues) or ask questions
22
+ on the [dedicated forum](https://dev.doctormckay.com/forum/8-node-steamcommunity/).
@@ -37,7 +37,7 @@ SteamCommunity.prototype.getConfirmations = function(time, key, callback) {
37
37
  return;
38
38
  }
39
39
 
40
- callback(new Error('Failed to get confirmation list'));
40
+ callback(new Error(body.message || body.detail || 'Failed to get confirmation list'));
41
41
  return;
42
42
  }
43
43
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "steamcommunity",
3
- "version": "3.45.2",
3
+ "version": "3.45.3",
4
4
  "description": "Provides an interface for logging into and interacting with the Steam Community website",
5
5
  "keywords": [
6
6
  "steam",